diff --git a/.gitignore b/.gitignore index 5d2c6e0..bb2f415 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ build.properties *.iml *.ipr *.iws -.idea/ \ No newline at end of file +.idea/ +target/ \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..36f219c --- /dev/null +++ b/pom.xml @@ -0,0 +1,230 @@ + + + 4.0.0 + + org.gestouch + gestouch + swc + 0.4.7-SNAPSHOT + + + 5.0-beta + 4.6.b.23201 + + + + src/ + + + + net.flexmojos.oss + flexmojos-maven-plugin + ${flexmojos.version} + true + + true + + true + true + true + true + true + + + + Abstract + + + + + com.adobe.flex + compiler + ${flex.sdk.version} + pom + + + + + + net.flexmojos.oss + flexmojos-maven-plugin + + + prepare-package + + asdoc + + + + + + true + true + Gestouch ${project.version} + Gestouch ${project.version} +
Gestouch - http://github.com/fljot/Gestouch/ - Documentation generated at: ${maven.build.timestamp}
+
+
+ + + maven-antrun-plugin + 1.7 + + + fail-to-deploy-in-develop + package + + + + + + + + + + + + + run + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.3 + + + attach-artifacts + package + + attach-artifact + + + + + ${project.build.directory}/${project.artifactId}-fat-${project.version}.swc + swc + fat + + + + + + +
+ +
+ + + + + org.sonatype.flexmojos + flexmojos-maven-plugin + ${flexmojos.version} + + + flex-reports + + asdoc-report + + + + + + + + + + com.adobe.flex + compiler + ${flex.sdk.version} + pom + + + + com.adobe.flex.framework + flex-framework + ${flex.sdk.version} + pom + provided + + + + com.gamua + starling-framework + [1.1,] + swc + + + + + + flex-mojos-repository + http://repository.sonatype.org/content/groups/flexgroup + + + + trylogic + Trylogic + http://repo.trylogic.ru/content/repositories/public/ + + true + daily + warn + + + true + daily + warn + + default + + + + trylogic-releases + Trylogic releases + http://repo.trylogic.ru/content/repositories/releases/ + + true + daily + warn + + + false + + default + + + + + + flex-mojos-plugin-repository + http://repository.sonatype.org/content/groups/flexgroup + + true + never + + + false + never + + + + + + + Pavel fljōt Pevnitskiy + pavel.fljot at gmail.com + + +