Issue #2323 Update xmlschema packages to correct naming convention
Former-commit-id:074f08c4cb
[formerly074f08c4cb
[formerly 884684895e7f7f671e5efe4ea62222bfa3192900]] Former-commit-id:ccff3e3a54
Former-commit-id:6a71524ce4
This commit is contained in:
parent
c99374bece
commit
0a2c72f57c
9 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.w3.XMLSchema</name>
|
||||
<name>org.w3.xmlschema</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
|
@ -1,8 +1,8 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: XMLSchema
|
||||
Bundle-SymbolicName: org.w3.XMLSchema
|
||||
Bundle-SymbolicName: org.w3.xmlschema
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ClassPath: org.w3.XMLSchema.jar
|
||||
Export-Package: org.w3.xmlschema
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
org.w3.XMLSchema.jar
|
||||
jars.compile.order = org.w3.XMLSchema.jar
|
|
@ -248,6 +248,7 @@
|
|||
<!-- exclude OGC services -->
|
||||
<exclude>.*ogc.*</exclude>
|
||||
<exclude>grid-metadata.xml</exclude>
|
||||
<exclude>wxsrv-dataset-urn.xml</exclude>
|
||||
</mode>
|
||||
|
||||
<!-- modes listed below are not supported in a production setting, they
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.w3.XMLSchema"
|
||||
id="org.w3.xmlschema"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
|
|
@ -22,7 +22,7 @@ Require-Bundle: org.geotools;bundle-version="2.6.4",
|
|||
javax.measure;bundle-version="1.0.0",
|
||||
com.sun.xml.bind;bundle-version="1.0.0",
|
||||
com.raytheon.uf.common.spatial;bundle-version="1.0.0",
|
||||
org.w3.XMLSchema;bundle-version="1.0.0",
|
||||
org.w3.xmlschema;bundle-version="1.0.0",
|
||||
com.raytheon.uf.common.pointdata;bundle-version="1.12.1174",
|
||||
com.raytheon.uf.edex.plugin.dataset.urn;bundle-version="1.0.0",
|
||||
org.apache.commons.collections;bundle-version="3.2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue