Index: ant/build.xml =================================================================== RCS file: /cvs/ant/build.xml,v retrieving revision 1.49 diff -u -r1.49 build.xml --- ant/build.xml 28 Feb 2002 12:43:19 -0000 1.49 +++ ant/build.xml 1 Mar 2002 09:52:34 -0000 @@ -38,7 +38,7 @@ - + Index: ant/manifest.mf =================================================================== RCS file: /cvs/ant/manifest.mf,v retrieving revision 1.42 diff -u -r1.42 manifest.mf --- ant/manifest.mf 18 Feb 2002 13:49:54 -0000 1.42 +++ ant/manifest.mf 1 Mar 2002 09:52:34 -0000 @@ -5,9 +5,9 @@ OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@ OpenIDE-Module-Install: org/apache/tools/ant/module/AntModule.class OpenIDE-Module-Layer: org/apache/tools/ant/module/resources/AntModuleLayer.xml -OpenIDE-Module-Module-Dependencies: org.netbeans.modules.javahelp/1 > 1.0 +OpenIDE-Module-Module-Dependencies: org.netbeans.modules.javahelp/1 > 1.0, org.apache.xerces.v13 OpenIDE-Module-IDE-Dependencies: IDE/1 > 2.3 -OpenIDE-Module-Package-Dependencies: [org.apache.tools.ant.Location], [org.apache.xerces.parsers.DOMParser], [org.apache.xml.serialize.EncodingInfo] +OpenIDE-Module-Package-Dependencies: [org.apache.tools.ant.Location] Class-Path: ext/ant-1.4.1.jar ext/ant-optional-1.4.1.jar Name: org/apache/tools/ant/module/loader/AntProjectDataLoader.class Index: apisupport/build.xml =================================================================== RCS file: /cvs/apisupport/build.xml,v retrieving revision 1.55 diff -u -r1.55 build.xml --- apisupport/build.xml 11 Feb 2002 12:00:06 -0000 1.55 +++ apisupport/build.xml 1 Mar 2002 09:52:35 -0000 @@ -37,7 +37,7 @@ - + Index: apisupport/manifest.mf =================================================================== RCS file: /cvs/apisupport/manifest.mf,v retrieving revision 1.59 diff -u -r1.59 manifest.mf --- apisupport/manifest.mf 18 Feb 2002 13:49:55 -0000 1.59 +++ apisupport/manifest.mf 1 Mar 2002 09:52:35 -0000 @@ -4,9 +4,8 @@ OpenIDE-Module-Layer: org/netbeans/modules/apisupport/resources/mf-layer.xml OpenIDE-Module-Specification-Version: 2.11 OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@ -OpenIDE-Module-Module-Dependencies: org.netbeans.modules.apisupport.lite/1 > 0.1, org.netbeans.modules.jarpackager/2 > 1.8, org.netbeans.modules.javahelp/1 > 1.0 +OpenIDE-Module-Module-Dependencies: org.netbeans.modules.apisupport.lite/1 > 0.1, org.netbeans.modules.jarpackager/2 > 1.8, org.netbeans.modules.javahelp/1 > 1.0, org.apache.xerces.v13 OpenIDE-Module-IDE-Dependencies: IDE/1 > 2.3 -OpenIDE-Module-Package-Dependencies: [org.apache.xerces.parsers.DOMParser], [org.apache.xml.serialize.EncodingInfo] Class-Path: docs/apisupport-manual.zip Name: org/netbeans/modules/apisupport/ManifestDataLoader.class Index: core/src/org/netbeans/core/modules/NbInstaller.java =================================================================== RCS file: /cvs/core/src/org/netbeans/core/modules/NbInstaller.java,v retrieving revision 1.28 diff -u -r1.28 NbInstaller.java --- core/src/org/netbeans/core/modules/NbInstaller.java 25 Feb 2002 12:35:25 -0000 1.28 +++ core/src/org/netbeans/core/modules/NbInstaller.java 1 Mar 2002 09:52:36 -0000 @@ -739,6 +739,9 @@ "org/apache/xerces/", // NOI18N // xerces.jar - serializer library "org/apache/xml/serialize/", // NOI18N + // xerces.jar - misc + "org/apache/html/", // NOI18N + "org/apache/wml/", // NOI18N }; private Set/**/ findKosher(Module m) { Index: nbbuild/build.xml =================================================================== RCS file: /cvs/nbbuild/build.xml,v retrieving revision 1.178 diff -u -r1.178 build.xml --- nbbuild/build.xml 20 Feb 2002 17:01:52 -0000 1.178 +++ nbbuild/build.xml 1 Mar 2002 09:52:37 -0000 @@ -99,11 +99,11 @@ - - - + + + - + @@ -146,7 +146,7 @@ - + @@ -154,7 +154,7 @@ - + @@ -194,6 +194,10 @@ + + + + @@ -645,6 +649,8 @@ description="Build Auto Update NBM files and XML descriptions."> + +