Changeset 162


Ignore:
Timestamp:
Jun 28, 2009, 6:49:48 PM (16 years ago)
Author:
lpino
Message:
  • Added startup.jar to the compiling list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r158 r162  
    7272    </target>
    7373
    74     <!-- original way of SWT compilation -->
     74    <!-- boot.jar -->
    7575    <target name="boot.jar" depends="init,build.prp">
    7676        <ant antfile="build.xml" target="clean" dir="src/plugins/org.eclipse.core.boot" />
    7777        <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" />
    7884    </target>
    7985
Note: See TracChangeset for help on using the changeset viewer.