Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.classpath
More file actions
Latest commit
33 lines (33 loc) · 1.25 KB
/
Copy path.classpath
File metadata and controls
33 lines (33 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentrykind="src"output="target/classes"path="src/main/java">
<attributes>
<attributename="optional"value="true"/>
<attributename="maven.pomderived"value="true"/>
</attributes>
</classpathentry>
<classpathentrykind="src"output="target/test-classes"path="src/test/java">
<attributes>
<attributename="optional"value="true"/>
<attributename="maven.pomderived"value="true"/>
<attributename="test"value="true"/>
</attributes>
</classpathentry>
<classpathentrykind="con"path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attributename="maven.pomderived"value="true"/>
</attributes>
</classpathentry>
<classpathentryexcluding="**"kind="src"output="target/test-classes"path="src/test/resources">
<attributes>
<attributename="maven.pomderived"value="true"/>
<attributename="test"value="true"/>
</attributes>
</classpathentry>
<classpathentrykind="con"path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attributename="maven.pomderived"value="true"/>
</attributes>
</classpathentry>
<classpathentrykind="output"path="target/classes"/>
</classpath>