This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 38300
Collapse All | Expand All

(-)nbbuild/build.properties (-2 lines)
Lines 117-124 Link Here
117
    javacvs/libmodule, \
117
    javacvs/libmodule, \
118
    javadoc, \
118
    javadoc, \
119
    junit, \
119
    junit, \
120
    libs/jaxp, \
121
    libs/xalan, \
122
    libs/xerces, \
120
    libs/xerces, \
123
    openide/execution, \
121
    openide/execution, \
124
    openide/execution/deprecated, \
122
    openide/execution/deprecated, \
(-)nbbuild/build.xml (-5 / +5 lines)
Lines 837-847 Link Here
837
      <ant dir="../libs/j2eeeditor" target="netbeans"/>
837
      <ant dir="../libs/j2eeeditor" target="netbeans"/>
838
  </target>
838
  </target>
839
839
840
  <target name="all-libs" depends="all-libs/xalan, all-libs/jaxp, all-libs/xerces, all-libs/j2eeeditor"/>
840
  <target name="all-libs" depends="all-libs/xerces, all-libs/j2eeeditor"/>
841
841
842
842
843
  <!-- XML modules -->
843
  <!-- XML modules -->
844
  <target name="all-xml/api" depends="build-platform, all-libs/jaxp">
844
  <target name="all-xml/api" depends="build-platform">
845
      <echo message="Building module xml/api..."/>
845
      <echo message="Building module xml/api..."/>
846
      <ant dir="../xml/api" target="netbeans"/>
846
      <ant dir="../xml/api" target="netbeans"/>
847
  </target>
847
  </target>
Lines 861-867 Link Here
861
      <ant dir="../xml/catalog" target="netbeans"/>
861
      <ant dir="../xml/catalog" target="netbeans"/>
862
  </target>
862
  </target>
863
863
864
  <target name="all-xml/tools" depends="build-platform, all-libs/jaxp, all-xml/api, all-xml/tax, all-xml/core,all-java/srcmodel,all-java/api">
864
  <target name="all-xml/tools" depends="build-platform, all-xml/api, all-xml/tax, all-xml/core,all-java/srcmodel,all-java/api">
865
      <echo message="Building module xml/tools..."/>
865
      <echo message="Building module xml/tools..."/>
866
      <ant dir="../xml/tools" target="netbeans"/>
866
      <ant dir="../xml/tools" target="netbeans"/>
867
  </target>
867
  </target>
Lines 881-892 Link Here
881
      <ant dir="../xml/css" target="netbeans"/>
881
      <ant dir="../xml/css" target="netbeans"/>
882
  </target>
882
  </target>
883
883
884
  <target name="all-xml/xsl" depends="build-platform,all-httpserver/servletapi,all-libs/jaxp,all-xml/api,all-xml/tax,all-xml/core">
884
  <target name="all-xml/xsl" depends="build-platform,all-httpserver/servletapi,all-xml/api,all-xml/tax,all-xml/core">
885
      <echo message="Building module xml/xsl..."/>
885
      <echo message="Building module xml/xsl..."/>
886
      <ant dir="../xml/xsl" target="netbeans"/>
886
      <ant dir="../xml/xsl" target="netbeans"/>
887
  </target>
887
  </target>
888
888
889
  <target name="all-xml/schema" depends="build-platform, all-libs/jaxp, all-xml/api, all-xml/tax, all-xml/core">
889
  <target name="all-xml/schema" depends="build-platform, all-xml/api, all-xml/tax, all-xml/core">
890
      <echo message="Building xml/schema module..."/>
890
      <echo message="Building xml/schema module..."/>
891
      <ant dir="../xml/schema" target="netbeans"/>
891
      <ant dir="../xml/schema" target="netbeans"/>
892
  </target>
892
  </target>
(-)nbbuild/cluster.properties (-3 / +1 lines)
Lines 20-28 Link Here
20
        tasklist/editor, \
20
        tasklist/editor, \
21
        tasklist/bugs
21
        tasklist/bugs
22
22
23
local.config.libs=libs/xalan, \
23
local.config.libs=libs/xerces, \
24
        libs/jaxp, \
25
        libs/xerces, \
26
        libs/j2eeeditor
24
        libs/j2eeeditor
27
25
28
local.config.xml=xml/api, \
26
local.config.xml=xml/api, \
(-)libs/jaxp/manifest.mf (-1 / +2 lines)
Lines 4-8 Link Here
4
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
4
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
5
OpenIDE-Module-Specification-Version: @JAXP_SPEC_VERS_SUBST@
5
OpenIDE-Module-Specification-Version: @JAXP_SPEC_VERS_SUBST@
6
OpenIDE-Module-Implementation-Version: @JAXP_IMPL_VERS_SUBST@
6
OpenIDE-Module-Implementation-Version: @JAXP_IMPL_VERS_SUBST@
7
OpenIDE-Module-Requires: javax.xml.transform.TransformerFactory
7
OpenIDE-Module-Deprecated: true
8
OpenIDE-Module-Java-Dependencies: Java > 1.4
8
9
(-)libs/jaxp/src/org/netbeans/libs/jaxp/Bundle.properties (-1 / +2 lines)
Lines 6-12 Link Here
6
# http://www.sun.com/
6
# http://www.sun.com/
7
# 
7
# 
8
# The Original Code is NetBeans. The Initial Developer of the Original
8
# The Original Code is NetBeans. The Initial Developer of the Original
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2002 Sun
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun
10
# Microsystems, Inc. All Rights Reserved.
10
# Microsystems, Inc. All Rights Reserved.
11
11
12
## libs/jaxp/manifest.mf
12
## libs/jaxp/manifest.mf
Lines 14-16 Link Here
14
OpenIDE-Module-Display-Category=Libraries
14
OpenIDE-Module-Display-Category=Libraries
15
OpenIDE-Module-Short-Description=The module ensures full JAXP 1.1 implementation will be available.
15
OpenIDE-Module-Short-Description=The module ensures full JAXP 1.1 implementation will be available.
16
OpenIDE-Module-Long-Description=The module ensures full JAXP 1.1 implementation will be available. Extends NetBeans JAXP/parsers support and JAXP/transform is accessible.
16
OpenIDE-Module-Long-Description=The module ensures full JAXP 1.1 implementation will be available. Extends NetBeans JAXP/parsers support and JAXP/transform is accessible.
17
OpenIDE-Module-Deprecation-Message=Full JAXP API module is deprecated as the JAXP API and implementation is part of JDK 1.4 and newer.
(-)xml/api/manifest.mf (-1 lines)
Lines 9-13 Link Here
9
 org.netbeans.api.xml.**,
9
 org.netbeans.api.xml.**,
10
 org.netbeans.spi.xml.**
10
 org.netbeans.spi.xml.**
11
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
11
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
12
OpenIDE-Module-Module-Dependencies: org.netbeans.libs.jaxp/1
13
12
(-)xml/tools/manifest.mf (-1 lines)
Lines 11-17 Link Here
11
 org.netbeans.api.xml/1 > ${xml.api.spec.version}, 
11
 org.netbeans.api.xml/1 > ${xml.api.spec.version}, 
12
 org.netbeans.modules.xml.tax/2 = ${xml.common.impl.version},
12
 org.netbeans.modules.xml.tax/2 = ${xml.common.impl.version},
13
 org.netbeans.modules.xml.core/2 = ${xml.common.impl.version}, 
13
 org.netbeans.modules.xml.core/2 = ${xml.common.impl.version}, 
14
 org.netbeans.libs.jaxp/1,
15
 org.netbeans.api.java/1,
14
 org.netbeans.api.java/1,
16
 org.openide.src > 1.0
15
 org.openide.src > 1.0
17
16
(-)xml/xsl/manifest.mf (-2 lines)
Lines 10-17 Link Here
10
OpenIDE-Module-Module-Dependencies: 
10
OpenIDE-Module-Module-Dependencies: 
11
 org.netbeans.api.xml/1 > ${xml.api.spec.version},
11
 org.netbeans.api.xml/1 > ${xml.api.spec.version},
12
 org.netbeans.modules.xml.core/2 = ${xml.common.impl.version},
12
 org.netbeans.modules.xml.core/2 = ${xml.common.impl.version},
13
 org.netbeans.libs.jaxp/1,
14
 org.netbeans.libs.xalan/1 > 1.1,
15
 org.netbeans.modules.servletapi/1,
13
 org.netbeans.modules.servletapi/1,
16
 org.openide.execution > 1.2
14
 org.openide.execution > 1.2
17
OpenIDE-Module-Requires: org.openide.util.HttpServer$Impl
15
OpenIDE-Module-Requires: org.openide.util.HttpServer$Impl

Return to bug 38300