Commit d51f8caa authored by Claus Nagel's avatar Claus Nagel
Browse files

updated build.xml file and READEME.txt

parent a5532e32
...@@ -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}" />
......
...@@ -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 compiled classes library needs to be on your classpath in order to use the generated 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 compiled JAXB classes * citygml4j v!app.version! to use the generated JAXB classes
5. How to use it 5. How to use it
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment