Skip to content

Commit 398c445

Browse files
committed
Synchronize with others
1 parent 3c6eb84 commit 398c445

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

Eclipse XML project/DevOO/src/Useful.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import org.w3c.dom.NodeList;
1313
import org.xml.sax.SAXException;
1414

15-
1615
public class Useful {
1716

1817
private static JFileChooser jFileChooserXML;

projet/devoo/.classpath

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,18 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10-
<attributes>
11-
<attribute name="maven.pomderived" value="true"/>
12-
</attributes>
13-
</classpathentry>
149
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1510
<attributes>
1611
<attribute name="optional" value="true"/>
1712
<attribute name="maven.pomderived" value="true"/>
1813
</attributes>
1914
</classpathentry>
20-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21-
<attributes>
22-
<attribute name="maven.pomderived" value="true"/>
23-
</attributes>
24-
</classpathentry>
25-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
15+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2616
<attributes>
2717
<attribute name="maven.pomderived" value="true"/>
2818
</attributes>
2919
</classpathentry>
30-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
20+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
3121
<attributes>
3222
<attribute name="maven.pomderived" value="true"/>
3323
</attributes>

0 commit comments

Comments
 (0)