Skip to content

Commit 9521de8

Browse files
committed
Added org.omg.sysml.execution plugin to org.omg.sysml.feature.
1 parent 783e60c commit 9521de8

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

org.omg.sysml.execution/.classpath

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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-11"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
48
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
59
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
10+
<classpathentry kind="output" path="target/java"/>
711
</classpath>

org.omg.sysml.feature/feature.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,11 @@ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRES
104104
version="0.0.0"
105105
unpack="false"/>
106106

107+
<plugin
108+
id="org.omg.sysml.execution"
109+
download-size="0"
110+
install-size="0"
111+
version="0.0.0"
112+
unpack="false"/>
113+
107114
</feature>

0 commit comments

Comments
 (0)