-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproperties.gradle
More file actions
27 lines (23 loc) · 937 Bytes
/
properties.gradle
File metadata and controls
27 lines (23 loc) · 937 Bytes
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
ext {
date = new Date()
pluginShortName = 'Spreadsheet Generator'
pluginName = '3D City Database Importer/Exporter ' + pluginShortName
pluginUrl = 'https://github.com/3dcitydb/plugin-spreadsheet-generator'
// vendor information
vendorName = 'Chair of Geoinformatics'
vendorOrganisation = 'Technical University of Munich'
vendorCountry = 'Germany'
vendorWebsiteUrl = 'https://www.lrg.tum.de/gis'
vendorCopyright = '2013-' + date.format('yyyy')
// 3D City Database
citydbName = '3D City Database'
citydbProject = '3DCityDB Project'
citydbWebsiteUrl = 'https://www.3dcitydb.org'
citydbVcsUrl = 'https://github.com/3dcitydb'
// Importer/Exporter
impexpName = citydbName + ' Importer/Exporter'
impexpVersion = '5.5'
// 3DCityDB Web Map Client
webMapClientName = '3DCityDB Web Map Client'
webMapClientUrl = 'https://github.com/3dcitydb/3dcitydb-web-map'
}