Changeset 162
- Timestamp:
- Jun 28, 2009, 6:49:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r158 r162 72 72 </target> 73 73 74 <!-- original way of SWT compilation-->74 <!-- boot.jar --> 75 75 <target name="boot.jar" depends="init,build.prp"> 76 76 <ant antfile="build.xml" target="clean" dir="src/plugins/org.eclipse.core.boot" /> 77 77 <ant antfile="build.xml" target="build.jars" dir="src/plugins/org.eclipse.core.boot" /> 78 </target> 79 80 <!-- startup.jar --> 81 <target name="startup.jar" depends="init,build.prp"> 82 <ant antfile="build.xml" target="clean" dir="src/plugins/org.eclipse.platform" /> 83 <ant antfile="build.xml" target="build.jars" dir="src/plugins/org.eclipse.platform" /> 78 84 </target> 79 85
Note:
See TracChangeset
for help on using the changeset viewer.