You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by yi...@apache.org on 2016/10/06 09:33:50 UTC

[15/27] git commit: [flex-asjs] [refs/heads/refactor-sprite] - - Fixed an obvious error in the descriptor

- 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/refactor-sprite
Commit: d585dc6898396f8ab53fd2e0c8dafdbce3a8f703
Parents: 91cf13f
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Fri Sep 30 16:22:09 2016 +0200
Committer: Christofer Dutz <ch...@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>