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
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
3f8d90b1
...
...
@@ -4,7 +4,7 @@
<!-- application specific variables -->
<property
name=
"app.name"
value=
"ade-xjc"
/>
<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.vendor"
value=
"IGG, Technical University Berlin, Germany, http://www.igg.tu-berlin.de"
/>
<property
name=
"app.class"
value=
"org.citygml4j.ade_xjc.ADE_XJC"
/>
...
...
@@ -50,7 +50,7 @@
<target
name=
"compile"
description=
"compile the source"
>
<delete
dir=
"${build}"
/>
<mkdir
dir=
"${build.classes}"
/>
<!-- compile the java code from ${src} and ${src-gen} into ${build} -->
<javac
classpathref=
"classpath"
srcdir=
"${src}"
destdir=
"${build.classes}"
/>
</target>
...
...
@@ -88,8 +88,8 @@
<copy
todir=
"${dist.schemas}"
>
<fileset
dir=
"${schemas}"
includes=
"**/*"
/>
</copy>
<buildnumber
file=
"build.num"
/>
<buildnumber
file=
"build.num"
/>
<!-- put everything in ${build} into .jar file -->
<jar
jarfile=
"${dist}/${app.jar}"
basedir=
"${build.classes}"
filesetmanifest=
"mergewithoutmain"
>
...
...
sample/build.xml
View file @
3f8d90b1
...
...
@@ -21,7 +21,7 @@
<!-- clean up -->
<target
name=
"clean"
description=
"deletes all the generated artifacts"
>
<delete
dir=
"${out}"
/>
<delete
dir=
"${out
put
}"
/>
</target>
</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