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 31637
Collapse All | Expand All

(-)ant/grammar/manifest.mf (-2 / +1 lines)
Lines 4-10 Link Here
4
OpenIDE-Module-Specification-Version: 1.0
4
OpenIDE-Module-Specification-Version: 1.0
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Layer: org/netbeans/modules/ant/grammar/mf-layer.xml
6
OpenIDE-Module-Layer: org/netbeans/modules/ant/grammar/mf-layer.xml
7
OpenIDE-Module-Module-Dependencies: org.netbeans.modules.xml.core/1, org.apache.tools.ant.module/2 > 2.14
7
OpenIDE-Module-Module-Dependencies: org.netbeans.modules.xml.core/2 = XMLr35, org.apache.tools.ant.module/2 > 2.14
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
9
OpenIDE-Module-Requires: org.netbeans.modules.xml.api.grammar_alpha1, org.netbeans.modules.xml.api.grammar_client
10
9
(-)web/advanced/manifest.mf (-1 / +1 lines)
Lines 7-13 Link Here
7
OpenIDE-Module-Module-Dependencies: org.netbeans.modules.web.core/1 > 1.14, 
7
OpenIDE-Module-Module-Dependencies: org.netbeans.modules.web.core/1 > 1.14, 
8
   org.netbeans.modules.jarpackager/2,
8
   org.netbeans.modules.jarpackager/2,
9
   org.netbeans.modules.debugger.jpda/1 > 1.11,
9
   org.netbeans.modules.debugger.jpda/1 > 1.11,
10
   org.netbeans.modules.xml.catalog/1 > 0.9,
10
   org.netbeans.modules.xml.catalog/2 > 0.9,
11
   org.netbeans.modules.j2eeserver/2,
11
   org.netbeans.modules.j2eeserver/2,
12
   org.netbeans.modules.schema2beans/1,
12
   org.netbeans.modules.schema2beans/1,
13
   org.netbeans.modules.html/1,
13
   org.netbeans.modules.html/1,
(-)web/jspsyntax/manifest.mf (-1 / +1 lines)
Lines 9-13 Link Here
9
  org.netbeans.modules.editor/1 > 1.6, 
9
  org.netbeans.modules.editor/1 > 1.6, 
10
  org.netbeans.modules.servletapi23/1, 
10
  org.netbeans.modules.servletapi23/1, 
11
  org.openide.execution > 1.0,
11
  org.openide.execution > 1.0,
12
  org.netbeans.modules.xml.text/1
12
  org.netbeans.modules.xml.text/2 = XMLr35
13
13
(-)web/strutssupport/manifest.mf (-1 / +1 lines)
Lines 4-10 Link Here
4
OpenIDE-Module-Layer: org/netbeans/modules/struts/resources/layer.xml
4
OpenIDE-Module-Layer: org/netbeans/modules/struts/resources/layer.xml
5
OpenIDE-Module-Specification-Version: 1.1.1
5
OpenIDE-Module-Specification-Version: 1.1.1
6
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
7
OpenIDE-Module-Module-Dependencies: org.netbeans.modules.xml.catalog/1
7
OpenIDE-Module-Module-Dependencies: org.netbeans.modules.xml.catalog/2 = XMLr35
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 1.24
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 1.24
9
Class-Path: ext/console.jar ext/jdom.jar
9
Class-Path: ext/console.jar ext/jdom.jar
10
10
(-)web/taglibed/manifest.mf (-1 / +1 lines)
Lines 5-11 Link Here
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Module-Dependencies: org.netbeans.modules.web.core/1 > 1.14,
6
OpenIDE-Module-Module-Dependencies: org.netbeans.modules.web.core/1 > 1.14,
7
   org.netbeans.modules.jarpackager/2,
7
   org.netbeans.modules.jarpackager/2,
8
   org.netbeans.modules.xml.core/1,
8
   org.netbeans.modules.xml.core/2 = XMLr35,
9
   org.netbeans.modules.servletapi/1,
9
   org.netbeans.modules.servletapi/1,
10
   org.netbeans.api.java/1,
10
   org.netbeans.api.java/1,
11
   org.openide.src > 1.0,
11
   org.openide.src > 1.0,
(-)xml/spec-vers.properties (+7 lines)
Lines 53-55 Link Here
53
# XML Schema Support
53
# XML Schema Support
54
xml.schema.specification.version=${xml.common}
54
xml.schema.specification.version=${xml.common}
55
55
56
57
#
58
# release public classes compatability range
59
#
60
61
xml.implementation.version=XMLr35
62
(-)xml/catalog/build.xml (+1 lines)
Lines 40-45 Link Here
40
        <filter     token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
40
        <filter     token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
41
        <filter token="CATALOG_SPEC_VERS_SUBST" value="${xml.catalog.specification.version}"/>
41
        <filter token="CATALOG_SPEC_VERS_SUBST" value="${xml.catalog.specification.version}"/>
42
        <filter    token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
42
        <filter    token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
43
        <filter token="XML_BUILD_NUMBER_SUBST"  value="${xml.implementation.version}"/>
43
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
44
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
44
        <ant dir="${nbroot}/xml/external" target="unscramble"/>
45
        <ant dir="${nbroot}/xml/external" target="unscramble"/>
45
    </target>
46
    </target>
(-)xml/catalog/manifest.mf (-5 / +4 lines)
Lines 1-15 Link Here
1
OpenIDE-Module: org.netbeans.modules.xml.catalog/1
1
OpenIDE-Module: org.netbeans.modules.xml.catalog/2
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/catalog/resources/Bundle.properties
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/catalog/resources/Bundle.properties
3
OpenIDE-Module-Install: org/netbeans/modules/xml/catalog/CatalogModuleInstall.class
3
OpenIDE-Module-Install: org/netbeans/modules/xml/catalog/CatalogModuleInstall.class
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/catalog/resources/mf-layer.xml
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/catalog/resources/mf-layer.xml
5
OpenIDE-Module-Specification-Version: @CATALOG_SPEC_VERS_SUBST@
5
OpenIDE-Module-Specification-Version: @CATALOG_SPEC_VERS_SUBST@
6
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Implementation-Version: @XML_BUILD_NUMBER_SUBST@
7
OpenIDE-Module-Public-Packages: 
7
OpenIDE-Module-Public-Packages: 
8
 org.netbeans.modules.xml.catalog.spi.**,
8
 org.netbeans.modules.xml.catalog.spi.**
9
 org.netbeans.modules.xml.catalog.settings.*
10
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
9
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
11
OpenIDE-Module-Module-Dependencies: 
10
OpenIDE-Module-Module-Dependencies: 
12
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
11
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
13
 org.netbeans.modules.xml.core/1 = @BUILD_NUMBER_SUBST@
12
 org.netbeans.modules.xml.core/2 = @XML_BUILD_NUMBER_SUBST@
14
Class-Path: ext/resolver-1_1_nb.jar
13
Class-Path: ext/resolver-1_1_nb.jar
15
14
(-)xml/core/build.xml (+1 lines)
Lines 40-45 Link Here
40
        <property file="${xml_root}/spec-vers.properties"/>
40
        <property file="${xml_root}/spec-vers.properties"/>
41
        <filter  token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
41
        <filter  token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
42
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
42
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
43
        <filter token="XML_BUILD_NUMBER_SUBST"  value="${xml.implementation.version}"/>
43
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
44
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
44
    </target>
45
    </target>
45
46
(-)xml/core/manifest.mf (-6 / +3 lines)
Lines 1-19 Link Here
1
OpenIDE-Module: org.netbeans.modules.xml.core/1
1
OpenIDE-Module: org.netbeans.modules.xml.core/2
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/core/resources/Bundle.properties
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/core/resources/Bundle.properties
3
OpenIDE-Module-Install: org/netbeans/modules/xml/core/CoreModuleInstall.class
3
OpenIDE-Module-Install: org/netbeans/modules/xml/core/CoreModuleInstall.class
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/core/resources/mf-layer.xml
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/core/resources/mf-layer.xml
5
OpenIDE-Module-Specification-Version: @CORE_SPEC_VERS_SUBST@
5
OpenIDE-Module-Specification-Version: @CORE_SPEC_VERS_SUBST@
6
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Implementation-Version: @XML_BUILD_NUMBER_SUBST@
7
OpenIDE-Module-Public-Packages: 
7
OpenIDE-Module-Public-Packages: -
8
 org.netbeans.modules.xml.api.**,
9
 org.netbeans.modules.xml.spi.**
10
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.40
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.40
11
OpenIDE-Module-Module-Dependencies: 
9
OpenIDE-Module-Module-Dependencies: 
12
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
10
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
13
 org.openide.execution > 1.0,
11
 org.openide.execution > 1.0,
14
 org.openide.io > 1.0
12
 org.openide.io > 1.0
15
OpenIDE-Module-Requires: org.openide.windows.IOProvider
13
OpenIDE-Module-Requires: org.openide.windows.IOProvider
16
OpenIDE-Module-Provides: org.netbeans.modules.xml.api.grammar_alpha1
17
Class-Path: docs/xml-core.jar
14
Class-Path: docs/xml-core.jar
18
15
19
Name: org/netbeans/modules/xml/core/XMLDataLoader.class
16
Name: org/netbeans/modules/xml/core/XMLDataLoader.class
(-)xml/css/manifest.mf (-1 / +1 lines)
Lines 1-4 Link Here
1
OpenIDE-Module: org.netbeans.modules.css/1
1
OpenIDE-Module: org.netbeans.modules.css/2
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/css/resources/Bundle.properties
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/css/resources/Bundle.properties
3
OpenIDE-Module-Install: org/netbeans/modules/css/CSSModuleInstall.class
3
OpenIDE-Module-Install: org/netbeans/modules/css/CSSModuleInstall.class
4
OpenIDE-Module-Layer: org/netbeans/modules/css/resources/mf-layer.xml
4
OpenIDE-Module-Layer: org/netbeans/modules/css/resources/mf-layer.xml
(-)xml/schema/build.xml (+1 lines)
Lines 42-47 Link Here
42
        <filter token="SCHEMA_SPEC_VERS_SUBST" value="${xml.schema.specification.version}"/>
42
        <filter token="SCHEMA_SPEC_VERS_SUBST" value="${xml.schema.specification.version}"/>
43
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
43
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
44
        <filter token="TAX_SPEC_VERS_SUBST" value="${xml.tax.specification.version}"/>
44
        <filter token="TAX_SPEC_VERS_SUBST" value="${xml.tax.specification.version}"/>
45
        <filter token="XML_BUILD_NUMBER_SUBST"  value="${xml.implementation.version}"/>
45
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
46
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
46
    </target>
47
    </target>
47
48
(-)xml/schema/manifest.mf (-1 / +2 lines)
Lines 3-12 Link Here
3
OpenIDE-Module-Layer: org/netbeans/modules/xml/schema/resources/mf-layer.xml
3
OpenIDE-Module-Layer: org/netbeans/modules/xml/schema/resources/mf-layer.xml
4
OpenIDE-Module-Specification-Version: @SCHEMA_SPEC_VERS_SUBST@
4
OpenIDE-Module-Specification-Version: @SCHEMA_SPEC_VERS_SUBST@
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Public-Packages: -
6
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
7
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
7
OpenIDE-Module-Module-Dependencies: 
8
OpenIDE-Module-Module-Dependencies: 
8
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
9
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
9
 org.netbeans.modules.xml.core/1 = @BUILD_NUMBER_SUBST@
10
 org.netbeans.modules.xml.core/2 = @XML_BUILD_NUMBER_SUBST@
10
11
11
Name: org/netbeans/modules/xml/schema/SchemaLoader.class
12
Name: org/netbeans/modules/xml/schema/SchemaLoader.class
12
OpenIDE-Module-Class: Loader
13
OpenIDE-Module-Class: Loader
(-)xml/tax/build.xml (+1 lines)
Lines 39-44 Link Here
39
        <filter token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
39
        <filter token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
40
        <filter token="TAX_SPEC_VERS_SUBST" value="${xml.tax.specification.version}"/>
40
        <filter token="TAX_SPEC_VERS_SUBST" value="${xml.tax.specification.version}"/>
41
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
41
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
42
        <filter token="XML_BUILD_NUMBER_SUBST"  value="${xml.implementation.version}"/>
42
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
43
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
43
    </target>
44
    </target>
44
45
(-)xml/tax/manifest.mf (-3 / +3 lines)
Lines 1-10 Link Here
1
OpenIDE-Module: org.netbeans.modules.xml.tax/1
1
OpenIDE-Module: org.netbeans.modules.xml.tax/2
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/tax/resources/Bundle.properties
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/tax/resources/Bundle.properties
3
OpenIDE-Module-Install: org/netbeans/modules/xml/tax/TAXModuleInstall.class
3
OpenIDE-Module-Install: org/netbeans/modules/xml/tax/TAXModuleInstall.class
4
OpenIDE-Module-Specification-Version: @TAX_SPEC_VERS_SUBST@
4
OpenIDE-Module-Specification-Version: @TAX_SPEC_VERS_SUBST@
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
5
OpenIDE-Module-Implementation-Version: @XML_BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Layer: org/netbeans/modules/xml/tax/resources/mf-layer.xml
6
OpenIDE-Module-Layer: org/netbeans/modules/xml/tax/resources/mf-layer.xml
7
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
7
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
8
OpenIDE-Module-Module-Dependencies: org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@, org.netbeans.modules.xml.core/1 = @BUILD_NUMBER_SUBST@
8
OpenIDE-Module-Module-Dependencies: org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@, org.netbeans.modules.xml.core/2 = @XML_BUILD_NUMBER_SUBST@
9
Class-Path: ext/tax.jar ext/xerces2.jar
9
Class-Path: ext/tax.jar ext/xerces2.jar
10
OpenIDE-Module-Public-Packages: -
10
OpenIDE-Module-Public-Packages: -
(-)xml/text-edit/build.xml (+1 lines)
Lines 42-47 Link Here
42
        <filter  token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
42
        <filter  token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
43
        <filter token="TEXT_SPEC_VERS_SUBST" value="${xml.text-edit.specification.version}"/>
43
        <filter token="TEXT_SPEC_VERS_SUBST" value="${xml.text-edit.specification.version}"/>
44
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
44
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
45
        <filter token="XML_BUILD_NUMBER_SUBST"  value="${xml.implementation.version}"/>
45
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
46
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
46
    </target>
47
    </target>
47
48
(-)xml/text-edit/manifest.mf (-4 / +3 lines)
Lines 1-14 Link Here
1
OpenIDE-Module: org.netbeans.modules.xml.text/1
1
OpenIDE-Module: org.netbeans.modules.xml.text/2
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/text/resources/Bundle.properties
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/text/resources/Bundle.properties
3
OpenIDE-Module-Install: org/netbeans/modules/xml/text/TextEditModuleInstall.class
3
OpenIDE-Module-Install: org/netbeans/modules/xml/text/TextEditModuleInstall.class
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/text/resources/mf-layer.xml
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/text/resources/mf-layer.xml
5
OpenIDE-Module-Specification-Version: @TEXT_SPEC_VERS_SUBST@
5
OpenIDE-Module-Specification-Version: @TEXT_SPEC_VERS_SUBST@
6
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
7
OpenIDE-Module-Public-Packages: org.netbeans.modules.xml.text.syntax.*
7
OpenIDE-Module-Public-Packages: -
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
9
OpenIDE-Module-Module-Dependencies: 
9
OpenIDE-Module-Module-Dependencies: 
10
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
10
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
11
 org.netbeans.modules.xml.core/1 = @BUILD_NUMBER_SUBST@,
11
 org.netbeans.modules.xml.core/2 = @XML_BUILD_NUMBER_SUBST@,
12
 org.netbeans.modules.editor/1 > 1.7
12
 org.netbeans.modules.editor/1 > 1.7
13
OpenIDE-Module-Provides: org.netbeans.modules.xml.api.grammar_client
14
13
(-)xml/tools/build.xml (+1 lines)
Lines 42-47 Link Here
42
        <filter token="TOOLS_SPEC_VERS_SUBST" value="${xml.tools.specification.version}"/>
42
        <filter token="TOOLS_SPEC_VERS_SUBST" value="${xml.tools.specification.version}"/>
43
        <filter  token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
43
        <filter  token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
44
        <filter token="TAX_SPEC_VERS_SUBST" value="${xml.tax.specification.version}"/>
44
        <filter token="TAX_SPEC_VERS_SUBST" value="${xml.tax.specification.version}"/>
45
        <filter token="XML_BUILD_NUMBER_SUBST"  value="${xml.implementation.version}"/>
45
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
46
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
46
    </target>
47
    </target>
47
48
(-)xml/tools/manifest.mf (-3 / +3 lines)
Lines 1-4 Link Here
1
OpenIDE-Module: org.netbeans.modules.xml.tools/1
1
OpenIDE-Module: org.netbeans.modules.xml.tools/2
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/tools/resources/Bundle.properties
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/tools/resources/Bundle.properties
3
OpenIDE-Module-Install: org/netbeans/modules/xml/tools/ToolsModuleInstall.class
3
OpenIDE-Module-Install: org/netbeans/modules/xml/tools/ToolsModuleInstall.class
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/tools/resources/mf-layer.xml
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/tools/resources/mf-layer.xml
Lines 8-15 Link Here
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
9
OpenIDE-Module-Module-Dependencies: 
9
OpenIDE-Module-Module-Dependencies: 
10
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@, 
10
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@, 
11
 org.netbeans.modules.xml.tax/1 = @BUILD_NUMBER_SUBST@,
11
 org.netbeans.modules.xml.tax/2 = @XML_BUILD_NUMBER_SUBST@,
12
 org.netbeans.modules.xml.core/1 = @BUILD_NUMBER_SUBST@, 
12
 org.netbeans.modules.xml.core/2 = @XML_BUILD_NUMBER_SUBST@, 
13
 org.netbeans.libs.jaxp/1,
13
 org.netbeans.libs.jaxp/1,
14
 org.openide.src > 1.0
14
 org.openide.src > 1.0
15
15
(-)xml/tree-edit/build.xml (+1 lines)
Lines 43-48 Link Here
43
        <filter token="TREE_SPEC_VERS_SUBST" value="${xml.tree-edit.specification.version}"/>
43
        <filter token="TREE_SPEC_VERS_SUBST" value="${xml.tree-edit.specification.version}"/>
44
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
44
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
45
        <filter  token="TAX_SPEC_VERS_SUBST" value="${xml.tax.specification.version}"/>
45
        <filter  token="TAX_SPEC_VERS_SUBST" value="${xml.tax.specification.version}"/>
46
        <filter token="XML_BUILD_NUMBER_SUBST"  value="${xml.implementation.version}"/>
46
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
47
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
47
    </target>
48
    </target>
48
49
(-)xml/tree-edit/manifest.mf (-4 / +4 lines)
Lines 1-14 Link Here
1
OpenIDE-Module: org.netbeans.modules.xml.tree/1
1
OpenIDE-Module: org.netbeans.modules.xml.tree/2
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/tree/resources/Bundle.properties
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xml/tree/resources/Bundle.properties
3
OpenIDE-Module-Install: org/netbeans/modules/xml/tree/TreeEditModuleInstall.class
3
OpenIDE-Module-Install: org/netbeans/modules/xml/tree/TreeEditModuleInstall.class
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/tree/resources/mf-layer.xml
4
OpenIDE-Module-Layer: org/netbeans/modules/xml/tree/resources/mf-layer.xml
5
OpenIDE-Module-Specification-Version: @TREE_SPEC_VERS_SUBST@
5
OpenIDE-Module-Specification-Version: @TREE_SPEC_VERS_SUBST@
6
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Implementation-Version: @XML_BUILD_NUMBER_SUBST@
7
OpenIDE-Module-Public-Packages: -
7
OpenIDE-Module-Public-Packages: -
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
8
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
9
OpenIDE-Module-Module-Dependencies: 
9
OpenIDE-Module-Module-Dependencies: 
10
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
10
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
11
 org.netbeans.modules.xml.tax/1  = @BUILD_NUMBER_SUBST@,
11
 org.netbeans.modules.xml.tax/2  = @XML_BUILD_NUMBER_SUBST@,
12
 org.netbeans.modules.xml.core/1 = @BUILD_NUMBER_SUBST@
12
 org.netbeans.modules.xml.core/2 = @XML_BUILD_NUMBER_SUBST@
13
Class-Path: docs/xml-tree-help.jar
13
Class-Path: docs/xml-tree-help.jar
14
14
(-)xml/xsl/build.xml (+1 lines)
Lines 42-47 Link Here
42
        <filter  token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
42
        <filter  token="API_SPEC_VERS_SUBST" value="${xml.api.specification.version}"/>
43
        <filter  token="XSL_SPEC_VERS_SUBST" value="${xml.xsl.specification.version}"/>
43
        <filter  token="XSL_SPEC_VERS_SUBST" value="${xml.xsl.specification.version}"/>
44
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
44
        <filter token="CORE_SPEC_VERS_SUBST" value="${xml.core.specification.version}"/>
45
        <filter token="XML_BUILD_NUMBER_SUBST"  value="${xml.implementation.version}"/>
45
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
46
        <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
46
        <ant dir="${nbroot}/xml/external" target="unscramble"/>
47
        <ant dir="${nbroot}/xml/external" target="unscramble"/>
47
        <ant dir="${nbroot}/libs/external" target="unscramble"/>
48
        <ant dir="${nbroot}/libs/external" target="unscramble"/>
(-)xml/xsl/manifest.mf (-3 / +3 lines)
Lines 2-13 Link Here
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xsl/resources/Bundle.properties
2
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xsl/resources/Bundle.properties
3
OpenIDE-Module-Layer: org/netbeans/modules/xsl/resources/mf-layer.xml
3
OpenIDE-Module-Layer: org/netbeans/modules/xsl/resources/mf-layer.xml
4
OpenIDE-Module-Specification-Version: @XSL_SPEC_VERS_SUBST@
4
OpenIDE-Module-Specification-Version: @XSL_SPEC_VERS_SUBST@
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
5
OpenIDE-Module-Implementation-Version: @XML_BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Public-Packages: org.netbeans.modules.xsl.api.**
6
OpenIDE-Module-Public-Packages: -
7
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
7
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
8
OpenIDE-Module-Module-Dependencies: 
8
OpenIDE-Module-Module-Dependencies: 
9
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
9
 org.netbeans.api.xml/1 > @API_SPEC_VERS_SUBST@,
10
 org.netbeans.modules.xml.core/1 = @BUILD_NUMBER_SUBST@,
10
 org.netbeans.modules.xml.core/2 = @XML_BUILD_NUMBER_SUBST@,
11
 org.netbeans.libs.jaxp/1,
11
 org.netbeans.libs.jaxp/1,
12
 org.netbeans.libs.xalan/1 > 1.1,
12
 org.netbeans.libs.xalan/1 > 1.1,
13
 org.netbeans.modules.servletapi/1,
13
 org.netbeans.modules.servletapi/1,

Return to bug 31637