-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1496 from lat-lon/changeSchemaFolder-1495
Changed schema references to http://schemas.deegree.org/core/3.5
- Loading branch information
Showing
324 changed files
with
385 additions
and
385 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...source/src/main/resources/META-INF/schemas/connectionprovider/datasource/example_jndi.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...asource/src/main/resources/META-INF/schemas/connectionprovider/datasource/example_ucp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e/deegree-core-3d/src/main/resources/META-INF/schemas/datasource/3d/batchedmt/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<BatchedMTFileStore xmlns="http://www.deegree.org/datasource/3d/batchedmt/file" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/datasource/3d/batchedmt/file http://schemas.deegree.org/3.5/datasource/3d/batchedmt/file.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/datasource/3d/batchedmt/file http://schemas.deegree.org/core/3.5/datasource/3d/batchedmt/file.xsd"> | ||
<Directory>../../../data/batchedmt</Directory> | ||
<MaxDirectMemory>500048576</MaxDirectMemory> | ||
</BatchedMTFileStore> |
2 changes: 1 addition & 1 deletion
2
...ree-core-3d/src/main/resources/META-INF/schemas/datasource/3d/renderable/file_example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<RenderableFileStore xmlns="http://www.deegree.org/datasource/3d/renderable/file" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/datasource/3d/renderable/file http://schemas.deegree.org/3.5/datasource/3d/renderable/file.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/datasource/3d/renderable/file http://schemas.deegree.org/core/3.5/datasource/3d/renderable/file.xsd"> | ||
<EntityFile>../../../data/renderable/buildings/objects</EntityFile> | ||
<PrototypeFile>../../../data/renderable/buildings/prototypes</PrototypeFile> | ||
</RenderableFileStore> |
2 changes: 1 addition & 1 deletion
2
...gree-core-3d/src/main/resources/META-INF/schemas/datasource/3d/renderable/sql_example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<RenderableSQLStore xmlns="http://www.deegree.org/datasource/3d/renderable/sql" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/datasource/3d/renderable/sql http://schemas.deegree.org/3.5/datasource/3d/renderable/sql.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/datasource/3d/renderable/sql http://schemas.deegree.org/core/3.5/datasource/3d/renderable/sql.xsd"> | ||
<JDBCConnId>conn1</JDBCConnId> | ||
<EntityTable>table</EntityTable> | ||
</RenderableSQLStore> |
2 changes: 1 addition & 1 deletion
2
deegree-core/deegree-core-commons/src/main/resources/META-INF/schemas/proxy/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ore-coverage/src/main/resources/META-INF/schemas/datasource/coverage/raster/directory.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-core-coverage/src/main/resources/META-INF/schemas/datasource/coverage/raster/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<Pyramid xmlns="http://www.deegree.org/datasource/coverage/pyramid" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/datasource/coverage/pyramid http://schemas.deegree.org/3.5/datasource/coverage/raster/pyramid.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/datasource/coverage/pyramid http://schemas.deegree.org/core/3.5/datasource/coverage/raster/pyramid.xsd"> | ||
<PyramidFile>/tmp/test.tif</PyramidFile> | ||
</Pyramid> |
2 changes: 1 addition & 1 deletion
2
...e-core-coverage/src/main/resources/META-INF/schemas/datasource/coverage/raster/single.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e-core/deegree-core-cs/src/main/resources/META-INF/schemas/crs/stores/deegree/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<DeegreeCRSStore xmlns="http://www.deegree.org/crs/stores/deegree" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/3.5/crs/stores/deegree/deegree.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/core/3.5/crs/stores/deegree/deegree.xsd"> | ||
<!-- [1] --> | ||
<File>...</File> | ||
</DeegreeCRSStore> |
2 changes: 1 addition & 1 deletion
2
...-core/deegree-core-cs/src/main/resources/META-INF/schemas/crs/stores/deegree2/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<Deegree2CRSStore xmlns="http://www.deegree.org/crs/stores/deegree2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/3.5/crs/stores/deegree2/deegree2.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/core/3.5/crs/stores/deegree2/deegree2.xsd"> | ||
<!-- [1] --> | ||
<File>...</File> | ||
</Deegree2CRSStore> |
2 changes: 1 addition & 1 deletion
2
deegree-core/deegree-core-cs/src/main/resources/META-INF/schemas/crs/stores/gml/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ree-core/deegree-core-cs/src/main/resources/META-INF/schemas/crs/stores/proj4/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<PROJ4CRSStore xmlns="http://www.deegree.org/crs/stores/proj4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/3.5/crs/stores/proj4/proj4.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/core/3.5/crs/stores/proj4/proj4.xsd"> | ||
<!-- [1] --> | ||
<File>...</File> | ||
</PROJ4CRSStore> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-cs/src/main/resources/org/deegree/cs/persistence/deegree/d3/config/datum-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...src/main/resources/org/deegree/cs/persistence/deegree/d3/config/ellipsoid-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ore-cs/src/main/resources/org/deegree/cs/persistence/deegree/d3/config/pm-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rc/main/resources/org/deegree/cs/persistence/deegree/d3/config/projection-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/resources/org/deegree/cs/persistence/deegree/d3/config/transformation-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...deegree-core-cs/src/main/resources/org/deegree/cs/persistence/deegree/d3/parser-files.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
deegree-core/deegree-core-cs/src/main/resources/org/deegree/cs/persistence/default.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<DeegreeCRSStore xmlns="http://www.deegree.org/crs/stores/deegree" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/3.5/crs/stores/deegree/deegree.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/core/3.5/crs/stores/deegree/deegree.xsd"> | ||
<!-- [1] --> | ||
<File>deegree/d3/parser-files.xml</File> | ||
</DeegreeCRSStore> |
2 changes: 1 addition & 1 deletion
2
deegree-core/deegree-core-cs/src/test/resources/org/deegree/cs/persistence/crs/deegree.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<DeegreeCRSStore xmlns="http://www.deegree.org/crs/stores/deegree" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/3.5/crs/stores/deegree/deegree.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/core/3.5/crs/stores/deegree/deegree.xsd"> | ||
<!-- [1] --> | ||
<File>files/parser-files.xml</File> | ||
</DeegreeCRSStore> |
2 changes: 1 addition & 1 deletion
2
...re-cs/src/test/resources/org/deegree/cs/persistence/crs/files/deegree/crs-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-cs/src/test/resources/org/deegree/cs/persistence/crs/files/deegree/datum-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...src/test/resources/org/deegree/cs/persistence/crs/files/deegree/ellipsoid-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ore-cs/src/test/resources/org/deegree/cs/persistence/crs/files/deegree/pm-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rc/test/resources/org/deegree/cs/persistence/crs/files/deegree/projection-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...est/resources/org/deegree/cs/persistence/crs/files/deegree/transformation-definitions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../deegree-core-cs/src/test/resources/org/deegree/cs/persistence/crs/files/parser-files.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ree-core/deegree-core-cs/src/test/resources/org/deegree/cs/persistence/crs/gml-store1.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<GMLCRSStore xmlns="http://www.deegree.org/crs/stores/gml" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/3.5/crs/stores/gml/gml.xsd" | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/core/3.5/crs/stores/gml/gml.xsd" | ||
transformationType="NTV2"> | ||
<GMLFile>files/gmlDictionary1.xml</GMLFile> | ||
</GMLCRSStore> |
2 changes: 1 addition & 1 deletion
2
...egree-core-cs/src/test/resources/org/deegree/cs/persistence/deegree/d2/deegree2-store.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<Deegree2CRSStore xmlns="http://www.deegree.org/crs/stores/deegree2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/3.5/crs/stores/deegree/deegree2.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/core/3.5/crs/stores/deegree/deegree2.xsd"> | ||
<File>deegree-crs-configuration.xml</File> | ||
</Deegree2CRSStore> |
2 changes: 1 addition & 1 deletion
2
deegree-core/deegree-core-cs/src/test/resources/org/deegree/cs/persistence/gml/gml-store.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<GMLCRSStore xmlns="http://www.deegree.org/crs/stores/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/3.5/crs/stores/gml/gml.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/crs http://schemas.deegree.org/core/3.5/crs/stores/gml/gml.xsd"> | ||
<GMLFile>gmlDictionary.xml</GMLFile> | ||
</GMLCRSStore> |
2 changes: 1 addition & 1 deletion
2
deegree-core/deegree-core-db/src/main/resources/META-INF/schemas/jdbc/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...re/deegree-core-gdal/src/main/resources/META-INF/schemas/commons/gdal/example_complex.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...re/deegree-core-gdal/src/main/resources/META-INF/schemas/commons/gdal/example_minimal.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<GDALSettings xmlns="http://www.deegree.org/gdal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/gdal http://schemas.deegree.org/3.5/commons/gdal/gdal.xsd"> | ||
xsi:schemaLocation="http://www.deegree.org/gdal http://schemas.deegree.org/core/3.5/commons/gdal/gdal.xsd"> | ||
<OpenDatasets>5</OpenDatasets> | ||
</GDALSettings> |
2 changes: 1 addition & 1 deletion
2
...ee-remoteows-wfs/src/main/resources/META-INF/schemas/datasource/remoteows/wfs/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<RemoteWFS xmlns="http://www.deegree.org/datasource/remoteows/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/datasource/remoteows/wfs http://schemas.deegree.org/3.5/datasource/remoteows/wfs/remotewfs.xsd" | ||
xsi:schemaLocation="http://www.deegree.org/datasource/remoteows/wfs http://schemas.deegree.org/core/3.5/datasource/remoteows/wfs/remotewfs.xsd" | ||
> | ||
<CapabilitiesDocumentLocation location="http://demo.deegree.org/..." /> | ||
</RemoteWFS> |
Oops, something went wrong.