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

noreply at shibboleth.net noreply at shibboleth.net
Sat Aug 6 19:43:35 BST 2011


Author: lajoie
Date: Sat Aug  6 19:43:35 2011
New Revision: 4000

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4000&view=rev
Log:
migrate to eclipse 3.7 and parent-project configs
still need to fix up new module creation script

Removed:
    trunk/idp-parent/checkstyle.xml
    trunk/idp-parent/module-settings/eclipse/
    trunk/idp-parent/module-settings/externals.svn
    trunk/idp-parent/module-settings/ignore.svn
Modified:
    trunk/idp-attribute-api/   (props changed)
    trunk/idp-attribute-api/.classpath
    trunk/idp-attribute-filter-api/   (props changed)
    trunk/idp-attribute-filter-api/.classpath
    trunk/idp-attribute-filter-impl/   (props changed)
    trunk/idp-attribute-filter-impl/.classpath
    trunk/idp-attribute-impl/   (props changed)
    trunk/idp-attribute-impl/.classpath
    trunk/idp-attribute-resolver-api/   (props changed)
    trunk/idp-attribute-resolver-api/.classpath
    trunk/idp-attribute-resolver-impl/   (props changed)
    trunk/idp-attribute-resolver-impl/.classpath
    trunk/idp-authn-api/   (props changed)
    trunk/idp-authn-api/.classpath
    trunk/idp-consent-api/   (props changed)
    trunk/idp-consent-api/.classpath
    trunk/idp-consent-impl/   (props changed)
    trunk/idp-consent-impl/.classpath
    trunk/idp-core/   (props changed)
    trunk/idp-core/.classpath
    trunk/idp-metadata-api/   (props changed)
    trunk/idp-metadata-api/.classpath
    trunk/idp-parent/pom.xml
    trunk/idp-profile-api/   (props changed)
    trunk/idp-profile-api/.classpath
    trunk/idp-saml-api/   (props changed)
    trunk/idp-saml-api/.classpath
    trunk/idp-saml-impl/   (props changed)
    trunk/idp-saml-impl/.classpath
    trunk/idp-tou-api/   (props changed)
    trunk/idp-tou-api/.classpath
    trunk/idp-tou-impl/   (props changed)
    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=4000&r1=3999&r2=4000&view=diff
==============================================================================
--- trunk/idp-attribute-api/.classpath (original)
+++ trunk/idp-attribute-api/.classpath Sat Aug  6 19:43:35 2011
@@ -1,10 +1,16 @@
 <?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.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+    <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
+    
 	<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=4000&r1=3999&r2=4000&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/.classpath (original)
+++ trunk/idp-attribute-filter-api/.classpath Sat Aug  6 19:43:35 2011
@@ -1,10 +1,16 @@
 <?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.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+    <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
+    
 	<classpathentry kind="output" path="target/classes"/>
-</classpath>
+    
+</classpath>

Modified: trunk/idp-attribute-filter-impl/.classpath
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/.classpath?rev=4000&r1=3999&r2=4000&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/.classpath (original)
+++ trunk/idp-attribute-filter-impl/.classpath Sat Aug  6 19:43:35 2011
@@ -1,10 +1,16 @@
 <?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"/>

[... 747 lines stripped ...]


More information about the commits mailing list