Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
updated class headers
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Feb 6, 2019
1 parent 2863d37 commit 66aaff8
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 74 deletions.
38 changes: 19 additions & 19 deletions sample/binding.xjb
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* ade-xjc - XML Schema binding compiler for CityGML ADEs
* https://github.com/citygml4j/ade-xjc
*
* ade-xjc is part of the citygml4j project
*
* Copyright 2013-2017 Claus Nagel <claus.nagel@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
~ ade-xjc - XML Schema binding compiler for CityGML ADEs
~ https://github.com/citygml4j/ade-xjc
~
~ ade-xjc is part of the citygml4j project
~
~ Copyright 2013-2019 Claus Nagel <claus.nagel@gmail.com>
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<jaxb:bindings schemaLocation="CityGML-SubsurfaceADE-0_9_0.xsd" node="/xs:schema">
Expand Down
38 changes: 19 additions & 19 deletions schemas/binding.xjb
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* ade-xjc - XML Schema binding compiler for CityGML ADEs
* https://github.com/citygml4j/ade-xjc
*
* ade-xjc is part of the citygml4j project
*
* Copyright 2013-2017 Claus Nagel <claus.nagel@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
~ ade-xjc - XML Schema binding compiler for CityGML ADEs
~ https://github.com/citygml4j/ade-xjc
~
~ ade-xjc is part of the citygml4j project
~
~ Copyright 2013-2019 Claus Nagel <claus.nagel@gmail.com>
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<!-- Specific settings for the citygml4j mapping file -->
Expand Down
38 changes: 19 additions & 19 deletions schemas/citygml4j.xsd
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* ade-xjc - XML Schema binding compiler for CityGML ADEs
* https://github.com/citygml4j/ade-xjc
*
* ade-xjc is part of the citygml4j project
*
* Copyright 2013-2017 Claus Nagel <claus.nagel@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
~ ade-xjc - XML Schema binding compiler for CityGML ADEs
~ https://github.com/citygml4j/ade-xjc
~
~ ade-xjc is part of the citygml4j project
~
~ Copyright 2013-2019 Claus Nagel <claus.nagel@gmail.com>
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<xs:schema xmlns="http://www.citygml.org/citygml4j/profile" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.citygml.org/citygml4j/profile" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://www.opengis.net/citygml/appearance/1.0" schemaLocation="citygml/1.0.0/appearance.xsd"/>
Expand Down
12 changes: 6 additions & 6 deletions src/main/java/org/citygml4j/ade_xjc/ADESchemaCompiler.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/*
* ade-xjc - XML Schema binding compiler for CityGML ADEs
* https://github.com/citygml4j/ade-xjc
*
*
* ade-xjc is part of the citygml4j project
*
* Copyright 2013-2017 Claus Nagel <claus.nagel@gmail.com>
*
* Copyright 2013-2019 Claus Nagel <claus.nagel@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -285,7 +285,7 @@ private void checkBuildEnvironment(Path schemaDir, Path adeSchemaFile) throws Ex
BigInteger md5 = new BigInteger("0");
md5 = Util.dir2md5(schemaDir, md5);

if (!md5.toString(16).equals("e63ab0fde528fbafc380af37b792e914"))
if (!md5.toString(16).equals("ad78f553a5a8082a44ceca8f66b3dc3b"))
throw new Exception("Contents of subfolder 'schemas' have been altered. Please restore its original state.");
}

Expand Down
10 changes: 5 additions & 5 deletions src/main/java/org/citygml4j/ade_xjc/FileDeleter.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/*
* ade-xjc - XML Schema binding compiler for CityGML ADEs
* https://github.com/citygml4j/ade-xjc
*
*
* ade-xjc is part of the citygml4j project
*
* Copyright 2013-2017 Claus Nagel <claus.nagel@gmail.com>
*
* Copyright 2013-2019 Claus Nagel <claus.nagel@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/citygml4j/ade_xjc/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* ade-xjc is part of the citygml4j project
*
* Copyright 2013-2017 Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-2019 Claus Nagel <claus.nagel@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
10 changes: 5 additions & 5 deletions src/main/java/org/citygml4j/ade_xjc/XJCErrorListener.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/*
* ade-xjc - XML Schema binding compiler for CityGML ADEs
* https://github.com/citygml4j/ade-xjc
*
*
* ade-xjc is part of the citygml4j project
*
* Copyright 2013-2017 Claus Nagel <claus.nagel@gmail.com>
*
* Copyright 2013-2019 Claus Nagel <claus.nagel@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down

0 comments on commit 66aaff8

Please sign in to comment.