Commit 95c464c2 authored by Claus Nagel's avatar Claus Nagel
Browse files

updated readme

parent 7fbcfdb4
......@@ -62,7 +62,8 @@ distributions.main.contents {
date: date.format('yyyy-MM-dd'),
copyright: date.format('yyyy'),
javaCompatibility: sourceCompatibility.toString(),
appName: project.name
appName: project.name,
citygml4jVersion: citygml4jVersion
])
}
into('jaxb-plugins') {
......
......@@ -58,14 +58,14 @@ in your application.
----------------------
* Java JRE or JDK >= @javaCompatibility@ to launch the @appName@ binding compiler
* citygml4j v@version@ to use the generated JAXB classes
* citygml4j v@citygml4jVersion@ to use the generated JAXB classes
5. How to use it
----------------
@appName@ is a command line tool. Use the start scripts to launch the
application. The start scripts are located in the "bin" folder of the
application. The start scripts are located in the root folder of the
installation directory.
Please execute the start script suitable for your platform:
......@@ -76,7 +76,7 @@ To get a list of supported arguments, open a shell environment, change
directory to the installation directory of @appName@, and invoke to following
command.
% bin\@appName@ -help
% @appName@ -help
The @appName@ compiler requires that your ADE schema points to the official
CityGML and GML schemas provided in the subfolder "schemas". So please
......
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