You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2017/05/17 11:54:25 UTC

git commit: [flex-asjs] [refs/heads/develop] - - Removed the unneeded "compiler.output-dir" parameter.

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


- Removed the unneeded "compiler.output-dir" parameter.


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

Branch: refs/heads/develop
Commit: 643a8cc11d9930e7beedcdd9684c46de4e206b44
Parents: 84bfbe5
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Wed May 17 07:54:21 2017 -0400
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Wed May 17 07:54:21 2017 -0400

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                 | 2 --
 .../src/main/resources/archetype-resources/pom.xml                 | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/643a8cc1/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..fc47d37 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
@@ -29,7 +29,6 @@
 
   <properties>
     <compiler.debug>true</compiler.debug>
-    <compiler.output-dir>target/javascript/bin/js-debug</compiler.output-dir>
   </properties>
 
   <build>
@@ -92,7 +91,6 @@
       <id>release</id>
       <properties>
         <compiler.debug>false</compiler.debug>
-        <compiler.output-dir>target/javascript/bin/js-release</compiler.output-dir>
       </properties>
     </profile>
   </profiles>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/643a8cc1/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 da37524..c58ee01 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
@@ -29,7 +29,6 @@
 
   <properties>
     <compiler.debug>true</compiler.debug>
-    <compiler.output-dir>target/javascript/bin/js-debug</compiler.output-dir>
   </properties>
 
   <build>
@@ -84,7 +83,6 @@
       <id>release</id>
       <properties>
         <compiler.debug>false</compiler.debug>
-        <compiler.output-dir>target/javascript/bin/js-release</compiler.output-dir>
       </properties>
     </profile>
   </profiles>