From d4a947a122ac8e5f77961d31997694821957832e Mon Sep 17 00:00:00 2001 From: Simon Morvan Date: Mon, 2 Sep 2013 22:38:18 +0200 Subject: [PATCH 1/2] Add a pom.xml to integrate with maven builds. --- pom.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..df4f717 --- /dev/null +++ b/pom.xml @@ -0,0 +1,53 @@ + + + 4.0.0 + + as3corelib + as3corelib + 0.94-SNAPSHOT + swc + + + 4.10.0.20130801 + 3.8 + + + + + ../src + + + net.flexmojos.oss + flexmojos-maven-plugin + 6.0.1 + true + + + org.apache.flex + compiler + ${flex.version} + pom + + + + + + + + + org.apache.flex.framework.air + air-framework + ${flex.version} + pom + + + org.apache.flex.framework + common-framework + ${flex.version} + pom + + + + \ No newline at end of file From c178f1d22361b8099deaf7df86da2d6862969d1f Mon Sep 17 00:00:00 2001 From: Simon Morvan Date: Mon, 2 Sep 2013 23:44:59 +0200 Subject: [PATCH 2/2] Fix source path --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df4f717..b33347d 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ - ../src + src net.flexmojos.oss