summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe>2010-11-02 22:19:46 +0000
committerBogdan Gheorghe <gheorghe>2010-11-02 22:19:46 +0000
commit82411a17f96633e8e2034be38c0190410186a957 (patch)
treecceee7dc11ae95f6af31635c4a3bfe8c84d109c8
parentf8b3c1226c0e6ab0d54baa143c8ee2449f6d4950 (diff)
downloadeclipse.platform.swt-82411a17f96633e8e2034be38c0190410186a957.tar.gz
eclipse.platform.swt-82411a17f96633e8e2034be38c0190410186a957.tar.xz
eclipse.platform.swt-82411a17f96633e8e2034be38c0190410186a957.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index 78603e2a48..9d2ccf0e6f 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -1284,7 +1284,7 @@
<param name="cp" value="${cp_gtk}"/>
<param name="fragment" value="${thefragment}"/>
<param name="build_target" value="build_gtk_linux_s390"/>
- <param name="pre_commands1" value="cp ~/build/fixed_tasks/* ~/build/${thefragment}/${tasks}; "/>
+ <param name="pre_commands1" value="cp ~/build/fixed_tasks/* ~/build/${thefragment}${TAG}/${tasks}; "/>
<param name="pre_commands" value="export JAVA_HOME=~/build/JRE/x32/jdk1.6.0_14; export PATH=${ant_home}/bin:$PATH; "/>
</antcall>
</target>
@@ -1296,7 +1296,7 @@
<param name="cp" value="${cp_gtk}"/>
<param name="fragment" value="${thefragment}"/>
<param name="build_target" value="build_gtk_linux_s390x"/>
- <param name="pre_commands1" value="cp ~/build/fixed_tasks/* ~/build/${thefragment}/${tasks}; "/>
+ <param name="pre_commands1" value="cp ~/build/fixed_tasks/* ~/build/${thefragment}${TAG}/${tasks}; "/>
<param name="pre_commands" value="export JAVA_HOME=~/build/JRE/x32/jdk1.6.0_14; export PATH=${ant_home}/bin:$PATH; "/>
</antcall>
</target>