Skip to content

Commit b808b6d

Browse files
committed
Aktualisierung auf Kernsoftware 3.8.0
1 parent 4c28237 commit b808b6d

File tree

1,066 files changed

+36003
-30678
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,066 files changed

+36003
-30678
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
eclipse.preferences.version=1
2-
encoding/<project>=ISO-8859-1
2+
encoding/<project>=UTF-8

de.bsvrz.buv.daf.feature/feature.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="de.bsvrz.buv.daf.feature"
44
label="%featureName"
5-
version="3.6.5.qualifier"
5+
version="3.8.0.qualifier"
66
provider-name="%featureProvider">
77

88
<description>
@@ -173,4 +173,18 @@
173173
install-size="0"
174174
version="0.0.0"/>
175175

176+
<plugin
177+
id="de.bsvrz.sys.funclib.kappich"
178+
download-size="0"
179+
install-size="0"
180+
version="0.0.0"
181+
unpack="false"/>
182+
183+
<plugin
184+
id="de.kappich.sys.funclib.json"
185+
download-size="0"
186+
install-size="0"
187+
version="0.0.0"
188+
unpack="false"/>
189+
176190
</feature>

de.bsvrz.buv.daf.feature/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.bsvrz.buv</groupId>
99
<artifactId>de.bsvrz.buv.kernsoftware.tycho.master</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>3.8.0-SNAPSHOT</version>
1111
<relativePath>../de.bsvrz.buv.kernsoftware.tycho.master/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>de.bsvrz.buv.daf.feature</artifactId>
15-
<version>3.6.5-SNAPSHOT</version>
15+
<version>3.8.0-SNAPSHOT</version>
1616
<packaging>eclipse-feature</packaging>
1717

1818
</project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
eclipse.preferences.version=1
2-
encoding/<project>=ISO-8859-1
2+
encoding/<project>=UTF-8

de.bsvrz.buv.kernsoftware.repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.bsvrz.buv</groupId>
99
<artifactId>de.bsvrz.buv.kernsoftware.tycho.master</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>3.8.0-SNAPSHOT</version>
1111
<relativePath>../de.bsvrz.buv.kernsoftware.tycho.master/pom.xml</relativePath>
1212
</parent>
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
eclipse.preferences.version=1
2-
encoding/<project>=ISO-8859-1
2+
encoding/<project>=UTF-8

de.bsvrz.buv.kernsoftware.tycho.master/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.bsvrz.buv</groupId>
88
<artifactId>de.bsvrz.buv.kernsoftware.tycho.master</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>3.8.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Kernsoftware Updateseite</name>
@@ -44,11 +44,13 @@
4444
<module>../de.bsvrz.buv.vew.feature</module>
4545

4646
<module>../de.bsvrz.buv.kernsoftware.repository</module>
47+
<module>../de.bsvrz.sys.funclib.kappich</module>
48+
<module>../de.kappich.sys.funclib.json</module>
4749
</modules>
4850

4951
<properties>
50-
<tycho-version>0.20.0</tycho-version>
51-
<tycho-extras-version>0.18.1</tycho-extras-version>
52+
<tycho-version>0.25.0</tycho-version>
53+
<tycho-extras-version>0.25.0</tycho-extras-version>
5254
<mockito-version>1.9.5</mockito-version>
5355
<tycho-surefire-version>0.18.0</tycho-surefire-version>
5456
<maven-site-plugin-version>3.2</maven-site-plugin-version>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
eclipse.preferences.version=1
2-
encoding/<project>=ISO-8859-1
2+
encoding/<project>=UTF-8

de.bsvrz.buv.vew.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="de.bsvrz.buv.vew.feature"
44
label="%featureName"
5-
version="1.0.0.qualifier"
5+
version="1.2.4.qualifier"
66
provider-name="%featureProvider">
77

88
<description>

de.bsvrz.buv.vew.feature/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.bsvrz.buv</groupId>
99
<artifactId>de.bsvrz.buv.kernsoftware.tycho.master</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>3.8.0-SNAPSHOT</version>
1111
<relativePath>../de.bsvrz.buv.kernsoftware.tycho.master/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>de.bsvrz.buv.vew.feature</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.2.4-SNAPSHOT</version>
1616
<packaging>eclipse-feature</packaging>
1717

1818
</project>

0 commit comments

Comments
 (0)