[java-identity-provider COMMIT] /trunk/idp-consent-api/.project
noreply at shibboleth.net
noreply at shibboleth.net
Mon Sep 19 13:12:13 EDT 2016
Author: tzeller
Date: Mon Sep 19 13:12:13 2016
New Revision: 8405
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8405&view=rev
Log:
Adjust .project to import into Eclipse without warnings
And add the Spring project nature.
Modified:
trunk/idp-consent-api/.project
Modified: trunk/idp-consent-api/.project
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent-api/.project?rev=8405&r1=8404&r2=8405&view=diff
==============================================================================
--- trunk/idp-consent-api/.project (original)
+++ trunk/idp-consent-api/.project Mon Sep 19 13:12:13 2016
@@ -1,23 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>idp-consent-api</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-consent-api</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>
More information about the commits
mailing list