-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
15 lines (15 loc) · 938 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="lib" path="/Users/ivaninozemtsev/.m2/repository/org/apache/maven/maven-core/3.0.2/maven-core-3.0.2.jar" sourcepath="/Users/ivaninozemtsev/.m2/repository/org/apache/maven/maven-core/3.0.2/maven-core-3.0.2-sources.jar">
<attributes>
<attribute name="maven.groupId" value="org.apache.maven"/>
<attribute name="maven.artifactId" value="maven-core"/>
<attribute name="maven.version" value="3.0.2"/>
<attribute name="maven.scope" value="compile"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>