[java-metadata-aggregator COMMIT] in /trunk: aggregator-cli/.project aggregator-pipeline/.project

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 11 11:17:34 EST 2014


Author: iay
Date: Tue Feb 11 11:17:34 2014
New Revision: 335

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=335&view=rev
Log:
Spring Tool Suite integration.

Modified:
    trunk/aggregator-cli/.project
    trunk/aggregator-pipeline/.project

Modified: trunk/aggregator-cli/.project
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-cli/.project?rev=335&r1=334&r2=335&view=diff
==============================================================================
--- trunk/aggregator-cli/.project (original)
+++ trunk/aggregator-cli/.project Tue Feb 11 11:17:34 2014
@@ -16,12 +16,18 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.m2e.core.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>

Modified: trunk/aggregator-pipeline/.project
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-pipeline/.project?rev=335&r1=334&r2=335&view=diff
==============================================================================
--- trunk/aggregator-pipeline/.project (original)
+++ trunk/aggregator-pipeline/.project Tue Feb 11 11:17:34 2014
@@ -16,12 +16,18 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
+			<name>org.springframework.ide.eclipse.core.springbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.m2e.core.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>



More information about the commits mailing list