Repository: flex-asjs
Updated Branches:
  refs/heads/develop 832659208 -> 84bfbe5c0


- Fine tuned the archetypes a little more.


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

Branch: refs/heads/develop
Commit: 84bfbe5c0531ae8ca7fdd6ac5b48158a156495eb
Parents: 8326592
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Wed May 17 07:33:46 2017 -0400
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Wed May 17 07:33:46 2017 -0400

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml  |  9 ---------
 .../src/main/resources/archetype-resources/pom.xml  | 16 +---------------
 2 files changed, 1 insertion(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/84bfbe5c/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml
index 8715462..da37524 100644
--- 
a/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/archetype-resources/pom.xml
@@ -64,15 +64,6 @@
       <type>swc</type>
     </dependency>
 
-    <!-- Needed for Flash compilation -->
-    <dependency>
-      <groupId>com.adobe.flash.framework</groupId>
-      <artifactId>playerglobal</artifactId>
-      <version>${flash.version}</version>
-      <type>swc</type>
-      <scope>provided</scope>
-    </dependency>
-
     <!-- Needed for JavaScript compilation -->
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/84bfbe5c/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml
index 70fe474..d096bae 100644
--- 
a/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/archetype-resources/pom.xml
@@ -37,7 +37,7 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>App.mxml</mainClass>
-          <targets>JSFlex</targets>
+          <targets>SWF</targets>
         </configuration>
         <dependencies>
           <dependency>
@@ -66,20 +66,6 @@
       <type>swc</type>
       <scope>provided</scope>
     </dependency>
-
-    <!-- Needed for JavaScript compilation -->
-    <dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>HTML</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
-      <type>swc</type>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>Language</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
-      <type>swc</type>
-    </dependency>
   </dependencies>
 
 </project>
\ No newline at end of file

Reply via email to