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
3f8d90b1
Commit
3f8d90b1
authored
Mar 19, 2010
by
Claus Nagel
Browse files
finalizing early access release version 1.0
parent
12aae18b
Changes
2
Show whitespace changes
Inline
Side-by-side
build.xml
View file @
3f8d90b1
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,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=
"1.0ea"
/>
<property
name=
"app.version"
value=
"1.0ea"
/>
<property
name=
"app.jar"
value=
"${app.name}
-${app.version}
.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=
"JAXB xjc wrapper for citygml4j version ${app.version}"
/>
<property
name=
"app.vendor"
value=
"IGG, Technical University Berlin, Germany, http://www.igg.tu-berlin.de"
/>
<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"
/>
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
<fileset
dir=
"${schemas}"
includes=
"**/*"
/>
<fileset
dir=
"${schemas}"
includes=
"**/*"
/>
</copy>
</copy>
<buildnumber
file=
"build.num"
/>
<buildnumber
file=
"build.num"
/>
<!-- put everything in ${build} into .jar file -->
<!-- put everything in ${build} into .jar file -->
<jar
jarfile=
"${dist}/${app.jar}"
basedir=
"${build.classes}"
filesetmanifest=
"mergewithoutmain"
>
<jar
jarfile=
"${dist}/${app.jar}"
basedir=
"${build.classes}"
filesetmanifest=
"mergewithoutmain"
>
...
...
sample/build.xml
View file @
3f8d90b1
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<!-- clean up -->
<!-- clean up -->
<target
name=
"clean"
description=
"deletes all the generated artifacts"
>
<target
name=
"clean"
description=
"deletes all the generated artifacts"
>
<delete
dir=
"${out}"
/>
<delete
dir=
"${out
put
}"
/>
</target>
</target>
</project>
</project>
\ No newline at end of file
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