Commit 6f52a5c9 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

fixed META-INF directory causing jar files not being recognised on imp/exp startup

parent e746efd5
energy-ade2-citydb
\ No newline at end of file
energy-ade-2-citydb
\ No newline at end of file
......@@ -7,7 +7,7 @@
<compositeConfiguration>
<compositeBuild compositeDefinitionSource="SCRIPT">
<builds>
<build path="$PROJECT_DIR$/../energy-ade-2-citygml4j" name="energy-ade2-citygml4j">
<build path="$PROJECT_DIR$/../energy-ade-2-citygml4j" name="energy-ade-2-citygml4j">
<projects>
<project path="$PROJECT_DIR$/../energy-ade-2-citygml4j" />
<project path="$PROJECT_DIR$/../energy-ade-2-citygml4j/energy-ade-samples" />
......
......@@ -2,6 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../energy-ade2-citygml4j" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../energy-ade-2-citygml4j" vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -28,9 +28,9 @@ configurations {
dependencies {
api 'org.citydb:impexp-client-gui:5.5.1'
api 'org.citygml4j.ade:energy-ade2-citygml4j:2.0.1'
api 'org.citygml4j.ade:energy-ade-2-citygml4j:2.0.1'
citygml4j('org.citygml4j.ade:energy-ade2-citygml4j:2.0.1') {
citygml4j('org.citygml4j.ade:energy-ade-2-citygml4j:2.0.1') {
transitive = false
}
......
Manifest-Version: 1.0
Main-Class: de.stuttgart.hft.EnergyADEExtension
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