Changeset 158
- Timestamp:
- Jun 26, 2009, 9:37:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r48 r158 39 39 <!-- compile SWT dll --> 40 40 <target name="dll"> 41 <mkdir dir="src/plugins/org.eclipse.swt.pm/os/os2/x86"/> 42 <exec executable="build.cmd" vmlauncher="false" 43 dir="src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library"> 41 <mkdir dir="src/plugins/org.eclipse.swt.pm/os/os2/x86"/> 42 <exec executable="build.cmd" vmlauncher="false" dir="src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library"> 44 43 </exec> 45 44 </target> … … 47 46 <!-- run the cvs2cl script to generate ChangeLog --> 48 47 <target name="changelog"> 49 <exec executable="cvs2cl.pl.cmd" vmlauncher="false" dir=" .">48 <exec executable="cvs2cl.pl.cmd" vmlauncher="false" dir="misc"> 50 49 <arg value="--fsf"/> 51 50 </exec> … … 62 61 <ant antfile="build.xml" target="clean" dir="src/plugins/org.eclipse.swt.pm" /> 63 62 <ant antfile="build.xml" target="clean" dir="tests/SWT" /> 64 <exec executable="build.cmd" vmlauncher="false" 65 dir="src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library"> 66 <arg value="clean"/> 63 <exec executable="build.cmd" vmlauncher="false" dir="src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library"> 64 <arg value="clean"/> 67 65 </exec> 68 66 </target> … … 74 72 </target> 75 73 74 <!-- original way of SWT compilation --> 75 <target name="boot.jar" depends="init,build.prp"> 76 <ant antfile="build.xml" target="clean" dir="src/plugins/org.eclipse.core.boot" /> 77 <ant antfile="build.xml" target="build.jars" dir="src/plugins/org.eclipse.core.boot" /> 78 </target> 79 76 80 <!-- common point to run SWT testcase --> 77 81 <target name="swt.test" depends="build.prp"> … … 208 212 <target name="swt009_08" depends="init,build.prp"> 209 213 <property name="test.step" value="009_08" /> 214 <antcall target="swt.test" /> 215 </target> 216 217 <target name="swt009_09" depends="init,build.prp"> 218 <property name="test.step" value="009_09" /> 210 219 <antcall target="swt.test" /> 211 220 </target>
Note:
See TracChangeset
for help on using the changeset viewer.