samples/composition/build.xml
changeset 153 b5cbb797ec0a
parent 150 7bb92c7ec747
child 154 0fd5e9c500b9
     1.1 --- a/samples/composition/build.xml	Sat Jun 14 09:58:00 2008 +0200
     1.2 +++ b/samples/composition/build.xml	Sat Jun 14 09:58:08 2008 +0200
     1.3 @@ -12,15 +12,6 @@
     1.4          <antcall target="-build-one">
     1.5              <param name="version" value="api2.0"/>
     1.6          </antcall>
     1.7 -        <antcall target="-build-one">
     1.8 -            <param name="version" value="api2.0-compat"/>
     1.9 -        </antcall>
    1.10 -        <antcall target="-build-one">
    1.11 -            <param name="version" value="api2.0-property"/>
    1.12 -        </antcall>
    1.13 -        <antcall target="-build-one">
    1.14 -            <param name="version" value="api2.0-enum"/>
    1.15 -        </antcall>
    1.16          
    1.17          <antcall target="-build-one">
    1.18              <param name="version" value="test"/>
    1.19 @@ -37,18 +28,6 @@
    1.20          <antcall target="-run-one">
    1.21              <param name="version" value="api2.0"/>
    1.22          </antcall>
    1.23 -        <echo level="info" message="Running the Implementation against Version 2.0 with compatible extension of the API. This should succeed."/>
    1.24 -        <antcall target="-run-one">
    1.25 -            <param name="version" value="api2.0-compat"/>
    1.26 -        </antcall>
    1.27 -        <echo level="info" message="Running the Implementation against Version 2.0 with property guarded extension of the API. This should succeed."/>
    1.28 -        <antcall target="-run-one">
    1.29 -            <param name="version" value="api2.0-property"/>
    1.30 -        </antcall>
    1.31 -        <echo level="info" message="Running the Implementation against Version 2.0 with enum guarded extension of the API. This should succeed."/>
    1.32 -        <antcall target="-run-one">
    1.33 -            <param name="version" value="api2.0-enum"/>
    1.34 -        </antcall>
    1.35      </target>
    1.36      
    1.37      <!-- support methods -->