Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
Energy ADE 3 3DCityDB
Commits
6f52a5c9
Commit
6f52a5c9
authored
Aug 09, 2025
by
Rushikesh Padsala
Browse files
fixed META-INF directory causing jar files not being recognised on imp/exp startup
parent
e746efd5
Changes
6
Show whitespace changes
Inline
Side-by-side
.idea/.name
View file @
6f52a5c9
energy-ade2-citydb
energy-ade-2-citydb
\ No newline at end of file
\ No newline at end of file
.idea/gradle.xml
View file @
6f52a5c9
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<compositeConfiguration>
<compositeConfiguration>
<compositeBuild
compositeDefinitionSource=
"SCRIPT"
>
<compositeBuild
compositeDefinitionSource=
"SCRIPT"
>
<builds>
<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>
<projects>
<project
path=
"$PROJECT_DIR$/../energy-ade-2-citygml4j"
/>
<project
path=
"$PROJECT_DIR$/../energy-ade-2-citygml4j"
/>
<project
path=
"$PROJECT_DIR$/../energy-ade-2-citygml4j/energy-ade-samples"
/>
<project
path=
"$PROJECT_DIR$/../energy-ade-2-citygml4j/energy-ade-samples"
/>
...
...
.idea/vcs.xml
View file @
6f52a5c9
...
@@ -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
build.gradle
View file @
6f52a5c9
...
@@ -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
}
}
...
...
src/main/resources/META-INF/MANIFEST.MF
deleted
100644 → 0
View file @
e746efd5
Manifest-Version: 1.0
Main-Class: de.stuttgart.hft.EnergyADEExtension
src/main/resources/services/org.citydb.core.ade.ADEExtension
→
src/main/resources/
META-INF/
services/org.citydb.core.ade.ADEExtension
View file @
6f52a5c9
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment