#13850 <makenbm> should support OpenIDE-Module-Localizing-Bundle release33_beta6-BLD200111271845
authormzlamal@netbeans.org
Tue, 09 Oct 2001 08:56:29 +0000
changeset 6620134962ae083
parent 661 9ce1ea4f3f85
child 663 e845a62c189f
#13850 <makenbm> should support OpenIDE-Module-Localizing-Bundle
jasm/Manifest.mf
jasm/build.xml
javacvs/build.xml
spellchecker/build.xml
vcscvs/build.xml
vcscvs/compat/build.xml
     1.1 --- a/jasm/Manifest.mf	Tue Oct 02 13:20:11 2001 +0000
     1.2 +++ b/jasm/Manifest.mf	Tue Oct 09 08:56:29 2001 +0000
     1.3 @@ -1,5 +1,6 @@
     1.4  OpenIDE-Module: org.netbeans.modules.jasm/1
     1.5  OpenIDE-Module-Name: JASM
     1.6 +OpenIDE-Module-Long-Description: Java assembler/disassembler module.
     1.7  OpenIDE-Module-Display-Category: Java
     1.8  OpenIDE-Module-Module-Dependencies: org.netbeans.modules.editor/1 > 1.4
     1.9  OpenIDE-Module-Install: org/netbeans/modules/jasm/JASMModule.class
     2.1 --- a/jasm/build.xml	Tue Oct 02 13:20:11 2001 +0000
     2.2 +++ b/jasm/build.xml	Tue Oct 09 08:56:29 2001 +0000
     2.3 @@ -58,14 +58,11 @@
     2.4    <target name="nbm" depends="netbeans">
     2.5      <makenbm file="jasm.nbm"
     2.6               topdir="."
     2.7 -	     manifest="manifest-subst.mf"
     2.8 +             module="netbeans/modules/jasm.jar"
     2.9  	     homepage="http://jasm.netbeans.org/"
    2.10  	     distribution="http://${dist.base}/jasm.nbm">
    2.11        <license file="${license.file}"/>
    2.12        <signature keystore="${keystore}" storepass="${storepass}" alias="nb_ide"/>
    2.13 -      <description>
    2.14 -      Java assembler/disassembler module.
    2.15 -      </description>
    2.16      </makenbm>
    2.17    </target>
    2.18  
     3.1 --- a/javacvs/build.xml	Tue Oct 02 13:20:11 2001 +0000
     3.2 +++ b/javacvs/build.xml	Tue Oct 09 08:56:29 2001 +0000
     3.3 @@ -62,11 +62,8 @@
     3.4    </target>
     3.5  
     3.6    <target depends="netbeans" name="nbm">
     3.7 -    <makenbm distribution="http://{dist.base}/javacvs.nbm" file="javacvs.nbm" homepage="http://javacvs.${homepage.base}/" manifest="manifest-subst.mf" topdir=".">
     3.8 +    <makenbm distribution="http://{dist.base}/javacvs.nbm" file="javacvs.nbm" homepage="http://javacvs.${homepage.base}/" module="netbeans/modules/javacvs.jar" topdir=".">
     3.9        <license file="${license.file}"/>
    3.10 -      <description>
    3.11 -        cvs filesystem that uses it&apos;s own java cvs library.
    3.12 -      </description>
    3.13        <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
    3.14      </makenbm>
    3.15    </target>
     4.1 --- a/spellchecker/build.xml	Tue Oct 02 13:20:11 2001 +0000
     4.2 +++ b/spellchecker/build.xml	Tue Oct 09 08:56:29 2001 +0000
     4.3 @@ -1,4 +1,4 @@
     4.4 -<?xml version='1.0' encoding='ISO-8859-1' ?>
     4.5 +f<?xml version='1.0' encoding='ISO-8859-1' ?>
     4.6  <!--
     4.7                  Sun Public License Notice
     4.8  
     4.9 @@ -57,13 +57,10 @@
    4.10    <target name="nbm" depends="netbeans">
    4.11      <makenbm file="spellchecker.nbm"
    4.12               topdir="."
    4.13 -	     manifest="manifest-subst.mf"
    4.14 +             module="netbeans/modules/spellchecker.jar"
    4.15  	     homepage="http://spellchecker.${homepage.base}/"
    4.16  	     distribution="http://${dist.base}/spellchecker.nbm">
    4.17        <license file="${license.file}"/>
    4.18 -      <description>
    4.19 -        Provides support for viewing images such as GIFs and JPEGs in the IDE.
    4.20 -      </description>
    4.21        <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
    4.22      </makenbm>
    4.23    </target>
     5.1 --- a/vcscvs/build.xml	Tue Oct 02 13:20:11 2001 +0000
     5.2 +++ b/vcscvs/build.xml	Tue Oct 09 08:56:29 2001 +0000
     5.3 @@ -57,13 +57,10 @@
     5.4    <target name="nbm" depends="netbeans">
     5.5      <makenbm file="vcscvs.nbm"
     5.6               topdir="."
     5.7 -	     manifest="manifest-subst.mf"
     5.8 +             module="netbeans/modules/cvs.jar"
     5.9  	     homepage="http://vcscvs.${homepage.base}/"
    5.10  	     distribution="http://${dist.base}/vcscvs.nbm">
    5.11        <license file="${license.file}"/>
    5.12 -      <description>
    5.13 -        CVS version-control support.
    5.14 -      </description>
    5.15        <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
    5.16      </makenbm>
    5.17    </target>
    5.18 @@ -81,5 +78,3 @@
    5.19    </target>
    5.20  
    5.21  </project>
    5.22 -
    5.23 -
     6.1 --- a/vcscvs/compat/build.xml	Tue Oct 02 13:20:11 2001 +0000
     6.2 +++ b/vcscvs/compat/build.xml	Tue Oct 09 08:56:29 2001 +0000
     6.3 @@ -58,13 +58,10 @@
     6.4    <target name="nbm" depends="netbeans">
     6.5      <makenbm file="vcscvscompat.nbm"
     6.6               topdir="."
     6.7 -	     manifest="manifest-subst.mf"
     6.8 +             module="netbeans/modules/cvscompat.jar"
     6.9  	     homepage="http://vcscvs.${homepage.base}/"
    6.10  	     distribution="http://${dist.base}/vcscvscompat.nbm">
    6.11        <license file="${license.file}"/>
    6.12 -      <description>
    6.13 -        CVS version-control support converter.
    6.14 -      </description>
    6.15        <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
    6.16      </makenbm>
    6.17    </target>