base.nbm.target.dir property is set BeforeCleanUP_20070731
authorsatyaranjan@netbeans.org
Tue, 10 Jul 2007 13:36:32 +0000
changeset 861918441b4c6384
parent 8618 479ddf26a892
child 8620 ce0d54e556ca
base.nbm.target.dir property is set
target nbm dir changed
portalpack.portlets.genericportlets/build.xml
portalpack.servers.base_psframework/build.xml
portalpack.servers.opensourcepc/build.xml
portals.sunps7/build.xml
     1.1 --- a/portalpack.portlets.genericportlets/build.xml	Tue Jul 10 11:59:24 2007 +0000
     1.2 +++ b/portalpack.portlets.genericportlets/build.xml	Tue Jul 10 13:36:32 2007 +0000
     1.3 @@ -26,6 +26,7 @@
     1.4      
     1.5      <description>Builds, tests, and runs the project org.netbeans.modules.portalpack.portlets.genericportlets.</description>
     1.6      <import file="../../../nbbuild/templates/projectized.xml"/>
     1.7 +    <property name="base.nbm.target.dir" value="build"/>
     1.8      <property name="s2b_res_root" location="src/org/netbeans/modules/portalpack/portlets/genericportlets"/>
     1.9      <property name="s2b_root_1_0" location="src/org/netbeans/modules/portalpack/portlets/genericportlets/ddapi/impl/model_1_0"/>
    1.10        
    1.11 @@ -96,8 +97,9 @@
    1.12          
    1.13      </target>
    1.14  
    1.15 -     <target name="nbm" depends="init,netbeans" description="Build NBM archive.">
    1.16 +     <!--<target name="nbm" depends="init,netbeans" description="Build NBM archive.">
    1.17          <mkdir dir="build"/>
    1.18 +        
    1.19          <makenbm file="build/${nbm}"
    1.20                   productdir="${cluster}"
    1.21                   module="${module.jar}"
    1.22 @@ -108,14 +110,10 @@
    1.23                   releasedate="${nbm.release.date}"
    1.24  		 moduleauthor="${nbm.module.author}">
    1.25              <license file="${basedir}/../../LICENSE"/>
    1.26 -            <!-- <license name="${basedir}/../../LICENSE">
    1.27 -                <text>For the integration module:</text>
    1.28 -                <file location="${basedir}/../../LICENSE"/>
    1.29 -
    1.30 -             </license> -->
    1.31 +           
    1.32              <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
    1.33          </makenbm>
    1.34 -    </target>
    1.35 +    </target>-->
    1.36  
    1.37   <target name="schema2beans">
    1.38      <ant dir="../../../schema2beans" target="build"/>
     2.1 --- a/portalpack.servers.base_psframework/build.xml	Tue Jul 10 11:59:24 2007 +0000
     2.2 +++ b/portalpack.servers.base_psframework/build.xml	Tue Jul 10 13:36:32 2007 +0000
     2.3 @@ -24,7 +24,7 @@
     2.4  <project name="org.netbeans.modules.portalpack.servers.core" default="netbeans" basedir=".">
     2.5      <description>Builds, tests, and runs the project org.netbeans.modules.portalpack.servers.core.</description>
     2.6       <import file="../../../nbbuild/templates/projectized.xml"/>
     2.7 -
     2.8 +     <property name="base.nbm.target.dir" value="build"/>
     2.9  <target name="netbeans-extra" depends="release"/>
    2.10  
    2.11      <target name="release" depends="init">
    2.12 @@ -42,7 +42,7 @@
    2.13          
    2.14  </target>
    2.15  
    2.16 -<target name="nbm" depends="init,netbeans" description="Build NBM archive.">
    2.17 +<!--<target name="nbm" depends="init,netbeans" description="Build NBM archive.">
    2.18          <mkdir dir="build"/>
    2.19          <makenbm file="build/${nbm}"
    2.20                   productdir="${cluster}"
    2.21 @@ -54,13 +54,9 @@
    2.22                   releasedate="${nbm.release.date}"
    2.23  		 moduleauthor="${nbm.module.author}">
    2.24              <license file="${basedir}/../../LICENSE"/>
    2.25 -            <!-- <license name="${basedir}/../../LICENSE">
    2.26 -                <text>For the integration module:</text>
    2.27 -                <file location="${basedir}/../../LICENSE"/>
    2.28 -
    2.29 -             </license> -->
    2.30 +           
    2.31              <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
    2.32          </makenbm>
    2.33 -    </target>
    2.34 +    </target>-->
    2.35  
    2.36  </project>
     3.1 --- a/portalpack.servers.opensourcepc/build.xml	Tue Jul 10 11:59:24 2007 +0000
     3.2 +++ b/portalpack.servers.opensourcepc/build.xml	Tue Jul 10 13:36:32 2007 +0000
     3.3 @@ -24,9 +24,9 @@
     3.4  <!-- If you delete this file and reopen the project it will be recreated. -->
     3.5  <project name="org.netbeans.modules.portalpack.servers.jnpc" default="netbeans" basedir=".">
     3.6      <description>Builds, tests, and runs the project org.netbeans.modules.portalpack.servers.jnpc.</description>
     3.7 -     <import file="../../../nbbuild/templates/projectized.xml"/>
     3.8 -    
     3.9 -    <target name="nbm" depends="init,netbeans" description="Build NBM archive.">
    3.10 +    <import file="../../../nbbuild/templates/projectized.xml"/>
    3.11 +    <property name="base.nbm.target.dir" value="build"/>
    3.12 +   <!-- <target name="nbm" depends="init,netbeans" description="Build NBM archive.">
    3.13          <mkdir dir="build"/>
    3.14          <makenbm file="build/${nbm}"
    3.15                   productdir="${cluster}"
    3.16 @@ -38,12 +38,8 @@
    3.17                   releasedate="${nbm.release.date}"
    3.18  		 moduleauthor="${nbm.module.author}">
    3.19              <license file="${basedir}/../../LICENSE"/>
    3.20 -            <!-- <license name="${basedir}/../../LICENSE">
    3.21 -                <text>For the integration module:</text>
    3.22 -                <file location="${basedir}/../../LICENSE"/>
    3.23 -
    3.24 -             </license> -->
    3.25 +           
    3.26              <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
    3.27          </makenbm>
    3.28 -    </target>
    3.29 +    </target>-->
    3.30  </project>
     4.1 --- a/portals.sunps7/build.xml	Tue Jul 10 11:59:24 2007 +0000
     4.2 +++ b/portals.sunps7/build.xml	Tue Jul 10 13:36:32 2007 +0000
     4.3 @@ -25,7 +25,7 @@
     4.4  <project name="org.netbeans.modules.portals.sunps7" default="netbeans" basedir=".">
     4.5      <description>Builds, tests, and runs the project org.netbeans.modules.portals.sunps7.</description>
     4.6        <import file="../../../nbbuild/templates/projectized.xml"/>
     4.7 - 
     4.8 +     <property name="base.nbm.target.dir" value="build"/>
     4.9       <target name="netbeans-extra" depends="release"/>
    4.10  
    4.11       <target name="compile" depends="projectized-common.compile">
    4.12 @@ -46,7 +46,7 @@
    4.13          -->
    4.14       </target>  
    4.15       
    4.16 -     <target name="nbm" depends="init,netbeans" description="Build NBM archive.">
    4.17 +   <!--  <target name="nbm" depends="init,netbeans" description="Build NBM archive.">
    4.18          <mkdir dir="build"/>
    4.19          <makenbm file="build/${nbm}"
    4.20                   productdir="${cluster}"
    4.21 @@ -58,13 +58,9 @@
    4.22                   releasedate="${nbm.release.date}"
    4.23  		 moduleauthor="${nbm.module.author}">
    4.24              <license file="${basedir}/../../LICENSE"/>
    4.25 -            <!-- <license name="${basedir}/../../LICENSE">
    4.26 -                <text>For the integration module:</text>
    4.27 -                <file location="${basedir}/../../LICENSE"/>
    4.28 -
    4.29 -             </license> -->
    4.30 +            
    4.31              <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
    4.32          </makenbm>
    4.33 -    </target>
    4.34 +    </target>-->
    4.35       
    4.36  </project>