Subversion Repositories Integrator Subversion

Rev

Rev 695 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
695 blopes 1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" output="target/classes" path="src/main/java">
4
		<attributes>
5
			<attribute name="optional" value="true"/>
6
			<attribute name="maven.pomderived" value="true"/>
7
		</attributes>
8
	</classpathentry>
9
	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10
		<attributes>
11
			<attribute name="maven.pomderived" value="true"/>
744 blopes 12
			<attribute name="optional" value="true"/>
695 blopes 13
		</attributes>
14
	</classpathentry>
15
	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
16
		<attributes>
17
			<attribute name="optional" value="true"/>
18
			<attribute name="maven.pomderived" value="true"/>
744 blopes 19
			<attribute name="test" value="true"/>
695 blopes 20
		</attributes>
21
	</classpathentry>
22
	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
23
		<attributes>
24
			<attribute name="maven.pomderived" value="true"/>
744 blopes 25
			<attribute name="test" value="true"/>
26
			<attribute name="optional" value="true"/>
695 blopes 27
		</attributes>
28
	</classpathentry>
29
	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
30
		<attributes>
31
			<attribute name="maven.pomderived" value="true"/>
744 blopes 32
			<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
695 blopes 33
		</attributes>
34
	</classpathentry>
35
	<classpathentry kind="con" path="org.eclipse.ajdt.core.ASPECTJRT_CONTAINER"/>
36
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
37
		<attributes>
38
			<attribute name="maven.pomderived" value="true"/>
39
		</attributes>
40
	</classpathentry>
41
	<classpathentry kind="output" path="target/classes"/>
42
</classpath>