Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
869f9c50
Commit
869f9c50
authored
Jan 15, 2017
by
clausnagel
Browse files
updated version and copyright info
parent
37b5a645
Changes
9
Show whitespace changes
Inline
Side-by-side
build.xml
View file @
869f9c50
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*
*
* ade-xjc is part of the citygml4j project
* ade-xjc is part of the citygml4j project
*
*
* Copyright 2013-201
6
Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-201
7
Claus Nagel <claus.nagel@gmail.com>
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<!-- application specific variables -->
<!-- application specific variables -->
<property
name=
"app.name"
value=
"ade-xjc"
/>
<property
name=
"app.name"
value=
"ade-xjc"
/>
<property
name=
"app.version"
value=
"2.4.
1
"
/>
<property
name=
"app.version"
value=
"2.4.
2
"
/>
<property
name=
"app.jar"
value=
"${app.name}.jar"
/>
<property
name=
"app.jar"
value=
"${app.name}.jar"
/>
<property
name=
"app.title"
value=
"XML Schema binding compiler for CityGML ADEs"
/>
<property
name=
"app.title"
value=
"XML Schema binding compiler for CityGML ADEs"
/>
<property
name=
"app.manifest.title"
value=
"${app.title}; use with citygml4j version ${app.version}"
/>
<property
name=
"app.manifest.title"
value=
"${app.title}; use with citygml4j version ${app.version}"
/>
...
...
sample/binding.xjb
View file @
869f9c50
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*
*
* ade-xjc is part of the citygml4j project
* ade-xjc is part of the citygml4j project
*
*
* Copyright 2013-201
6
Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-201
7
Claus Nagel <claus.nagel@gmail.com>
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
sample/build.xml
View file @
869f9c50
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*
*
* ade-xjc is part of the citygml4j project
* ade-xjc is part of the citygml4j project
*
*
* Copyright 2013-201
6
Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-201
7
Claus Nagel <claus.nagel@gmail.com>
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
schemas/CityGML/ade_hooks/ade_hooks.xsd
View file @
869f9c50
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*
*
* ade-xjc is part of the citygml4j project
* ade-xjc is part of the citygml4j project
*
*
* Copyright 2013-201
6
Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-201
7
Claus Nagel <claus.nagel@gmail.com>
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
schemas/CityGML/binding.xjb
View file @
869f9c50
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*
*
* ade-xjc is part of the citygml4j project
* ade-xjc is part of the citygml4j project
*
*
* Copyright 2013-201
6
Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-201
7
Claus Nagel <claus.nagel@gmail.com>
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
schemas/CityGML/citygml4j_profile.xsd
View file @
869f9c50
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*
*
* ade-xjc is part of the citygml4j project
* ade-xjc is part of the citygml4j project
*
*
* Copyright 2013-201
6
Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-201
7
Claus Nagel <claus.nagel@gmail.com>
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
src/org/citygml4j/ade_xjc/ADE_XJC.java
View file @
869f9c50
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* ade-xjc is part of the citygml4j project
* ade-xjc is part of the citygml4j project
*
*
* Copyright 2013-201
6
Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-201
7
Claus Nagel <claus.nagel@gmail.com>
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
src/org/citygml4j/ade_xjc/Util.java
View file @
869f9c50
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* ade-xjc is part of the citygml4j project
* ade-xjc is part of the citygml4j project
*
*
* Copyright 2013-201
6
Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-201
7
Claus Nagel <claus.nagel@gmail.com>
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
src/org/citygml4j/ade_xjc/XJCErrorListener.java
View file @
869f9c50
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* ade-xjc is part of the citygml4j project
* ade-xjc is part of the citygml4j project
*
*
* Copyright 2013-201
6
Claus Nagel <claus.nagel@gmail.com>
* Copyright 2013-201
7
Claus Nagel <claus.nagel@gmail.com>
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment