Upgrade to NetBeans 7.0 final
authorJavier A. Ortiz Bultron <javydreamercsw@netbeans.org>
Fri, 24 Jun 2011 17:01:48 -0500
changeset 37e53c993c0d49
parent 36 dd1d8e6910b0
child 38 7b6e218ca0af
Upgrade to NetBeans 7.0 final
build.xml
     1.1 --- a/build.xml	Fri Jun 24 16:53:53 2011 -0500
     1.2 +++ b/build.xml	Fri Jun 24 17:01:48 2011 -0500
     1.3 @@ -4,12 +4,8 @@
     1.4  <!-- If you delete this file and reopen the project it will be recreated. -->
     1.5  <project name="UML" basedir=".">
     1.6      <description>Builds the module suite UML.</description>
     1.7 -    <property name="zip.name" value="netbeans-7.0beta2-201102140001-ml-javase.zip"/>
     1.8 -    <property name="zip.url" value="http://dlc.sun.com.edgesuite.net/netbeans/7.0/beta2/zip/"/>
     1.9 -    <!--
    1.10      <property name="zip.name" value="netbeans-7.0-201104080000-ml-javase.zip"/>
    1.11      <property name="zip.url" value="http://download.netbeans.org/netbeans/7.0/final/zip/"/>
    1.12 -    -->
    1.13      <!--Delete old copies of platforms-->
    1.14      <delete>
    1.15          <fileset dir=".hg" includes="**/*.zip" excludes="${zip.name}"/>