You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/05/30 19:47:45 UTC

[10/50] git commit: [flex-asjs] [refs/heads/tlf] - - Fix issue in flexjs-simple-application-archetype where missing classifier for Language module caused build fail

- Fix issue in flexjs-simple-application-archetype where missing classifier for Language module caused build fail


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/90eda31d
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/90eda31d
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/90eda31d

Branch: refs/heads/tlf
Commit: 90eda31d49ef8973d35c029144aeb5c6b2709649
Parents: 7568d81
Author: piotrz <pi...@apache.org>
Authored: Wed May 24 07:13:43 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Wed May 24 07:13:43 2017 +0200

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/90eda31d/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml
index 67e4e6d..1e69b25 100644
--- a/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml
@@ -84,6 +84,7 @@
       <artifactId>Language</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
+      <classifier>js</classifier>
     </dependency>
   </dependencies>