Commit 2ad1c001 authored by Claus Nagel's avatar Claus Nagel
Browse files

Update README.md

parent 347b7965
...@@ -19,7 +19,7 @@ ade-xjc depends on JRE 7 or higher. The project uses [Apache Ant](http://ant.apa ...@@ -19,7 +19,7 @@ ade-xjc depends on JRE 7 or higher. The project uses [Apache Ant](http://ant.apa
% ant dist % ant dist
This will create a folder `ade-xjc-<version>` containing the `ade-xjc.jar` executable and the following subfolders. This will create a folder `ade-xjc-<version>` containing the `ade-xjc.jar` executable and the following subfolders:
* `license` -- license information * `license` -- license information
* `sample` -- a sample CityGML ADE that you may use for testing * `sample` -- a sample CityGML ADE that you may use for testing
* `schemas` -- the official CityGML, GML and xAL schemas * `schemas` -- the official CityGML, GML and xAL schemas
...@@ -69,3 +69,8 @@ citygml4j comes with a sample program that illustrates this scenario. The sample ...@@ -69,3 +69,8 @@ citygml4j comes with a sample program that illustrates this scenario. The sample
Note that you need to check which version of citygml4j is supposed by your version of ade-xjc. Use the following command to find out. Note that you need to check which version of citygml4j is supposed by your version of ade-xjc. Use the following command to find out.
% java -jar ade-xjc.jar -version % java -jar ade-xjc.jar -version
The output will look similar to this:
ade-xjc version 2.2-b1
XML Schema binding compiler for CityGML ADEs; use with citygml4j version 2.2
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