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
ADE Xjc
Commits
3eb6dc30
Commit
3eb6dc30
authored
Jan 06, 2019
by
Claus Nagel
Browse files
decoupled ade-xjc version from citygml4j version
parent
d2688045
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
3eb6dc30
...
@@ -6,7 +6,7 @@ plugins {
...
@@ -6,7 +6,7 @@ plugins {
}
}
group
'org.citygml4j'
group
'org.citygml4j'
version
'2.8.
1
'
version
'2.8.
2
'
sourceCompatibility
=
1.8
sourceCompatibility
=
1.8
mainClassName
=
'org.citygml4j.ade_xjc.ADESchemaCompiler'
mainClassName
=
'org.citygml4j.ade_xjc.ADESchemaCompiler'
...
@@ -16,6 +16,7 @@ repositories {
...
@@ -16,6 +16,7 @@ repositories {
}
}
ext
{
ext
{
citygml4jVersion
=
'2.9.0'
date
=
new
Date
()
date
=
new
Date
()
}
}
...
@@ -28,6 +29,7 @@ jar {
...
@@ -28,6 +29,7 @@ jar {
manifest
{
manifest
{
attributes
(
'Implementation-Title'
:
project
.
name
,
attributes
(
'Implementation-Title'
:
project
.
name
,
'Implementation-Version'
:
project
.
version
,
'Implementation-Version'
:
project
.
version
,
'Specification-Version'
:
citygml4jVersion
,
'Main-Class'
:
mainClassName
)
'Main-Class'
:
mainClassName
)
}
}
into
(
'META-INF'
)
{
into
(
'META-INF'
)
{
...
...
src/main/java/org/citygml4j/ade_xjc/ADESchemaCompiler.java
View file @
3eb6dc30
...
@@ -111,7 +111,7 @@ public class ADESchemaCompiler {
...
@@ -111,7 +111,7 @@ public class ADESchemaCompiler {
if
(
version
)
{
if
(
version
)
{
System
.
out
.
println
(
getClass
().
getPackage
().
getImplementationTitle
()
+
" version "
+
getClass
().
getPackage
().
getImplementationVersion
());
System
.
out
.
println
(
getClass
().
getPackage
().
getImplementationTitle
()
+
" version "
+
getClass
().
getPackage
().
getImplementationVersion
());
System
.
out
.
println
(
"XML Schema binding compiler for CityGML ADEs; use with citygml4j version "
+
getClass
().
getPackage
().
get
Implement
ationVersion
());
System
.
out
.
println
(
"XML Schema binding compiler for CityGML ADEs; use with citygml4j version "
+
getClass
().
getPackage
().
get
Specific
ationVersion
());
System
.
exit
(
0
);
System
.
exit
(
0
);
}
}
...
...
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