Activate build-time JUnit tests for XAM & XDM models
authorsupernikita@netbeans.org
Wed, 26 May 2010 19:59:45 +0400
changeset 4533466012321738
parent 4532 690fa1c3fb1c
child 4534 f59cdfc2bdbb
Activate build-time JUnit tests for XAM & XDM models
sierra/build.xml
     1.1 --- a/sierra/build.xml	Tue May 25 13:41:18 2010 +0400
     1.2 +++ b/sierra/build.xml	Wed May 26 19:59:45 2010 +0400
     1.3 @@ -98,6 +98,8 @@
     1.4      <!-- unit test -->
     1.5      <target name="unit-test">
     1.6          <ant target="test" dir="${home}/print"/>
     1.7 +        <ant target="test" dir="${home}/xml.xam"/>
     1.8 +        <ant target="test" dir="${home}/xml.xdm"/>
     1.9          <ant target="test" dir="${home}/xml.search"/>
    1.10          <ant target="test" dir="${home}/xml.wsdl.model"/>
    1.11          <ant target="test" dir="${home}/soa.ui"/>