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
a6258534
Commit
a6258534
authored
Feb 20, 2015
by
Claus Nagel
Browse files
preparing release 2.2
parent
ed0bf855
Changes
1
Show whitespace changes
Inline
Side-by-side
build.xml
View file @
a6258534
...
@@ -3,11 +3,15 @@
...
@@ -3,11 +3,15 @@
<!-- 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.
1
"
/>
<property
name=
"app.version"
value=
"2.
2
"
/>
<property
name=
"app.jar"
value=
"${app.name}.jar"
/>
<property
name=
"app.jar"
value=
"${app.name}.jar"
/>
<property
name=
"app.title"
value=
"JAXB xjc wrapper for citygml4j version ${app.version}"
/>
<property
name=
"app.title"
value=
"A JAXB xjc wrapper for citygml4j"
/>
<property
name=
"app.vendor"
value=
"IGG, Technical University Berlin, Germany, http://www.igg.tu-berlin.de"
/>
<property
name=
"app.class"
value=
"org.citygml4j.ade_xjc.ADE_XJC"
/>
<property
name=
"app.class"
value=
"org.citygml4j.ade_xjc.ADE_XJC"
/>
<property
name=
"copyright.year"
value=
"2013 - 2015"
/>
<property
name=
"copyright.owner"
value=
"Claus Nagel"
/>
<property
name=
"copyright.owner.email"
value=
"claus.nagel@gmail.com"
/>
<property
name=
"developer.main.name"
value=
"Claus Nagel"
/>
<property
name=
"developer.main.email"
value=
"claus.nagel@gmail.com"
/>
<!-- dirs -->
<!-- dirs -->
<property
name=
"project.basedir"
location=
".."
/>
<property
name=
"project.basedir"
location=
".."
/>
...
@@ -65,7 +69,7 @@
...
@@ -65,7 +69,7 @@
<fileset
dir=
"${resources.license}"
includes=
"**/*"
/>
<fileset
dir=
"${resources.license}"
includes=
"**/*"
/>
</copy>
</copy>
<!-- copy README template -->
<!-- copy README
.txt
template -->
<copy
toDir=
"${dist}"
>
<copy
toDir=
"${dist}"
>
<fileset
dir=
"${resources.doc}"
includes=
"**/*"
/>
<fileset
dir=
"${resources.doc}"
includes=
"**/*"
/>
</copy>
</copy>
...
@@ -76,12 +80,17 @@
...
@@ -76,12 +80,17 @@
</copy>
</copy>
<!-- replace tokens in template files -->
<!-- replace tokens in template files -->
<replace
file=
"${dist.license}/LICENSE"
token=
"!app.title!"
value=
"${app.title}"
/>
<replace
file=
"${dist.license}/LICENSE.txt"
token=
"!app.title!"
value=
"${app.title}"
/>
<replace
file=
"${dist.license}/LICENSE"
token=
"!app.name!"
value=
"${app.name}"
/>
<replace
file=
"${dist.license}/LICENSE.txt"
token=
"!app.name!"
value=
"${app.name}"
/>
<replace
file=
"${dist}/README"
token=
"!app.name!"
value=
"${app.name}"
/>
<replace
file=
"${dist}/README.txt"
token=
"!app.name!"
value=
"${app.name}"
/>
<replace
file=
"${dist}/README"
token=
"!app.title!"
value=
"${app.title}"
/>
<replace
file=
"${dist}/README.txt"
token=
"!app.title!"
value=
"${app.title}"
/>
<replace
file=
"${dist}/README"
token=
"!app.jar!"
value=
"${app.jar}"
/>
<replace
file=
"${dist}/README.txt"
token=
"!app.jar!"
value=
"${app.jar}"
/>
<replace
file=
"${dist}/README"
token=
"!app.version!"
value=
"${app.version}"
/>
<replace
file=
"${dist}/README.txt"
token=
"!app.version!"
value=
"${app.version}"
/>
<replace
file=
"${dist}/README.txt"
token=
"!copyright.year!"
value=
"${copyright.year}"
/>
<replace
file=
"${dist}/README.txt"
token=
"!copyright.owner!"
value=
"${copyright.owner}"
/>
<replace
file=
"${dist}/README.txt"
token=
"!copyright.owner.email!"
value=
"${copyright.owner.email}"
/>
<replace
file=
"${dist}/README.txt"
token=
"!developer.main.name!"
value=
"${developer.main.name}"
/>
<replace
file=
"${dist}/README.txt"
token=
"!developer.main.email!"
value=
"${developer.main.email}"
/>
<replace
file=
"${dist.sample}/build.xml"
token=
"!app.jar!"
value=
"${app.jar}"
/>
<replace
file=
"${dist.sample}/build.xml"
token=
"!app.jar!"
value=
"${app.jar}"
/>
<!-- copy schema files -->
<!-- copy schema files -->
...
@@ -98,15 +107,14 @@
...
@@ -98,15 +107,14 @@
<attribute
name=
"Built-Date"
value=
"${TODAY}"
/>
<attribute
name=
"Built-Date"
value=
"${TODAY}"
/>
<attribute
name=
"Implementation-Title"
value=
"${app.title}"
/>
<attribute
name=
"Implementation-Title"
value=
"${app.title}"
/>
<attribute
name=
"Implementation-Version"
value=
"${app.version}-b${build.number}"
/>
<attribute
name=
"Implementation-Version"
value=
"${app.version}-b${build.number}"
/>
<attribute
name=
"Implementation-Vendor"
value=
"${app.vendor}"
/>
<attribute
name=
"Class-Path"
value=
"."
/>
<attribute
name=
"Class-Path"
value=
"."
/>
<attribute
name=
"Main-Class"
value=
"${app.class}"
/>
<attribute
name=
"Main-Class"
value=
"${app.class}"
/>
</manifest>
</manifest>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"${lib}/jaxb-core.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"${lib}/jaxb-core.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"${lib}/jaxb-impl.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"${lib}/jaxb-impl.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"${lib}/jaxb-xjc.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"${lib}/jaxb-xjc.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"${lib}/args4j-2.0.
1
1.jar"
/>
<zipfileset
excludes=
"META-INF/*.SF"
src=
"${lib}/args4j-2.0.
2
1.jar"
/>
<fileset
dir=
"${dist}"
includes=
"README"
/>
<fileset
dir=
"${dist}"
includes=
"README
.txt
"
/>
<fileset
dir=
"${dist.license}"
includes=
"**/*"
/>
<fileset
dir=
"${dist.license}"
includes=
"**/*"
/>
</jar>
</jar>
...
...
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