.classpath 898 字节
Newer Older
T
Tom Qian 已提交
1 2
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
T
sth new  
Tom Qian 已提交
3
	<classpathentry kind="src" output="target/classes" path="src/main/java">
T
Tom Qian 已提交
4 5 6 7 8
		<attributes>
			<attribute name="optional" value="true"/>
			<attribute name="maven.pomderived" value="true"/>
		</attributes>
	</classpathentry>
T
sth new  
Tom Qian 已提交
9
	<classpathentry kind="src" path="src/main/res"/>
T
Tom Qian 已提交
10 11 12 13 14
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
		<attributes>
			<attribute name="maven.pomderived" value="true"/>
		</attributes>
	</classpathentry>
T
sth new  
Tom Qian 已提交
15
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
T
Tom Qian 已提交
16 17 18 19 20 21
	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
		<attributes>
			<attribute name="maven.pomderived" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="output" path="target/classes"/>
T
Tom Qian 已提交
22
</classpath>