Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Apr 13, 2021
1 parent 7fbcfdb commit 95c464c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
6 changes: 3 additions & 3 deletions resources/doc/README
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 95c464c

Please sign in to comment.