Skip to content

Commit 4cadd34

Browse files
committed
Versionen und Abhängigkeiten korrigiert
1 parent ea2e588 commit 4cadd34

File tree

54 files changed

+130
-108
lines changed

Some content is hidden

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

54 files changed

+130
-108
lines changed

de.bsvrz.buv.daf.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.daf.feature"
44
label="%featureName"
5-
version="3.6.2.qualifier"
5+
version="3.6.5.qualifier"
66
provider-name="%featureProvider">
77

88
<description>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313

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

1818
</project>

de.bsvrz.dav.daf/META-INF/MANIFEST.MF

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Created-By: Kappich Systemberatung
44
Bundle-ManifestVersion: 2
55
Bundle-Name: de.bsvrz.dav.daf
66
Bundle-SymbolicName: de.bsvrz.dav.daf
7-
Bundle-Version: 3.6.2.qualifier
7+
Bundle-Version: 3.6.5.qualifier
88
Bundle-Vendor: Kappich Systemberatung
99
Bundle-ActivationPolicy: lazy
1010
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
@@ -36,14 +36,15 @@ Export-Package: de.bsvrz.dav.daf,
3636
de.bsvrz.dav.daf.main.impl.config.telegrams,
3737
de.bsvrz.dav.daf.main.impl.subscription,
3838
de.bsvrz.dav.daf.util,
39+
de.bsvrz.dav.daf.util.cron,
3940
de.bsvrz.dav.daf.util.fileBackedQueue,
4041
de.bsvrz.sys.funclib.communicationStreams,
4142
de.bsvrz.sys.funclib.dataSerializer
42-
Require-Bundle: de.bsvrz.sys.funclib.debug;bundle-version="3.5.0";visibility:=reexport,
43-
de.bsvrz.sys.funclib.commandLineArgs;bundle-version="3.5.0";visibility:=reexport,
44-
de.bsvrz.sys.funclib.timeout;bundle-version="3.5.0";visibility:=reexport,
45-
de.bsvrz.sys.funclib.filelock;bundle-version="3.5.0";visibility:=reexport,
46-
de.bsvrz.sys.funclib.crypt;bundle-version="3.5.0";visibility:=reexport,
47-
de.bsvrz.sys.funclib.hexdump;bundle-version="3.5.0";visibility:=reexport,
48-
de.bsvrz.sys.funclib.concurrent;bundle-version="3.5.0";visibility:=reexport
43+
Require-Bundle: de.bsvrz.sys.funclib.debug;bundle-version="[3.6.5,4.0.0)";visibility:=reexport,
44+
de.bsvrz.sys.funclib.commandLineArgs;bundle-version="[3.6.5,4.0.0)";visibility:=reexport,
45+
de.bsvrz.sys.funclib.timeout;bundle-version="[3.6.5,4.0.0)";visibility:=reexport,
46+
de.bsvrz.sys.funclib.filelock;bundle-version="[3.6.5,4.0.0)";visibility:=reexport,
47+
de.bsvrz.sys.funclib.crypt;bundle-version="[3.6.5,4.0.0)";visibility:=reexport,
48+
de.bsvrz.sys.funclib.hexdump;bundle-version="[3.6.5,4.0.0)";visibility:=reexport,
49+
de.bsvrz.sys.funclib.concurrent;bundle-version="[3.6.5,4.0.0)";visibility:=reexport
4950

de.bsvrz.dav.daf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>de.bsvrz.dav</groupId>
1515
<artifactId>de.bsvrz.dav.daf</artifactId>
16-
<version>3.6.2-SNAPSHOT</version>
16+
<version>3.6.5-SNAPSHOT</version>
1717
<packaging>eclipse-plugin</packaging>
1818

1919
</project>

de.bsvrz.pat.datgen/META-INF/MANIFEST.MF

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ Created-By: Kappich Systemberatung
44
Bundle-ManifestVersion: 2
55
Bundle-Name: de.bsvrz.pat.datgen
66
Bundle-SymbolicName: de.bsvrz.pat.datgen
7-
Bundle-Version: 3.6.2.qualifier
7+
Bundle-Version: 3.6.5.qualifier
88
Bundle-Vendor: Kappich Systemberatung
99
Bundle-ActivationPolicy: lazy
1010
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
1111
Bundle-ClassPath: .
12-
Require-Bundle: de.bsvrz.dav.daf, de.bsvrz.sys.funclib.dataSerializer,
13-
de.bsvrz.sys.funclib.communicationStreams, de.bsvrz.pat.onlprot, de.
14-
bsvrz.sys.funclib.configObjectAcquisition, de.bsvrz.sys.funclib.debug
15-
, de.bsvrz.sys.funclib.commandLineArgs
12+
Require-Bundle: de.bsvrz.dav.daf;bundle-version="[3.6.5,4.0.0)",
13+
de.bsvrz.sys.funclib.dataSerializer;bundle-version="[3.6.5,4.0.0)",
14+
de.bsvrz.sys.funclib.communicationStreams;bundle-version="[3.6.5,4.0.0)",
15+
de.bsvrz.pat.onlprot;bundle-version="[3.6.5,4.0.0)",
16+
de.bsvrz.sys.funclib.configObjectAcquisition;bundle-version="[3.6.5,4.0.0)",
17+
de.bsvrz.sys.funclib.debug;bundle-version="[3.6.5,4.0.0)",
18+
de.bsvrz.sys.funclib.commandLineArgs;bundle-version="[3.6.5,4.0.0)"
1619
Eclipse-BuddyPolicy: dependent
1720
Export-Package: de.bsvrz.pat.datgen,
1821
de.bsvrz.pat.datgen.generator.main,

de.bsvrz.pat.datgen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>de.bsvrz.pat</groupId>
1515
<artifactId>de.bsvrz.pat.datgen</artifactId>
16-
<version>3.6.2-SNAPSHOT</version>
16+
<version>3.6.5-SNAPSHOT</version>
1717
<packaging>eclipse-plugin</packaging>
1818

1919
</project>

de.bsvrz.pat.onlprot/META-INF/MANIFEST.MF

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Created-By: Kappich Systemberatung
44
Bundle-ManifestVersion: 2
55
Bundle-Name: de.bsvrz.pat.onlprot
66
Bundle-SymbolicName: de.bsvrz.pat.onlprot
7-
Bundle-Version: 3.6.2.qualifier
7+
Bundle-Version: 3.6.5.qualifier
88
Bundle-Vendor: Kappich Systemberatung
99
Bundle-ActivationPolicy: lazy
1010
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
@@ -13,10 +13,12 @@ Export-Package: de.bsvrz.pat.onlprot,
1313
de.bsvrz.pat.onlprot.protocoller.main,
1414
de.bsvrz.pat.onlprot.protocoller.protocolModuleConnector,
1515
de.bsvrz.pat.onlprot.standardProtocolModule
16-
Require-Bundle: de.bsvrz.dav.daf, de.bsvrz.sys.funclib.dataSerializer,
17-
de.bsvrz.sys.funclib.communicationStreams, de.bsvrz.sys.funclib.conf
18-
igObjectAcquisition, de.bsvrz.sys.funclib.debug, de.bsvrz.sys.funclib
19-
.commandLineArgs
16+
Require-Bundle: de.bsvrz.dav.daf;bundle-version="[3.6.5,4.0.0)",
17+
de.bsvrz.sys.funclib.dataSerializer;bundle-version="[3.6.5,4.0.0)",
18+
de.bsvrz.sys.funclib.communicationStreams;bundle-version="[3.6.5,4.0.0)",
19+
de.bsvrz.sys.funclib.configObjectAcquisition;bundle-version="[3.6.5,4.0.0)",
20+
de.bsvrz.sys.funclib.debug;bundle-version="[3.6.5,4.0.0)",
21+
de.bsvrz.sys.funclib.commandLineArgs;bundle-version="[3.6.5,4.0.0)"
2022
Eclipse-BuddyPolicy: dependent
2123
Bundle-ClassPath: .
2224

de.bsvrz.pat.onlprot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>de.bsvrz.pat</groupId>
1515
<artifactId>de.bsvrz.pat.onlprot</artifactId>
16-
<version>3.6.2-SNAPSHOT</version>
16+
<version>3.6.5-SNAPSHOT</version>
1717
<packaging>eclipse-plugin</packaging>
1818

1919
</project>

de.bsvrz.pat.sysbed/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src/"/>
66
<classpathentry kind="output" path="target/classes"/>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
4-
org.eclipse.jdt.core.compiler.compliance=1.6
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4+
org.eclipse.jdt.core.compiler.compliance=1.7
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7-
org.eclipse.jdt.core.compiler.source=1.6
7+
org.eclipse.jdt.core.compiler.source=1.7

0 commit comments

Comments
 (0)