summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2009-07-09 18:31:49 +0000
committerFelipe Heidrich <fheidric>2009-07-09 18:31:49 +0000
commitd9c48a4505b1449a73f73f7d7627049822aac9f5 (patch)
tree03d410da4e05455c329057af2ff1be167aa216ca
parent9ea5de8e32b649c14203b6952f7779d3182355ca (diff)
downloadeclipse.platform.swt-d9c48a4505b1449a73f73f7d7627049822aac9f5.tar.gz
eclipse.platform.swt-d9c48a4505b1449a73f73f7d7627049822aac9f5.tar.xz
eclipse.platform.swt-d9c48a4505b1449a73f73f7d7627049822aac9f5.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index 35caf5f364..e6a7cbdf88 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -353,6 +353,10 @@
</target>
<!-- common build tasks -->
+ <target name="setup_build">
+ <copy file="S:/tasks/properties.xml" todir="."/>
+ </target>
+
<target name="increment_version" depends="check_natives_changed" if="natives_changed">
<property name="cvsRsh" value="plink"/>
<property name="library_j2se" value="org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java"/>