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 2016/06/06 14:46:17 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - - Adjusting the output of the maven build to match that of the ANT build -- Added a lof of "include-file" entries -- Made sure js is not linked into the output by setting its scope to "external"

- Adjusting the output of the maven build to match that of the ANT build
-- Added a lof of "include-file" entries
-- Made sure js is not linked into the output by setting its scope to "external"


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

Branch: refs/heads/develop
Commit: a6876a30833f2c3780f8948bbc65a3c271869eb7
Parents: 24b8dae
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Jun 6 16:46:05 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Jun 6 16:46:05 2016 +0200

----------------------------------------------------------------------
 externs/GCL/pom.xml         |   1 +
 externs/cordova/pom.xml     |   7 ++
 externs/createjs/pom.xml    | 147 +++++++++++++++++++++++++++++++++++++++
 externs/google_maps/pom.xml |   7 ++
 externs/jasmine/pom.xml     |   7 ++
 externs/jquery/pom.xml      |   7 ++
 externs/node/pom.xml        | 115 ++++++++++++++++++++++++++++++
 7 files changed, 291 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/a6876a30/externs/GCL/pom.xml
----------------------------------------------------------------------
diff --git a/externs/GCL/pom.xml b/externs/GCL/pom.xml
index 5d8d897..a789e13 100644
--- a/externs/GCL/pom.xml
+++ b/externs/GCL/pom.xml
@@ -63,6 +63,7 @@
             <version>0.7.0-SNAPSHOT</version>
             <type>swc</type>
             <classifier>extern</classifier>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/a6876a30/externs/cordova/pom.xml
----------------------------------------------------------------------
diff --git a/externs/cordova/pom.xml b/externs/cordova/pom.xml
index 23c6b17..ad18b1f 100644
--- a/externs/cordova/pom.xml
+++ b/externs/cordova/pom.xml
@@ -54,6 +54,12 @@
                             </includes>
                         </fileSet>
                     </externcInput>
+                    <includeFiles>
+                        <include-file>
+                            <name>externs/cordova_file_plugin-4-11.js</name>
+                            <path>../src/main/javascript/cordova_file_plugin-4-11.js</path>
+                        </include-file>
+                    </includeFiles>
                     <skipSwc>true</skipSwc>
                 </configuration>
                 <dependencies>
@@ -74,6 +80,7 @@
             <version>0.7.0-SNAPSHOT</version>
             <type>swc</type>
             <classifier>extern</classifier>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/a6876a30/externs/createjs/pom.xml
----------------------------------------------------------------------
diff --git a/externs/createjs/pom.xml b/externs/createjs/pom.xml
index 2e0d2c5..499dda6 100644
--- a/externs/createjs/pom.xml
+++ b/externs/createjs/pom.xml
@@ -166,6 +166,152 @@
                             </class-exclude>
                         </class-excludes>
                     </externcConfig>
+                    <includeFiles>
+                        <include-file>
+                            <name>externs/missing.js</name>
+                            <path>../src/main/javascript/missing.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/AlphaMapFilter.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/filters/AlphaMapFilter.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/AlphaMaskFilter.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/filters/AlphaMaskFilter.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/BlurFilter.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/filters/BlurFilter.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/ColorFilter.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/filters/ColorFilter.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/ColorMatrix.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/filters/ColorMatrix.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/ColorMatrixFilter.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/filters/ColorMatrixFilter.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Filter.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/filters/Filter.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Bitmap.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/Bitmap.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/BitmapText.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/BitmapText.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Container.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/Container.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/DisplayObject.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/DisplayObject.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/DOMElement.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/DOMElement.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Graphics.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/Graphics.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/MovieClip.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/MovieClip.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Shadow.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/Shadow.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Shape.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/Shape.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Sprite.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/Sprite.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/SpriteContainer.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/SpriteContainer.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/SpriteSheet.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/SpriteSheet.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/SpriteStage.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/SpriteStage.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Stage.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/Stage.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Text.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/display/Text.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/ButtonHelper.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/ui/ButtonHelper.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/DisplayProps.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/geom/DisplayProps.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Matrix2D.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/geom/Matrix2D.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Point.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/geom/Point.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Rectangle.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/geom/Rectangle.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Ease.js</name>
+                            <path>downloads/Tweenjs-0.6.2/src/tweenjs/Ease.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Tween.js</name>
+                            <path>downloads/Tweenjs-0.6.2/src/tweenjs/Tween.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Timeline.js</name>
+                            <path>downloads/Tweenjs-0.6.2/src/tweenjs/Timeline.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Event.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/createjs/events/Event.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/EventDispatcher.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/createjs/events/EventDispatcher.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/MouseEvent.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/events/MouseEvent.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/SpriteSheetBuilder.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetBuilder.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/Ticker.js</name>
+                            <path>downloads/EaselJS-0.8.0/src/createjs/utils/Ticker.js</path>
+                        </include-file>
+                    </includeFiles>
                     <skipSwc>true</skipSwc>
                 </configuration>
                 <dependencies>
@@ -186,6 +332,7 @@
             <version>0.7.0-SNAPSHOT</version>
             <type>swc</type>
             <classifier>extern</classifier>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/a6876a30/externs/google_maps/pom.xml
----------------------------------------------------------------------
diff --git a/externs/google_maps/pom.xml b/externs/google_maps/pom.xml
index 16efae9..39c8b98 100644
--- a/externs/google_maps/pom.xml
+++ b/externs/google_maps/pom.xml
@@ -104,6 +104,12 @@
                             </includes>
                         </fileSet>
                     </externcInput>
+                    <includeFiles>
+                        <include-file>
+                            <name>externs/google_maps_api_v3_11.js</name>
+                            <path>downloads/google_maps_api_v3_11.js</path>
+                        </include-file>
+                    </includeFiles>
                     <skipSwc>true</skipSwc>
                 </configuration>
                 <dependencies>
@@ -124,6 +130,7 @@
             <version>0.7.0-SNAPSHOT</version>
             <type>swc</type>
             <classifier>extern</classifier>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/a6876a30/externs/jasmine/pom.xml
----------------------------------------------------------------------
diff --git a/externs/jasmine/pom.xml b/externs/jasmine/pom.xml
index 3af179b..c44c65f 100644
--- a/externs/jasmine/pom.xml
+++ b/externs/jasmine/pom.xml
@@ -88,6 +88,12 @@
                             </exclude>
                         </excludes>
                     </externcConfig>
+                    <includeFiles>
+                        <include-file>
+                            <name>externs/jasmine-2.0.js</name>
+                            <path>downloads/jasmine-2.0.js</path>
+                        </include-file>
+                    </includeFiles>
                     <skipSwc>true</skipSwc>
                 </configuration>
                 <dependencies>
@@ -108,6 +114,7 @@
             <version>0.7.0-SNAPSHOT</version>
             <type>swc</type>
             <classifier>extern</classifier>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/a6876a30/externs/jquery/pom.xml
----------------------------------------------------------------------
diff --git a/externs/jquery/pom.xml b/externs/jquery/pom.xml
index 01b81a2..10081b8 100644
--- a/externs/jquery/pom.xml
+++ b/externs/jquery/pom.xml
@@ -167,6 +167,12 @@
                             </exclude>
                         </excludes>
                     </externcConfig>
+                    <includeFiles>
+                        <include-file>
+                            <name>externs/jquery-1.9.js</name>
+                            <path>downloads/jquery-1.9.js</path>
+                        </include-file>
+                    </includeFiles>
                     <skipSwc>true</skipSwc>
                 </configuration>
                 <dependencies>
@@ -187,6 +193,7 @@
             <version>0.7.0-SNAPSHOT</version>
             <type>swc</type>
             <classifier>extern</classifier>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/a6876a30/externs/node/pom.xml
----------------------------------------------------------------------
diff --git a/externs/node/pom.xml b/externs/node/pom.xml
index 1727b52..82ad627 100644
--- a/externs/node/pom.xml
+++ b/externs/node/pom.xml
@@ -94,6 +94,120 @@
                             </exclude>
                         </excludes>
                     </externcConfig>
+                    <includeFiles>
+                        <include-file>
+                            <name>externs/missing.js</name>
+                            <path>../src/main/javascript/missing.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/assert.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/assert.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/buffer.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/buffer.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/child_process.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/child_process.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/cluster.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/cluster.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/crypto.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/crypto.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/dgram.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/dgram.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/dns.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/dns.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/domain.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/domain.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/events.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/events.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/fs.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/fs.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/http.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/http.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/https.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/https.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/net.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/net.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/os.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/os.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/path.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/path.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/punycode.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/punycode.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/querystring.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/querystring.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/readline.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/readline.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/repl.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/repl.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/stream.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/stream.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/string_decoder.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/string_decoder.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/tls.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/tls.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/tty.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/tty.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/url.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/url.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/util.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/util.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/vm.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/vm.js</path>
+                        </include-file>
+                        <include-file>
+                            <name>externs/zlib.js</name>
+                            <path>downloads/closure-compiler-master/contrib/nodejs/zlib.js</path>
+                        </include-file>
+                    </includeFiles>
                     <skipSwc>true</skipSwc>
                 </configuration>
                 <dependencies>
@@ -114,6 +228,7 @@
             <version>0.7.0-SNAPSHOT</version>
             <type>swc</type>
             <classifier>extern</classifier>
+            <scope>external</scope>
         </dependency>
     </dependencies>