[java-identity-provider COMMIT] in /trunk: idp-attribute-api/.classpath idp-attribute-filter-api/.classpath idp-attri...

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 26 11:34:58 EST 2013


Author: scantor
Date: Tue Feb 26 11:34:58 2013
New Revision: 4289

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4289&view=rev
Log:
Update classpath with 1.7 library change.

Modified:
    trunk/idp-attribute-api/.classpath
    trunk/idp-attribute-filter-api/.classpath
    trunk/idp-attribute-filter-impl/.classpath
    trunk/idp-attribute-impl/.classpath
    trunk/idp-attribute-resolver-api/.classpath
    trunk/idp-attribute-resolver-impl/.classpath
    trunk/idp-authn-api/.classpath
    trunk/idp-authn-impl/.classpath
    trunk/idp-consent-api/.classpath
    trunk/idp-consent-impl/.classpath
    trunk/idp-core/.classpath
    trunk/idp-metadata-api/.classpath
    trunk/idp-profile-api/.classpath
    trunk/idp-profile-impl/.classpath
    trunk/idp-saml-api/.classpath
    trunk/idp-saml-impl/.classpath
    trunk/idp-tou-api/.classpath
    trunk/idp-tou-impl/.classpath

Modified: trunk/idp-attribute-api/.classpath
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/.classpath?rev=4289&r1=4288&r2=4289&view=diff
==============================================================================
--- trunk/idp-attribute-api/.classpath (original)
+++ trunk/idp-attribute-api/.classpath Tue Feb 26 11:34:58 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="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.7">
+		<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>
+</classpath>

Modified: trunk/idp-attribute-filter-api/.classpath
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/.classpath?rev=4289&r1=4288&r2=4289&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/.classpath (original)
+++ trunk/idp-attribute-filter-api/.classpath Tue Feb 26 11:34:58 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="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>

[... 909 lines stripped ...]


More information about the commits mailing list