Added empty nbm targets. BLD200406061800
authormmatula@netbeans.org
Thu, 03 Jun 2004 08:52:09 +0000
changeset 1518467037275f72
parent 1517 e872aa8c4138
child 1519 f9d4197615c5
Added empty nbm targets.
mdr/build.xml
mdr/jmiutils/build.xml
     1.1 --- a/mdr/build.xml	Fri May 21 08:47:05 2004 +0000
     1.2 +++ b/mdr/build.xml	Thu Jun 03 08:52:09 2004 +0000
     1.3 @@ -46,6 +46,7 @@
     1.4      <target name="clean" description="Clean build products.">
     1.5          <ant antfile="nbproject/build-impl.xml" target="clean"/>
     1.6      </target>
     1.7 +    <target name="nbm"/>
     1.8  
     1.9    <!-- Build MDR download zips -->
    1.10    <target name="download">
     2.1 --- a/mdr/jmiutils/build.xml	Fri May 21 08:47:05 2004 +0000
     2.2 +++ b/mdr/jmiutils/build.xml	Thu Jun 03 08:52:09 2004 +0000
     2.3 @@ -48,4 +48,5 @@
     2.4      <target name="clean" description="Clean build products.">
     2.5          <ant antfile="nbproject/build-impl.xml" target="clean"/>
     2.6      </target>
     2.7 +    <target name="nbm"/>
     2.8  </project>