From 95c464c2f131aa6d607427f06daaeea713d8a8ad Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Tue, 13 Apr 2021 21:41:19 +0200 Subject: [PATCH] updated readme --- build.gradle | 3 ++- resources/doc/README | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 2bf75e8..9d43ecb 100644 --- a/build.gradle +++ b/build.gradle @@ -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') { diff --git a/resources/doc/README b/resources/doc/README index c9ea297..03dcaf2 100644 --- a/resources/doc/README +++ b/resources/doc/README @@ -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