-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperties.gradle
More file actions
27 lines (23 loc) · 888 Bytes
/
properties.gradle
File metadata and controls
27 lines (23 loc) · 888 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 = 'ADE Manager'
pluginName = '3D City Database Importer/Exporter ' + pluginShortName
pluginUrl = 'https://github.com/3dcitydb/plugin-ade-manager'
// 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
citydbShortName = '3DCityDB'
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'
// documentation
testADEUrl = 'https://github.com/3dcitydb/extension-test-ade'
}