Skip to content

Commit d3a6691

Browse files
author
Smiechowski Nathanael
authored
fixes #82 (#83)
1 parent 4bf5782 commit d3a6691

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

DEHCapellaAdapter/.classpath

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
<classpathentry exported="true" kind="lib" path="lib/log4j-api-2.11.2.jar"/>
44
<classpathentry exported="true" kind="lib" path="lib/log4j-core-2.11.2.jar"/>
55
<classpathentry exported="true" kind="lib" path="lib/log4j-slf4j-impl-2.11.2.jar"/>
6-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
7-
<attributes>
8-
<attribute name="module" value="true"/>
9-
</attributes>
10-
</classpathentry>
6+
<classpathentry kind="lib" path="lib/DEHCommonJ-1.1.0.jar"/>
7+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
118
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
129
<classpathentry kind="src" path="src"/>
1310
<classpathentry kind="src" output="bin.tests" path="tests">
@@ -17,7 +14,6 @@
1714
</attributes>
1815
</classpathentry>
1916
<classpathentry kind="src" path="resources"/>
20-
<classpathentry kind="lib" path="lib/DEHCommonJ-1.0.0.jar" sourcepath="lib/DEHCommonJ-1.0.0-sources.jar"/>
2117
<classpathentry kind="lib" path="miglayout15-swing.jar" sourcepath="miglayout-src.zip"/>
2218
<classpathentry kind="output" path="bin"/>
2319
</classpath>

DEHCapellaAdapter/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: DEH-CapellaAdapter
44
Bundle-SymbolicName: com.rheagroup.dehcapellaadapter;singleton:=true
5-
Bundle-Version: 1.5.2
5+
Bundle-Version: 1.5.4
66
Bundle-Vendor: RHEAGROUP
77
Require-Bundle: org.eclipse.ui,
88
org.polarsys.capella.core.model.handler;bundle-version="5.1.0";visibility:=reexport,
@@ -18,7 +18,7 @@ Bundle-ClassPath: .,
1818
lib/log4j-api-2.11.2.jar,
1919
lib/log4j-core-2.11.2.jar,
2020
lib/log4j-slf4j-impl-2.11.2.jar,
21-
lib/DEHCommonJ-1.0.0.jar,
21+
lib/DEHCommonJ-1.1.0.jar,
2222
miglayout15-swing.jar
2323
Export-Package: App,
2424
Commands,

DEHCapellaAdapter/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bin.includes = plugin.xml,\
55
.,\
66
icons/,\
77
log4j2.xml,\
8-
lib/DEHCommonJ-1.0.0.jar,\
8+
lib/DEHCommonJ-1.1.0.jar,\
99
lib/log4j-api-2.11.2.jar,\
1010
lib/log4j-core-2.11.2.jar,\
1111
lib/log4j-slf4j-impl-2.11.2.jar

DEHCapellaAdapterFeature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="DEHCapellaAdapterFeature"
44
label="DEHCapellaAdapter"
5-
version="1.5.2.qualifier"
5+
version="1.5.4"
66
provider-name="Rhea Group SA">
77

88
<description url="www.rheagroup.com">

0 commit comments

Comments
 (0)