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
5eb72d9d
Commit
5eb72d9d
authored
Nov 08, 2017
by
Claus Nagel
Browse files
preparing 2.5.0
parent
1550d758
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
5eb72d9d
...
@@ -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.3
"
/>
<property
name=
"app.version"
value=
"2.
5.0
"
/>
<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}"
/>
...
...
src/org/citygml4j/ade_xjc/FileDeleter.java
View file @
5eb72d9d
/*
* 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.
*/
package
org.citygml4j.ade_xjc
;
package
org.citygml4j.ade_xjc
;
import
java.io.IOException
;
import
java.io.IOException
;
...
...
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