forked from Ant-Grand/Grand
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
10 lines (10 loc) · 727 Bytes
/
.classpath
File metadata and controls
10 lines (10 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=Grand&ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=ivy.settings.xml&loadSettingsOnDemand=false&ivyUserDir=&propertyFiles="/>
<classpathentry kind="lib" path="src/main/resources"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>