[java-opensaml COMMIT] in /trunk: opensaml-core/.project opensaml-messaging-api/.project opensaml-messaging-impl/.pro...

noreply at shibboleth.net noreply at shibboleth.net
Sun Aug 7 20:28:21 BST 2011


Author: lajoie
Date: Sun Aug  7 20:28:20 2011
New Revision: 2876

URL: http://svn.shibboleth.net/view/java-opensaml?rev=2876&view=rev
Log:
need to leave repository locations in project POM so it can find the parent POM
remove old maven plugin builders and natures

Modified:
    trunk/opensaml-core/.project
    trunk/opensaml-messaging-api/.project
    trunk/opensaml-messaging-impl/.project
    trunk/opensaml-parent/pom.xml
    trunk/opensaml-saml-api/.project
    trunk/opensaml-saml-impl/.project
    trunk/opensaml-security-api/.project
    trunk/opensaml-security-impl/.project
    trunk/opensaml-soap-api/.project
    trunk/opensaml-soap-impl/.project
    trunk/opensaml-temp/.project
    trunk/opensaml-util/.project
    trunk/opensaml-xacml-api/.project
    trunk/opensaml-xacml-impl/.project
    trunk/opensaml-xacml-saml-api/.project
    trunk/opensaml-xacml-saml-impl/.project
    trunk/opensaml-xmlsec-api/.project
    trunk/opensaml-xmlsec-impl/.project

Modified: trunk/opensaml-core/.project
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/.project?rev=2876&r1=2875&r2=2876&view=diff
==============================================================================
--- trunk/opensaml-core/.project (original)
+++ trunk/opensaml-core/.project Sun Aug  7 20:28:20 2011
@@ -16,11 +16,6 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
 			<name>org.eclipse.m2e.core.maven2Builder</name>
 			<arguments>
 			</arguments>
@@ -28,7 +23,6 @@
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>

Modified: trunk/opensaml-messaging-api/.project
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-api/.project?rev=2876&r1=2875&r2=2876&view=diff
==============================================================================
--- trunk/opensaml-messaging-api/.project (original)
+++ trunk/opensaml-messaging-api/.project Sun Aug  7 20:28:20 2011
@@ -16,11 +16,6 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
 			<name>org.eclipse.m2e.core.maven2Builder</name>
 			<arguments>
 			</arguments>
@@ -28,7 +23,6 @@
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>

Modified: trunk/opensaml-messaging-impl/.project
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-impl/.project?rev=2876&r1=2875&r2=2876&view=diff
==============================================================================
--- trunk/opensaml-messaging-impl/.project (original)
+++ trunk/opensaml-messaging-impl/.project Sun Aug  7 20:28:20 2011
@@ -16,11 +16,6 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
 			<name>org.eclipse.m2e.core.maven2Builder</name>
 			<arguments>
 			</arguments>
@@ -28,7 +23,6 @@
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>

Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=2876&r1=2875&r2=2876&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml (original)
+++ trunk/opensaml-parent/pom.xml Sun Aug  7 20:28:20 2011
@@ -39,6 +39,23 @@
     <properties>
         <svn.relative.location>java-opensaml</svn.relative.location>
     </properties>
+
+    <repositories>
+        <repository>
+            <id>shib-release</id>
+            <url>https://shibboleth.net/nexus/content/groups/public</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>shib-snapshot</id>
+            <url>https://shibboleth.net/nexus/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
 
     <!-- Dependencies which are required by every single project module should go here and will be inherited by all modules. -->
     <dependencies>
@@ -130,4 +147,4 @@
         </profile>
     </profiles>
 
-</project>
+</project>

Modified: trunk/opensaml-saml-api/.project

[... 363 lines stripped ...]


More information about the commits mailing list