Skip to content

Commit 16bf37d

Browse files
committed
[client] Update Eclipse classpath for m2e
1 parent f81c07e commit 16bf37d

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

scouter.client/.classpath

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
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-17"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="maven.pomderived" value="true"/>
6+
</attributes>
7+
</classpathentry>
48
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src/"/>
9+
<classpathentry kind="src" output="bin" path="src">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
615
<classpathentry kind="lib" path="lib/scouter.common.jar" sourcepath="/scouter.common"/>
716
<classpathentry exported="true" kind="lib" path="lib/scouter.server.jar"/>
817
<classpathentry exported="true" kind="lib" path="lib/hibernate-core-3.3.2.GA.jar"/>
@@ -12,5 +21,10 @@
1221
<classpathentry exported="true" kind="lib" path="lib/jaxb-api-2.3.1.jar"/>
1322
<classpathentry exported="true" kind="lib" path="lib/jaxb-core-2.3.0.1.jar"/>
1423
<classpathentry exported="true" kind="lib" path="lib/jaxb-impl-2.3.0.1.jar"/>
15-
<classpathentry kind="output" path="target/classes"/>
24+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
25+
<attributes>
26+
<attribute name="maven.pomderived" value="true"/>
27+
</attributes>
28+
</classpathentry>
29+
<classpathentry kind="output" path="bin"/>
1630
</classpath>

0 commit comments

Comments
 (0)