- Fixed an obvious error in the descriptor
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d585dc68 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d585dc68 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d585dc68 Branch: refs/heads/feature-autobuild/maven-archetypes Commit: d585dc6898396f8ab53fd2e0c8dafdbce3a8f703 Parents: 91cf13f Author: Christofer Dutz <christofer.d...@codecentric.de> Authored: Fri Sep 30 16:22:09 2016 +0200 Committer: Christofer Dutz <christofer.d...@codecentric.de> Committed: Fri Sep 30 16:22:09 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/META-INF/maven/archetype.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d585dc68/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml b/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml index 0daccb1..e765a36 100644 --- a/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml +++ b/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml @@ -22,6 +22,6 @@ xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd"> <id>flexjs-simple-application-archetype</id> <resources> - <resource>src/main/java/App.java</resource> + <resource>src/main/flex/App.mxml</resource> </resources> </archetype>