Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 22013bf7a273450f498a56decae7184cfd7ba4e0 (plain) (blame)
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src/main/java">
		<attributes>
			<attribute name="com.springsource.server.ide.jdt.core.test.classpathentry" value="false"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="src" path="src/main/resources">
		<attributes>
			<attribute name="com.springsource.server.ide.jdt.core.test.classpathentry" value="false"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
		<attributes>
			<attribute name="com.springsource.server.ide.jdt.core.test.classpathentry" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="src" output="target/test-classes" path="src/test/resources">
		<attributes>
			<attribute name="com.springsource.server.ide.jdt.core.test.classpathentry" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.gemini.web.core"/>
	<classpathentry kind="var" path="WEB_CONTAINER_IVY_CACHE/org.eclipse.osgi/org.eclipse.osgi/3.6.1.R36x_v20100806/org.eclipse.osgi-3.6.1.R36x_v20100806.jar"/>
	<classpathentry kind="var" path="WEB_CONTAINER_IVY_CACHE/javax.servlet/com.springsource.javax.servlet/2.5.0/com.springsource.javax.servlet-2.5.0.jar"/>
	<classpathentry kind="var" path="WEB_CONTAINER_IVY_CACHE/org.eclipse.virgo.teststubs/org.eclipse.virgo.teststubs.osgi/2.2.0.M01/org.eclipse.virgo.teststubs.osgi-2.2.0.M01.jar" sourcepath="/WEB_CONTAINER_IVY_CACHE/org.eclispe.virgo.osgi.test/org.eclipse.virgo.teststubs.osgi/1.0.0.CI-B40/org.eclipse.virgo.teststubs.osgi-sources-1.0.0.CI-B40.jar"/>
	<classpathentry kind="var" path="WEB_CONTAINER_IVY_CACHE/org.junit/com.springsource.org.junit/4.7.0/com.springsource.org.junit-4.7.0.jar" sourcepath="/WEB_CONTAINER_IVY_CACHE/org.junit/com.springsource.org.junit/4.5.0/com.springsource.org.junit-sources-4.5.0.jar"/>
	<classpathentry kind="output" path="target/classes"/>
</classpath>

Back to the top