IN=2522 pilsen_multilanguage_RC2
authorjhuth@netbeans.org
Fri, 29 Jun 2001 15:56:10 +0000
changeset 635f7dee334d975
parent 634 e72cea8e6d3f
child 636 4c5ae905dd8b
IN=2522
Fix nbm creation so that the RE builds can sign the NBM's.
Fix manifest substitution for jspie.nbm.
schema2beans/build.xml
     1.1 --- a/schema2beans/build.xml	Fri Jun 29 13:10:32 2001 +0000
     1.2 +++ b/schema2beans/build.xml	Fri Jun 29 15:56:10 2001 +0000
     1.3 @@ -35,7 +35,7 @@
     1.4  	     homepage="http://${homepage.base}/dd2beans.html"
     1.5  	     distribution="${dist.base}/dd2beans.nbm">
     1.6        <license file="${license.file}" />
     1.7 -      <signature keystore="${keystore}" storepass="${storepass}" alias="nb_ide"/>
     1.8 +      <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
     1.9        <exclude name="**/nondist/**" />
    1.10      </makenbm>
    1.11    </target>