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 13:50:17 UTC

[2/5] git commit: [flex-falcon] [refs/heads/develop] - - Adjusting the output of the maven build to match that of the ANT build

- Adjusting the output of the maven build to match that of the ANT build


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

Branch: refs/heads/develop
Commit: 693e4664bc81afc4378489964f7fcc24c787a373
Parents: cb81810
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Jun 6 15:00:04 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Jun 6 15:00:04 2016 +0200

----------------------------------------------------------------------
 externs/js/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/693e4664/externs/js/pom.xml
----------------------------------------------------------------------
diff --git a/externs/js/pom.xml b/externs/js/pom.xml
index cf5e3b5..57adced 100644
--- a/externs/js/pom.xml
+++ b/externs/js/pom.xml
@@ -200,6 +200,12 @@
                             </exclude>
                         </excludes>
                     </externcConfig>
+                    <includeFiles>
+                        <includeFile>
+                            <name>externs/svg.js</name>
+                            <path>downloads/svg.js</path>
+                        </includeFile>
+                    </includeFiles>
                     <skipSwc>true</skipSwc>
                 </configuration>
                 <dependencies>