Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
de.hft-stuttgart.cityunits
Commits
87a58b30
Commit
87a58b30
authored
3 years ago
by
Kai-Holger Brassel
Browse files
Options
Download
Email Patches
Plain Diff
Advance to version 1.2.0
parent
0ecaf687
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
de.hftstuttgart.cityunits.feature/feature.xml
+1
-1
de.hftstuttgart.cityunits.feature/feature.xml
de.hftstuttgart.cityunits.feature/pom.xml
+1
-1
de.hftstuttgart.cityunits.feature/pom.xml
de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF
+1
-1
de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF
de.hftstuttgart.cityunits.model.edit/pom.xml
+1
-1
de.hftstuttgart.cityunits.model.edit/pom.xml
de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF
+1
-1
de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF
de.hftstuttgart.cityunits.model/pom.xml
+1
-1
de.hftstuttgart.cityunits.model/pom.xml
de.hftstuttgart.cityunits.p2site/pom.xml
+1
-1
de.hftstuttgart.cityunits.p2site/pom.xml
de.hftstuttgart.cityunits.p2site/site.xml
+1
-1
de.hftstuttgart.cityunits.p2site/site.xml
de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF
+1
-1
de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF
de.hftstuttgart.cityunits.tests/pom.xml
+1
-1
de.hftstuttgart.cityunits.tests/pom.xml
pom.xml
+1
-1
pom.xml
with
11 additions
and
11 deletions
+11
-11
de.hftstuttgart.cityunits.feature/feature.xml
+
1
-
1
View file @
87a58b30
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<feature
<feature
id=
"de.hftstuttgart.cityunits.feature"
id=
"de.hftstuttgart.cityunits.feature"
label=
"City Units"
label=
"City Units"
version=
"1.
1
.0"
version=
"1.
2
.0"
provider-name=
"HfT Stuttgart"
>
provider-name=
"HfT Stuttgart"
>
<description
url=
"http://www.example.com/description"
>
<description
url=
"http://www.example.com/description"
>
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.feature/pom.xml
+
1
-
1
View file @
87a58b30
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<parent>
<parent>
<groupId>
de.hftstuttgart
</groupId>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.
1
.0
</version>
<version>
1.
2
.0
</version>
</parent>
</parent>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF
+
1
-
1
View file @
87a58b30
...
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
...
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Name: %pluginName
Bundle-SymbolicName: de.hftstuttgart.cityunits.model.edit;singleton:=true
Bundle-SymbolicName: de.hftstuttgart.cityunits.model.edit;singleton:=true
Automatic-Module-Name: de.hftstuttgart.cityunits.model.edit
Automatic-Module-Name: de.hftstuttgart.cityunits.model.edit
Bundle-Version: 1.
1
.0
Bundle-Version: 1.
2
.0
Bundle-ClassPath: .
Bundle-ClassPath: .
Bundle-Activator: de.hftstuttgart.cityunits.model.quantities.provider.QuantitiesEditPlugin$Implementation
Bundle-Activator: de.hftstuttgart.cityunits.model.quantities.provider.QuantitiesEditPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Vendor: %providerName
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.model.edit/pom.xml
+
1
-
1
View file @
87a58b30
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
de.hftstuttgart
</groupId>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.
1
.0
</version>
<version>
1.
2
.0
</version>
</parent>
</parent>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF
+
1
-
1
View file @
87a58b30
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Name: %pluginName
Bundle-SymbolicName: de.hftstuttgart.cityunits.model;singleton:=true
Bundle-SymbolicName: de.hftstuttgart.cityunits.model;singleton:=true
Bundle-Version: 1.
1
.0
Bundle-Version: 1.
2
.0
Bundle-ClassPath: .
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Localization: plugin
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.model/pom.xml
+
1
-
1
View file @
87a58b30
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<parent>
<parent>
<groupId>
de.hftstuttgart
</groupId>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.
1
.0
</version>
<version>
1.
2
.0
</version>
</parent>
</parent>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.p2site/pom.xml
+
1
-
1
View file @
87a58b30
...
@@ -7,6 +7,6 @@
...
@@ -7,6 +7,6 @@
<parent>
<parent>
<groupId>
de.hftstuttgart
</groupId>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.
1
.0
</version>
<version>
1.
2
.0
</version>
</parent>
</parent>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.p2site/site.xml
+
1
-
1
View file @
87a58b30
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<site>
<site>
<feature
url=
"features/de.hftstuttgart.cityunits.feature_1.
1
.0.jar"
id=
"de.hftstuttgart.cityunits.feature"
version=
"1.
1
.0"
>
<feature
url=
"features/de.hftstuttgart.cityunits.feature_1.
2
.0.jar"
id=
"de.hftstuttgart.cityunits.feature"
version=
"1.
2
.0"
>
<category
name=
"de.hftstuttgart.cityunits"
/>
<category
name=
"de.hftstuttgart.cityunits"
/>
</feature>
</feature>
<category-def
name=
"de.hftstuttgart.cityunits"
label=
"HfT Stuttgart City Units"
>
<category-def
name=
"de.hftstuttgart.cityunits"
label=
"HfT Stuttgart City Units"
>
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF
+
1
-
1
View file @
87a58b30
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-Name: Tests
Bundle-SymbolicName: de.hftstuttgart.cityunits.tests
Bundle-SymbolicName: de.hftstuttgart.cityunits.tests
Bundle-Version: 1.
1
.0
Bundle-Version: 1.
2
.0
Automatic-Module-Name: de.hft.stuttgart.cityunits.tests
Automatic-Module-Name: de.hft.stuttgart.cityunits.tests
Import-Package: de.hftstuttgart.cityunits.model,
Import-Package: de.hftstuttgart.cityunits.model,
org.junit;version="4.13.0",
org.junit;version="4.13.0",
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.tests/pom.xml
+
1
-
1
View file @
87a58b30
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<parent>
<parent>
<groupId>
de.hftstuttgart
</groupId>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.
1
.0
</version>
<version>
1.
2
.0
</version>
</parent>
</parent>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
1
-
1
View file @
87a58b30
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.hftstuttgart
</groupId>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.
1
.0
</version>
<version>
1.
2
.0
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
City Units Parent POM
</name>
<name>
City Units Parent POM
</name>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets