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/17 01:17:39 UTC

[6/7] git commit: [flex-asjs] [refs/heads/release0.8.0] - - Re-named the "target" for building JS from "JS" to "JSFlex"

- Re-named the "target" for building JS from "JS" to "JSFlex"


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

Branch: refs/heads/release0.8.0
Commit: 8326592089b2f748de81cd2ebcede8e5dd68b5f9
Parents: 0a7da1b
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue May 16 18:45:53 2017 -0400
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue May 16 18:45:53 2017 -0400

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml   | 15 +--------------
 .../src/main/resources/archetype-resources/pom.xml   |  2 +-
 .../src/main/resources/archetype-resources/pom.xml   |  1 +
 3 files changed, 3 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/83265920/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 637b3c1..67e4e6d 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
@@ -42,21 +42,8 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>App.mxml</mainClass>
+          <targets>SWF,JSFlex</targets>
         </configuration>
-        <executions>
-          <!-- Add a second execution with output set to JavaScript (Flash is the default) -->
-          <execution>
-            <id>compile-javascript</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>compile-app</goal>
-            </goals>
-            <configuration>
-              <debug>\${compiler.debug}</debug>
-              <targets>JS</targets>
-            </configuration>
-          </execution>
-        </executions>
         <dependencies>
           <dependency>
             <groupId>org.apache.flex.flexjs.compiler</groupId>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/83265920/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 ad6af3a..8715462 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
@@ -43,7 +43,7 @@
         <configuration>
           <mainClass>App.mxml</mainClass>
           <debug>\${compiler.debug}</debug>
-          <targets>JS</targets>
+          <targets>JSFlex</targets>
         </configuration>
         <dependencies>
           <dependency>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/83265920/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 36e9c57..70fe474 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,6 +37,7 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>App.mxml</mainClass>
+          <targets>JSFlex</targets>
         </configuration>
         <dependencies>
           <dependency>