We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c609e commit 3e00d0dCopy full SHA for 3e00d0d
1 file changed
org.omg.sysml.logic/.classpath
@@ -12,7 +12,7 @@
12
<attribute name="optional" value="true"/>
13
</attributes>
14
</classpathentry>
15
- <classpathentry kind="src" path="src/test"/>
+ <classpathentry kind="src" path="src/test/java"/>
16
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
17
<attributes>
18
<attribute name="module" value="true"/>
@@ -24,5 +24,6 @@
24
<attribute name="maven.pomderived" value="true"/>
25
26
27
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
28
<classpathentry kind="output" path="target/classes"/>
29
</classpath>
0 commit comments