Grammar fix.
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:51:03 +0200
changeset 14a550cb168ce1
parent 13 2a7fc0697ad7
child 15 d620274f2c82
Grammar fix.
samples/insertsuperclass/build.xml
     1.1 --- a/samples/insertsuperclass/build.xml	Sat Jun 14 09:51:01 2008 +0200
     1.2 +++ b/samples/insertsuperclass/build.xml	Sat Jun 14 09:51:03 2008 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4          <antcall target="-build-one">
     1.5              <param name="version" value="api2.0"/>
     1.6          </antcall>
     1.7 -        <echo level="info" message="Compiling the Implementation against Version 1.0 of the API. This should succeeds."/>
     1.8 +        <echo level="info" message="Compiling the Implementation against Version 1.0 of the API. This should succeed."/>
     1.9          <antcall target="-build-one">
    1.10              <param name="version" value="impl"/>
    1.11              <param name="cp" location="build/api1.0/classes"/>
    1.12 @@ -19,11 +19,11 @@
    1.13      </target>
    1.14      
    1.15      <target name="run" depends="build">
    1.16 -        <echo level="info" message="Running the Implementation against Version 1.0 of the API. This should succeeds."/>
    1.17 +        <echo level="info" message="Running the Implementation against Version 1.0 of the API. This should succeed."/>
    1.18          <antcall target="-run-one">
    1.19              <param name="version" value="api1.0"/>
    1.20          </antcall>
    1.21 -        <echo level="info" message="Running the Implementation against Version 2.0 of the API. This should succeeds."/>
    1.22 +        <echo level="info" message="Running the Implementation against Version 2.0 of the API. This should succeed."/>
    1.23          <antcall target="-run-one">
    1.24              <param name="version" value="api2.0"/>
    1.25          </antcall>