Skip to content

Commit

Permalink
fixes #82 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smiechowski Nathanael authored Jan 9, 2024
1 parent 4bf5782 commit d3a6691
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions DEHCapellaAdapter/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
<classpathentry exported="true" kind="lib" path="lib/log4j-api-2.11.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-core-2.11.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-slf4j-impl-2.11.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/DEHCommonJ-1.1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="bin.tests" path="tests">
Expand All @@ -17,7 +14,6 @@
</attributes>
</classpathentry>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="lib" path="lib/DEHCommonJ-1.0.0.jar" sourcepath="lib/DEHCommonJ-1.0.0-sources.jar"/>
<classpathentry kind="lib" path="miglayout15-swing.jar" sourcepath="miglayout-src.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions DEHCapellaAdapter/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DEH-CapellaAdapter
Bundle-SymbolicName: com.rheagroup.dehcapellaadapter;singleton:=true
Bundle-Version: 1.5.2
Bundle-Version: 1.5.4
Bundle-Vendor: RHEAGROUP
Require-Bundle: org.eclipse.ui,
org.polarsys.capella.core.model.handler;bundle-version="5.1.0";visibility:=reexport,
Expand All @@ -18,7 +18,7 @@ Bundle-ClassPath: .,
lib/log4j-api-2.11.2.jar,
lib/log4j-core-2.11.2.jar,
lib/log4j-slf4j-impl-2.11.2.jar,
lib/DEHCommonJ-1.0.0.jar,
lib/DEHCommonJ-1.1.0.jar,
miglayout15-swing.jar
Export-Package: App,
Commands,
Expand Down
2 changes: 1 addition & 1 deletion DEHCapellaAdapter/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bin.includes = plugin.xml,\
.,\
icons/,\
log4j2.xml,\
lib/DEHCommonJ-1.0.0.jar,\
lib/DEHCommonJ-1.1.0.jar,\
lib/log4j-api-2.11.2.jar,\
lib/log4j-core-2.11.2.jar,\
lib/log4j-slf4j-impl-2.11.2.jar
Expand Down
2 changes: 1 addition & 1 deletion DEHCapellaAdapterFeature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="DEHCapellaAdapterFeature"
label="DEHCapellaAdapter"
version="1.5.2.qualifier"
version="1.5.4"
provider-name="Rhea Group SA">

<description url="www.rheagroup.com">
Expand Down

0 comments on commit d3a6691

Please sign in to comment.