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
d51f8caa
Commit
d51f8caa
authored
Feb 21, 2015
by
Claus Nagel
Browse files
updated build.xml file and READEME.txt
parent
a5532e32
Changes
2
Show whitespace changes
Inline
Side-by-side
build.xml
View file @
d51f8caa
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
<property
name=
"app.version"
value=
"2.2"
/>
<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=
"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.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.year"
value=
"2013 - 2015"
/>
<property
name=
"copyright.owner"
value=
"Claus Nagel"
/>
<property
name=
"copyright.owner"
value=
"Claus Nagel"
/>
...
@@ -105,7 +106,7 @@
...
@@ -105,7 +106,7 @@
<manifest>
<manifest>
<attribute
name=
"Built-Id"
value=
"${user.name}-${app.name}-${app.version}"
/>
<attribute
name=
"Built-Id"
value=
"${user.name}-${app.name}-${app.version}"
/>
<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.
manifest.
title}"
/>
<attribute
name=
"Implementation-Version"
value=
"${app.version}-b${build.number}"
/>
<attribute
name=
"Implementation-Version"
value=
"${app.version}-b${build.number}"
/>
<attribute
name=
"Class-Path"
value=
"."
/>
<attribute
name=
"Class-Path"
value=
"."
/>
<attribute
name=
"Main-Class"
value=
"${app.class}"
/>
<attribute
name=
"Main-Class"
value=
"${app.class}"
/>
...
...
resources/doc/README.txt
View file @
d51f8caa
...
@@ -45,7 +45,7 @@ to a set of corresponding JAXB classes to be used with citygml4j.
...
@@ -45,7 +45,7 @@ to a set of corresponding JAXB classes to be used with citygml4j.
!app.name! ensures that the resulting JAXB classes are correctly derived from
!app.name! ensures that the resulting JAXB classes are correctly derived from
and related to the CityGML, GML and xAL JAXB classes shipped with citygml4j,
and related to the CityGML, GML and xAL JAXB classes shipped with citygml4j,
and thus that they can be directly used with the citygml4j library. The citygml4j
and thus that they can be directly used with the citygml4j library. The citygml4j
library needs to be on your classpath in order to use the
compil
ed classes
library needs to be on your classpath in order to use the
generat
ed classes
in your application.
in your application.
!app.name! is part of the citygml4j project.
!app.name! is part of the citygml4j project.
...
@@ -55,7 +55,7 @@ in your application.
...
@@ -55,7 +55,7 @@ in your application.
----------------------
----------------------
* Java JRE or JDK >= 1.7 to launch the !app.name! binding compiler
* Java JRE or JDK >= 1.7 to launch the !app.name! binding compiler
* citygml4j v!app.version! to use the
compil
ed JAXB classes
* citygml4j v!app.version! to use the
generat
ed JAXB classes
5. How to use it
5. How to use it
...
...
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