-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.properties
28 lines (26 loc) · 918 Bytes
/
default.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Dynamizer ADE module for citygml4j
ade.name=tum-dynamizer-ade
ade.version=1.0
ade.description=Dynamizer ADE module for the virtualcityDATABASE
ade.jar=${ade.name}-${ade.version}.jar
# vendor information
vendor.name=Technical University of Munich
vendor.address.street=Arcisstraße 21
vendor.address.post=80333 München
vendor.country=Germany
vendor.name.short=${vendor.name}, ${vendor.country}
vendor.homepage=https://www.gis.bgu.tum.de/
vendor.shortinfo=${vendor.name.short}, ${vendor.homepage}
vendor.copyright.year=2017
# directories required in build process
dir.src=${basedir}/src
dir.schema-mapping=${basedir}/schema-mapping
dir.sql=${basedir}/sql
dir.src-gen=${basedir}/src-gen
dir.lib=${basedir}/lib
dir.build=${basedir}/build
dir.build.classes=${dir.build}/classes
dir.target=${basedir}/target
dir.dest=${dir.target}/${ade.name}-${ade.version}
dir.dest.lib=${dir.dest}/lib
dir.resources=${basedir}/resources