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/03/19 16:23:35 UTC

git commit: [flex-falcon] [refs/heads/feature/maven-migration] - Commented out the delete operation

Repository: flex-falcon
Updated Branches:
  refs/heads/feature/maven-migration 93cbbfd15 -> 15b295eaf


Commented out the delete operation


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

Branch: refs/heads/feature/maven-migration
Commit: 15b295eafa2c1ae55255decf0a4d1ab7e1dedbb3
Parents: 93cbbfd
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Mar 19 16:23:29 2016 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Mar 19 16:23:29 2016 +0100

----------------------------------------------------------------------
 externs/createjs/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/15b295ea/externs/createjs/pom.xml
----------------------------------------------------------------------
diff --git a/externs/createjs/pom.xml b/externs/createjs/pom.xml
index f24b062..2a5c8d1 100644
--- a/externs/createjs/pom.xml
+++ b/externs/createjs/pom.xml
@@ -143,7 +143,7 @@
                         </configuration>
                     </execution>
                     <!-- It seems that excluding the files doesn't work, so we have to delete them -->
-                    <execution>
+                    <!--execution>
                         <id>pre-process-delete-unused</id>
                         <phase>validate</phase>
                         <goals>
@@ -158,7 +158,7 @@
                                 <delete-file-operation/>
                             </operations>
                         </configuration>
-                    </execution>
+                    </execution-->
                 </executions>
                 <configuration>
                     <!-- Take the JavaScript from the previously downloaded and unpacked distribution -->