Index: nbbuild/build.properties =================================================================== RCS file: /cvs/nbbuild/build.properties,v retrieving revision 1.73.2.10 diff -u -r1.73.2.10 build.properties --- nbbuild/build.properties 25 Mar 2003 10:02:13 -0000 1.73.2.10 +++ nbbuild/build.properties 14 May 2003 16:46:04 -0000 @@ -290,3 +290,25 @@ config.modules.l10nkit=${config.modules.stable}, \ installer config.fixedmodules.l10nkit=${config.fixedmodules.stable} + +# moduleconfig for MultiLingual build of all stable modules (IDE + update centre) +config.modules.stable-au-ML=${config.modules.stable}, \ + ant/docs, \ + corba, \ + filecopy, \ + java/fastjavac, \ + jndi, \ + junit, \ + rmi +config.fixedmodules.stable-au-ML=${config.fixedmodules.stable} + +# moduleconfig for build of all stable modules for stable update centre +config.modules.stable-au=${config.modules.stable-au-ML}, \ + a11y, \ + apisupport, \ + jellytools, \ + jemmy, \ + jemmysupport, \ + testtools, \ + xtest +config.fixedmodules.stable-au=${config.fixedmodules.stable-au-ML} Index: nbbuild/build.xml =================================================================== RCS file: /cvs/nbbuild/build.xml,v retrieving revision 1.293.2.9 diff -u -r1.293.2.9 build.xml --- nbbuild/build.xml 18 Apr 2003 10:30:54 -0000 1.293.2.9 +++ nbbuild/build.xml 14 May 2003 16:46:04 -0000 @@ -293,6 +293,10 @@ + + + + Index: nbbuild/mlbuild/build.xml =================================================================== RCS file: /cvs/nbbuild/mlbuild/Attic/build.xml,v retrieving revision 1.1.2.2 diff -u -r1.1.2.2 build.xml --- nbbuild/mlbuild/build.xml 13 May 2003 13:52:06 -0000 1.1.2.2 +++ nbbuild/mlbuild/build.xml 14 May 2003 16:46:04 -0000 @@ -9,8 +9,7 @@ The Original Code is NetBeans. The Initial Developer of the Original Code is Sun Microsystems, Inc. -Portions Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved. -Portions Copyright 2001-2002 Vincent Brabant, Maxym Mykhalchuk. +Portions Copyright 1997-2003 Sun Microsystems, Inc. All Rights Reserved. --> @@ -26,6 +25,8 @@ + + @@ -45,12 +46,20 @@ + - + + + + + + + +