Commit 7ad2794d authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Merge branch 'beta7' into 'master'

Updated build.gradle with correct paths

See merge request !8
parents 939477bb 7e1241e0
...@@ -9,7 +9,7 @@ plugins { ...@@ -9,7 +9,7 @@ plugins {
group = 'de.stuttgart.hft' group = 'de.stuttgart.hft'
version = 'beta7-0.1' version = 'beta7-0.1'
description 'Energy ADE2beta 7 extension for the 3DCityDB - release 0.1' description 'Energy ADE 3 (beta 7) extension for the 3DCityDB - release 0.1'
repositories { repositories {
maven { maven {
...@@ -28,9 +28,9 @@ configurations { ...@@ -28,9 +28,9 @@ configurations {
dependencies { dependencies {
api 'org.citydb:impexp-client-gui:5.5.1' api 'org.citydb:impexp-client-gui:5.5.1'
api 'org.citygml4j.ade:energy-ade-2-citygml4j:2.0.1' api 'org.citygml4j.ade:energy-ade-3-citygml4j:3.0.1'
citygml4j('org.citygml4j.ade:energy-ade-2-citygml4j:2.0.1') { citygml4j('org.citygml4j.ade:energy-ade-3-citygml4j:3.0.1') {
transitive = false transitive = false
} }
...@@ -45,7 +45,7 @@ test { ...@@ -45,7 +45,7 @@ test {
} }
distributions.main { distributions.main {
distributionBaseName = 'energy-ade2' distributionBaseName = 'energy-ade3'
contents { contents {
from 'README.md' from 'README.md'
...@@ -60,4 +60,4 @@ distributions.main { ...@@ -60,4 +60,4 @@ distributions.main {
from "$rootDir/resources/database/3dcitydb" from "$rootDir/resources/database/3dcitydb"
} }
} }
} }
\ No newline at end of file
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