fix GCL install

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

Branch: refs/heads/VF2JS
Commit: 4d83995b1af3cb1fd37b50943f428f6a0e0f83c2
Parents: 2a3b48e
Author: Alex Harui <aha...@apache.org>
Authored: Wed Jul 9 07:37:16 2014 -0700
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Mon Jul 28 11:28:11 2014 +0200

----------------------------------------------------------------------
 installer.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4d83995b/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 2cd7d98..46b781a 100644
--- a/installer.xml
+++ b/installer.xml
@@ -516,7 +516,12 @@
         
         <mkdir dir="${download.dir}"/>
         <antcall target="goog-get" />
-        <unzip src="${download.dir}/${goog.lib.url.file}" 
dest="${FLEXJS_HOME}/js/lib/google/closure-library" />
+        <unzip src="${download.dir}/${goog.lib.url.file}" 
dest="${download.dir}/temp" />
+        <copy todir="${FLEXJS_HOME}/js/lib/google/closure-library">
+            <fileset dir="${download.dir}/temp/closure-library-master">
+                <include name="**" />
+            </fileset>
+        </copy>
     </target>
     
     <target name="goog-get-check" >

Reply via email to