Changeset 15


Ignore:
Timestamp:
Oct 5, 2007, 7:20:24 PM (18 years ago)
Author:
lpino
Message:
  • Add the build definition for the TabFolder testcase (swt009_06)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r8 r15  
    196196    </target>
    197197
     198    <target name="swt009_06" depends="init,build.prp">
     199        <property name="test.step" value="009_06" />
     200        <antcall target="swt.test" />
     201    </target>
     202
    198203    <!-- creates the default build.prp if nesessary -->
    199204    <target name="build.prp" depends="init" unless="is.build.prp">
     
    201206
    202207# path to the original Eclipse source distribution
    203 eclipsedir.orig=f:/eclipse
     208eclipsedir.orig=x:/apps/dev/fuentes/eclipse2.0.1
    204209
    205210# default part and step number for test (run) target
Note: See TracChangeset for help on using the changeset viewer.