Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
Latest commit
39 lines (39 loc) · 1.52 KB
/
Copy path.classpath
File metadata and controls
39 lines (39 loc) · 1.52 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
34
35
36
37
38
39
<?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>
<classpathentryexcluding="**"kind="src"output="target/classes"path="src/main/resources">
<attributes>
<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>
<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"/>
<attributename="org.eclipse.jst.component.dependency"value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentrykind="con"path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attributename="maven.pomderived"value="true"/>
</attributes>
</classpathentry>
<classpathentrykind="output"path="target/classes"/>
</classpath>