Changeset 163 for trunk/src/plugins


Ignore:
Timestamp:
Jun 28, 2009, 6:50:11 PM (16 years ago)
Author:
lpino
Message:
  • No verbose compiling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.core.boot/build.xml

    r157 r163  
    4444                <mkdir dir="${temp.folder}/boot.jar.bin"/>
    4545                <!-- 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">
    4747                        <src path="src/"/>
    4848                </javac>
Note: See TracChangeset for help on using the changeset viewer.