Skip to content

Commit 3e00d0d

Browse files
committed
ST6RI-926 Fix test classpath issues in org.omg.symsl.logic
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent d4c609e commit 3e00d0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

org.omg.sysml.logic/.classpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<attribute name="optional" value="true"/>
1313
</attributes>
1414
</classpathentry>
15-
<classpathentry kind="src" path="src/test"/>
15+
<classpathentry kind="src" path="src/test/java"/>
1616
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
1717
<attributes>
1818
<attribute name="module" value="true"/>
@@ -24,5 +24,6 @@
2424
<attribute name="maven.pomderived" value="true"/>
2525
</attributes>
2626
</classpathentry>
27+
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
2728
<classpathentry kind="output" path="target/classes"/>
2829
</classpath>

0 commit comments

Comments
 (0)