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

git commit: [flex-asjs] [refs/heads/release0.8.0] - Fix Maven archetypes - add missing classifier for Language in flexjs-simple-application-archetype

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 73ea16860 -> 51b2834fa


Fix Maven archetypes - add missing classifier for Language in flexjs-simple-application-archetype


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

Branch: refs/heads/release0.8.0
Commit: 51b2834fac73a9469cb805ab5b4f8aa15bc5dd22
Parents: 73ea168
Author: piotrz <pi...@apache.org>
Authored: Tue May 30 22:01:58 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Tue May 30 22:01:58 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/51b2834f/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 fc47d37..82cb6d8 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
@@ -83,6 +83,7 @@
       <artifactId>Language</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
+      <classifier>js</classifier>
     </dependency>
   </dependencies>