Fix build issue.
authorJavier A. Ortiz Bultron <javydreamercsw@netbeans.org>
Fri, 24 Jun 2011 16:53:53 -0500
changeset 36dd1d8e6910b0
parent 35 7f4686b429b6
child 37 e53c993c0d49
Fix build issue.
build.xml
     1.1 --- a/build.xml	Fri Jun 17 18:35:56 2011 -0500
     1.2 +++ b/build.xml	Fri Jun 24 16:53:53 2011 -0500
     1.3 @@ -6,7 +6,10 @@
     1.4      <description>Builds the module suite UML.</description>
     1.5      <property name="zip.name" value="netbeans-7.0beta2-201102140001-ml-javase.zip"/>
     1.6      <property name="zip.url" value="http://dlc.sun.com.edgesuite.net/netbeans/7.0/beta2/zip/"/>
     1.7 -    
     1.8 +    <!--
     1.9 +    <property name="zip.name" value="netbeans-7.0-201104080000-ml-javase.zip"/>
    1.10 +    <property name="zip.url" value="http://download.netbeans.org/netbeans/7.0/final/zip/"/>
    1.11 +    -->
    1.12      <!--Delete old copies of platforms-->
    1.13      <delete>
    1.14          <fileset dir=".hg" includes="**/*.zip" excludes="${zip.name}"/>
    1.15 @@ -22,7 +25,12 @@
    1.16      <import file="nbproject/build-impl.xml"/>
    1.17      <property file="nbproject/project.properties"/>
    1.18  
    1.19 -    <target name="nbms" unless="isNetbeans">
    1.20 +    <target name="nbms">
    1.21 +        <antcall target="keystore"/>
    1.22 +        <antcall target="suite.nbms"/>
    1.23 +    </target>
    1.24 +    
    1.25 +    <target name="keystore" unless="isNetbeans">
    1.26          <!--Create/Update keystore-->
    1.27          <delete file="${keystore.location}${keystore.name}"/>
    1.28          <mkdir dir="${keystore.location}"/>
    1.29 @@ -31,7 +39,6 @@
    1.30          keystore="${keystore.location}${keystore.name}"/>
    1.31          <!--Update keystore info in projects-->
    1.32          <antcall target="update-keystore-info"/>
    1.33 -        <antcall target="suite.nbms"/>
    1.34      </target>
    1.35  
    1.36      <target name="update-keystore-info" depends="init-netbeans, init-hudson" unless="isNetbeans">