This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch feature/rename
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/feature/rename by this push:
     new 49c6ced  hack so release target passes.  Will need to figure out how 
to handle typedefs later
49c6ced is described below

commit 49c6cedf8ea2b631e85bbb868edcd7d3dc30c1e3
Author: Alex Harui <aha...@apache.org>
AuthorDate: Wed Nov 29 13:47:43 2017 -0800

    hack so release target passes.  Will need to figure out how to handle 
typedefs later
---
 build.xml | 34 ++++++++++------------------------
 1 file changed, 10 insertions(+), 24 deletions(-)

diff --git a/build.xml b/build.xml
index cd75d2d..4dfe028 100644
--- a/build.xml
+++ b/build.xml
@@ -375,12 +375,6 @@
     </target>
 
     <target name="stage-fb-integration">
-        <ant dir="${basedir}/debugger" target="downloads" />
-        <delete>
-            <fileset dir="${basedir}/debugger/target/downloads">
-                <include name="*.tar.gz"/>
-            </fileset>
-        </delete>
         <copy todir="${basedir}/temp/debugger" includeEmptyDirs="false">
             <fileset dir="${basedir}/debugger">
                 <include name="**"/>
@@ -393,12 +387,6 @@
                 <exclude name="target/META-INF/**"/>
             </fileset>
         </copy>
-        <ant dir="${basedir}/flex-compiler-oem" target="downloads" />
-        <delete>
-            <fileset dir="${basedir}/flex-compiler-oem/target/downloads">
-                <include name="*.tar.gz"/>
-            </fileset>
-        </delete>
         <copy todir="${basedir}/temp/flex-compiler-oem" 
includeEmptyDirs="false">
             <fileset dir="${basedir}/flex-compiler-oem">
                 <include name="**"/>
@@ -408,6 +396,15 @@
                 <exclude name="target/classes/**"/>
             </fileset>
         </copy>
+        <copy todir="${basedir}/temp/swfutils" includeEmptyDirs="false">
+            <fileset dir="${basedir}/swfutils">
+                <include name="**"/>
+                <exclude name=".classpath" />
+                <exclude name=".project" />
+                <exclude name=".settings/**" />
+                <exclude name="target/classes/**"/>
+            </fileset>
+        </copy>
     </target>
 
     <target name="stage-ant-tasks">
@@ -540,18 +537,7 @@
                 <exclude name="lib/junit**"/>
             </fileset>
         </copy>
-        
-        <!-- generated -->
-        <mkdir dir="${basedir}/temp/js/libs"/>
-        <copy tofile="${basedir}/temp/js/libs/js.swc" 
file="${ROYALE_TYPEDEFS_HOME}/js/target/js.swc" />
-        <copy tofile="${basedir}/temp/js/libs/cordova.swc" 
file="${ROYALE_TYPEDEFS_HOME}/cordova/target/cordova.swc" />
-        <copy tofile="${basedir}/temp/js/libs/createjs.swc" 
file="${ROYALE_TYPEDEFS_HOME}/createjs/target/createjs.swc" />
-        <copy tofile="${basedir}/temp/js/libs/google_maps.swc" 
file="${ROYALE_TYPEDEFS_HOME}/google_maps/target/google_maps.swc" />
-        <copy tofile="${basedir}/temp/js/libs/jasmine.swc" 
file="${ROYALE_TYPEDEFS_HOME}/jasmine/target/jasmine.swc" />
-        <copy tofile="${basedir}/temp/js/libs/jquery.swc" 
file="${ROYALE_TYPEDEFS_HOME}/jquery/target/jquery-1.9.swc" />
-        <copy tofile="${basedir}/temp/js/libs/GCL.swc" 
file="${ROYALE_TYPEDEFS_HOME}/GCL/target/GCL.swc" />
-        <copy tofile="${basedir}/temp/js/libs/node.swc" 
file="${ROYALE_TYPEDEFS_HOME}/node/target/node.swc" />
-        
+                
         <antcall target="binary-package-zip"/>
         <antcall target="binary-package-tgz"/>
         

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <commits@royale.apache.org>'].

Reply via email to