build nbm-s task release55-BLD200606290200
authortstupka@netbeans.org
Tue, 30 May 2006 12:57:48 +0000
changeset 176919b12ce4918f
parent 1768 e34bb8c827c7
child 1770 1a7bf9879d30
build nbm-s task
subversion/build.xml
     1.1 --- a/subversion/build.xml	Tue May 02 09:29:18 2006 +0000
     1.2 +++ b/subversion/build.xml	Tue May 30 12:57:48 2006 +0000
     1.3 @@ -24,5 +24,11 @@
     1.4      <ant dir="ini4j" target="clean"/>
     1.5      <ant dir="main" target="clean"/>
     1.6    </target>
     1.7 +
     1.8 +  <target name="nbm">
     1.9 +    <ant dir="client" target="nbm"/>    
    1.10 +    <ant dir="ini4j" target="nbm"/>    
    1.11 +    <ant dir="main" target="nbm"/>    
    1.12 +  </target>
    1.13   
    1.14  </project>