[utilities COMMIT] /ant-extensions/trunk/.classpath

noreply at shibboleth.net noreply at shibboleth.net
Fri Apr 5 22:16:56 EDT 2013


Author: scantor
Date: Fri Apr  5 22:16:56 2013
New Revision: 367

URL: http://svn.shibboleth.net/view/utilities?rev=367&view=rev
Log:
Update classpath with boilerplate.

Modified:
    ant-extensions/trunk/.classpath

Modified: ant-extensions/trunk/.classpath
URL: http://svn.shibboleth.net/view/utilities/ant-extensions/trunk/.classpath?rev=367&r1=366&r2=367&view=diff
==============================================================================
--- ant-extensions/trunk/.classpath (original)
+++ ant-extensions/trunk/.classpath Fri Apr  5 22:16:56 2013
@@ -1,16 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <classpath>
-
-    <classpathentry kind="src" output="target/classes" path="src/main/java" />
-    <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources" />
-
-    <classpathentry kind="src" output="target/test-classes" path="src/test/java" />
-    <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources" />
-
-    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
-    <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
-
-    <classpathentry kind="output" path="target/classes" />
-
-</classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<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"/>
+</classpath>



More information about the commits mailing list