Commit e53a1889 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

test

parent 709cd9cd
energy-ade2-citydb energy-ade-2-citydb
\ No newline at end of file \ No newline at end of file
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
<compositeConfiguration> <compositeConfiguration>
<compositeBuild compositeDefinitionSource="SCRIPT"> <compositeBuild compositeDefinitionSource="SCRIPT">
<builds> <builds>
<build path="$PROJECT_DIR$/../energy-ade2-citygml4j" name="energy-ade2-citygml4j"> <build path="$PROJECT_DIR$/../energy-ade-2-citygml4j" name="energy-ade2-citygml4j">
<projects> <projects>
<project path="$PROJECT_DIR$/../energy-ade2-citygml4j" /> <project path="$PROJECT_DIR$/../energy-ade-2-citygml4j" />
<project path="$PROJECT_DIR$/../energy-ade2-citygml4j/energy-ade-samples" /> <project path="$PROJECT_DIR$/../energy-ade-2-citygml4j/energy-ade-samples" />
</projects> </projects>
</build> </build>
</builds> </builds>
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
<option name="modules"> <option name="modules">
<set> <set>
<option value="$PROJECT_DIR$" /> <option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/../energy-ade2-citygml4j" /> <option value="$PROJECT_DIR$/../energy-ade-2-citygml4j" />
<option value="$PROJECT_DIR$/../energy-ade2-citygml4j/energy-ade-samples" /> <option value="$PROJECT_DIR$/../energy-ade-2-citygml4j/energy-ade-samples" />
</set> </set>
</option> </option>
</GradleProjectSettings> </GradleProjectSettings>
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" /> <mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../energy-ade2-citygml4j" vcs="Git" /> <mapping directory="$PROJECT_DIR$/../energy-ade-2-citygml4j" vcs="Git" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -13,7 +13,7 @@ Priority List: ...@@ -13,7 +13,7 @@ Priority List:
- DataType - DataType
- Core - Core
- Resource - Resource
- UrbanFunctionAreas - UrbanFunctionArea
- WeatherStation - WeatherStation
- Layered Construction - Layered Construction
- Schedule - Schedule
......
...@@ -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-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 transitive = false
} }
......
rootProject.name = 'energy-ade2-citydb' rootProject.name = 'energy-ade-2-citydb'
includeBuild '../energy-ade2-citygml4j' includeBuild '../energy-ade-2-citygml4j'
\ No newline at end of file \ 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