[java-identity-provider COMMIT] in /trunk: idp-profile-spring/.project idp-schema/.project idp-session-api/.project i...

noreply at shibboleth.net noreply at shibboleth.net
Sun May 4 20:06:24 EDT 2014


Author: scantor
Date: Sun May  4 20:06:23 2014
New Revision: 5833

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5833&view=rev
Log:
Adding Spring nature to some projects.

Modified:
    trunk/idp-profile-spring/.project
    trunk/idp-schema/.project
    trunk/idp-session-api/.project
    trunk/idp-session-impl/.project

Modified: trunk/idp-profile-spring/.project
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/.project?rev=5833&r1=5832&r2=5833&view=diff
==============================================================================
--- trunk/idp-profile-spring/.project (original)
+++ trunk/idp-profile-spring/.project Sun May  4 20:06:23 2014
@@ -1,23 +1,35 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-    <name>idp-profile-spring</name>
-    <comment></comment>
-    <projects>
-    </projects>
-    <buildSpec>
-        <buildCommand>
-            <name>org.eclipse.jdt.core.javabuilder</name>
-        </buildCommand>
-        <buildCommand>
-            <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-        </buildCommand>
-        <buildCommand>
-            <name>org.eclipse.m2e.core.maven2Builder</name>
-        </buildCommand>
-    </buildSpec>
-    <natures>
-        <nature>org.eclipse.jdt.core.javanature</nature>
-        <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-        <nature>org.eclipse.m2e.core.maven2Nature</nature>
-    </natures>
-</projectDescription>
+	<name>idp-profile-spring</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
+	</natures>
+</projectDescription>

Modified: trunk/idp-schema/.project
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/.project?rev=5833&r1=5832&r2=5833&view=diff
==============================================================================
--- trunk/idp-schema/.project (original)
+++ trunk/idp-schema/.project Sun May  4 20:06:23 2014
@@ -1,23 +1,35 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-    <name>idp-schema</name>
-    <comment></comment>
-    <projects>
-    </projects>
-    <buildSpec>
-        <buildCommand>
-            <name>org.eclipse.jdt.core.javabuilder</name>
-        </buildCommand>
-        <buildCommand>
-            <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-        </buildCommand>
-        <buildCommand>
-            <name>org.eclipse.m2e.core.maven2Builder</name>
-        </buildCommand>
-    </buildSpec>
-    <natures>
-        <nature>org.eclipse.jdt.core.javanature</nature>
-        <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-        <nature>org.eclipse.m2e.core.maven2Nature</nature>
-    </natures>
-</projectDescription>
+	<name>idp-schema</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
+	</natures>
+</projectDescription>

Modified: trunk/idp-session-api/.project
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-session-api/.project?rev=5833&r1=5832&r2=5833&view=diff
==============================================================================
Binary files - no diff available.

Modified: trunk/idp-session-impl/.project
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-session-impl/.project?rev=5833&r1=5832&r2=5833&view=diff
==============================================================================
Binary files - no diff available.



More information about the commits mailing list