Changeset 163 for trunk/src/plugins
- Timestamp:
- Jun 28, 2009, 6:50:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.core.boot/build.xml
r157 r163 44 44 <mkdir dir="${temp.folder}/boot.jar.bin"/> 45 45 <!-- compile the source code --> 46 <javac destdir="${temp.folder}/boot.jar.bin" failonerror="false" verbose=" true" debug="on" includeAntRuntime="no" bootclasspath="${bootclasspath}" classpath="../org.eclipse.core.runtime/runtime.jar;boot.jar">46 <javac destdir="${temp.folder}/boot.jar.bin" failonerror="false" verbose="false" debug="on" includeAntRuntime="no" bootclasspath="${bootclasspath}" classpath="../org.eclipse.core.runtime/runtime.jar;boot.jar"> 47 47 <src path="src/"/> 48 48 </javac>
Note:
See TracChangeset
for help on using the changeset viewer.