clean up packaging

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

Branch: refs/heads/develop
Commit: 3382138b2b6e711e48abe185de14087e821b9126
Parents: 48d95d9
Author: Alex Harui <[email protected]>
Authored: Fri Jun 24 10:01:25 2016 -0700
Committer: Alex Harui <[email protected]>
Committed: Fri Jun 24 10:01:35 2016 -0700

----------------------------------------------------------------------
 build.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3382138b/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index a416414..fd54ecf 100644
--- a/build.xml
+++ b/build.xml
@@ -617,6 +617,7 @@
                 <exclude name="**/VanillaSDK_POC/**" />
                 <exclude name="**/*.swc"/>
                 <exclude name="**/*.swf"/>
+                <exclude name="**/.plxarc"/>
             </fileset>
         </copy>
         
@@ -676,9 +677,10 @@
                 <exclude name="projects/air/**"/>
                 <exclude name="projects/spark/manifest.xml"/>
                 <exclude name="projects/*/bundles.properties"/>
-                <exclude name="projects/*/.settings/**"/>
-                <exclude name="projects/**/*.actionScriptProperties"/>
-                <exclude name="projects/**/*.flexLibProperties"/>
+                <exclude name="**/.settings/**"/>
+                <exclude name="**/*.actionScriptProperties"/>
+                <exclude name="**/*.flexLibProperties"/>
+                <exclude name="**/.plxarc"/>
                 <exclude name="projects/**/*.DS_Store"/>
             </fileset>
         </copy>
@@ -1440,6 +1442,7 @@
                 <!--          JSHint properties file           -->
                 <exclude name="frameworks/js/jshint.properties"/>
                 <exclude name="frameworks/js/.jshintrc"/>
+                <exclude name="**/META-INF/DEPENDENCIES" />
             </fileset>
         </rat:report>
     </target>

Reply via email to