[java-identity-provider] branch master updated: Revert "Remove Eclipse project nature associated with obsolete Spring Tool Suite V3"

Scott Cantor cantor.2 at osu.edu
Tue Apr 23 09:26:38 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9f1315a54121b21c9e024b247a92def0c8ca0162

The following commit(s) were added to refs/heads/master by this push:
       new  9f1315a   Revert "Remove Eclipse project nature associated with obsolete Spring Tool Suite V3"
9f1315a is described below

commit 9f1315a54121b21c9e024b247a92def0c8ca0162
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 23 09:26:27 2019 -0400

    Revert "Remove Eclipse project nature associated with obsolete Spring Tool Suite V3"
    
    This reverts commit 7a1122c49c51ac29da229f40a9e150ef6c357699.
---
 idp-admin-api/.project                 | 1 +
 idp-admin-impl/.project                | 1 +
 idp-attribute-api/.project             | 1 +
 idp-attribute-filter-api/.project      | 1 +
 idp-attribute-filter-impl/.project     | 1 +
 idp-attribute-filter-spring/.project   | 1 +
 idp-attribute-impl/.project            | 1 +
 idp-attribute-resolver-api/.project    | 1 +
 idp-attribute-resolver-impl/.project   | 1 +
 idp-attribute-resolver-spring/.project | 1 +
 idp-authn-api/.project                 | 1 +
 idp-authn-impl/.project                | 1 +
 idp-bom/.project                       | 1 +
 idp-cas-api/.project                   | 1 +
 idp-cas-impl/.project                  | 1 +
 idp-conf/.project                      | 1 +
 idp-consent-api/.project               | 1 +
 idp-consent-impl/.project              | 1 +
 idp-core/.project                      | 1 +
 idp-installer/.project                 | 1 +
 idp-profile-api/.project               | 1 +
 idp-profile-impl/.project              | 1 +
 idp-profile-spring/.project            | 1 +
 idp-saml-api/.project                  | 1 +
 idp-saml-impl/.project                 | 1 +
 idp-schema/.project                    | 1 +
 idp-session-api/.project               | 1 +
 idp-session-impl/.project              | 1 +
 idp-tests-bom/.project                 | 1 +
 idp-ui/.project                        | 1 +
 idp-war/.project                       | 1 +
 31 files changed, 31 insertions(+)

diff --git a/idp-admin-api/.project b/idp-admin-api/.project
index 9480adf..4efaa10 100644
--- a/idp-admin-api/.project
+++ b/idp-admin-api/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-admin-impl/.project b/idp-admin-impl/.project
index a6bf7fd..90b3f69 100644
--- a/idp-admin-impl/.project
+++ b/idp-admin-impl/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-attribute-api/.project b/idp-attribute-api/.project
index 0570353..ed92a0d 100644
--- a/idp-attribute-api/.project
+++ b/idp-attribute-api/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-attribute-filter-api/.project b/idp-attribute-filter-api/.project
index fc16eab..a33e638 100644
--- a/idp-attribute-filter-api/.project
+++ b/idp-attribute-filter-api/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-attribute-filter-impl/.project b/idp-attribute-filter-impl/.project
index 6996d6c..0815e7a 100644
--- a/idp-attribute-filter-impl/.project
+++ b/idp-attribute-filter-impl/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-attribute-filter-spring/.project b/idp-attribute-filter-spring/.project
index b8398e2..142d855 100644
--- a/idp-attribute-filter-spring/.project
+++ b/idp-attribute-filter-spring/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-attribute-impl/.project b/idp-attribute-impl/.project
index c1bd286..93b9a0c 100644
--- a/idp-attribute-impl/.project
+++ b/idp-attribute-impl/.project
@@ -32,6 +32,7 @@
 		</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>
diff --git a/idp-attribute-resolver-api/.project b/idp-attribute-resolver-api/.project
index a98166f..f1c493c 100644
--- a/idp-attribute-resolver-api/.project
+++ b/idp-attribute-resolver-api/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-attribute-resolver-impl/.project b/idp-attribute-resolver-impl/.project
index 590d060..dcea4b2 100644
--- a/idp-attribute-resolver-impl/.project
+++ b/idp-attribute-resolver-impl/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-attribute-resolver-spring/.project b/idp-attribute-resolver-spring/.project
index 672c584..e323203 100644
--- a/idp-attribute-resolver-spring/.project
+++ b/idp-attribute-resolver-spring/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-authn-api/.project b/idp-authn-api/.project
index aeb5b4d..eac45e1 100644
--- a/idp-authn-api/.project
+++ b/idp-authn-api/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-authn-impl/.project b/idp-authn-impl/.project
index 840dd33..93f0107 100644
--- a/idp-authn-impl/.project
+++ b/idp-authn-impl/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-bom/.project b/idp-bom/.project
index 3de28e3..f286c93 100644
--- a/idp-bom/.project
+++ b/idp-bom/.project
@@ -17,6 +17,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>
 </projectDescription>
diff --git a/idp-cas-api/.project b/idp-cas-api/.project
index 33fe951..23cfd9c 100644
--- a/idp-cas-api/.project
+++ b/idp-cas-api/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-cas-impl/.project b/idp-cas-impl/.project
index f997a81..22f763b 100644
--- a/idp-cas-impl/.project
+++ b/idp-cas-impl/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-conf/.project b/idp-conf/.project
index 3957ac5..1f94f11 100644
--- a/idp-conf/.project
+++ b/idp-conf/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-consent-api/.project b/idp-consent-api/.project
index 0e002b4..62a8236 100644
--- a/idp-consent-api/.project
+++ b/idp-consent-api/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-consent-impl/.project b/idp-consent-impl/.project
index 80e13b7..2201166 100644
--- a/idp-consent-impl/.project
+++ b/idp-consent-impl/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-core/.project b/idp-core/.project
index a6da696..d914eaf 100644
--- a/idp-core/.project
+++ b/idp-core/.project
@@ -27,6 +27,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
diff --git a/idp-installer/.project b/idp-installer/.project
index 02ddb80..e3f990e 100644
--- a/idp-installer/.project
+++ b/idp-installer/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-profile-api/.project b/idp-profile-api/.project
index 158ed8e..818e804 100644
--- a/idp-profile-api/.project
+++ b/idp-profile-api/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-profile-impl/.project b/idp-profile-impl/.project
index 222d07b..8f46927 100644
--- a/idp-profile-impl/.project
+++ b/idp-profile-impl/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-profile-spring/.project b/idp-profile-spring/.project
index 4689fe4..585e593 100644
--- a/idp-profile-spring/.project
+++ b/idp-profile-spring/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-saml-api/.project b/idp-saml-api/.project
index 301bdc8..dc7374d 100644
--- a/idp-saml-api/.project
+++ b/idp-saml-api/.project
@@ -27,6 +27,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
diff --git a/idp-saml-impl/.project b/idp-saml-impl/.project
index b7b1edf..1b5d236 100644
--- a/idp-saml-impl/.project
+++ b/idp-saml-impl/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-schema/.project b/idp-schema/.project
index ef78eb9..c89db8c 100644
--- a/idp-schema/.project
+++ b/idp-schema/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-session-api/.project b/idp-session-api/.project
index dba661b..62a1f7f 100644
--- a/idp-session-api/.project
+++ b/idp-session-api/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-session-impl/.project b/idp-session-impl/.project
index 5da4b28..8a48a91 100644
--- a/idp-session-impl/.project
+++ b/idp-session-impl/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-tests-bom/.project b/idp-tests-bom/.project
index b06bf46..841cdfa 100644
--- a/idp-tests-bom/.project
+++ b/idp-tests-bom/.project
@@ -17,6 +17,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 	</natures>
 </projectDescription>
diff --git a/idp-ui/.project b/idp-ui/.project
index e4399f4..b903b34 100644
--- a/idp-ui/.project
+++ b/idp-ui/.project
@@ -27,6 +27,7 @@
 		</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>
diff --git a/idp-war/.project b/idp-war/.project
index 16c3d75..3f1824d 100644
--- a/idp-war/.project
+++ b/idp-war/.project
@@ -27,6 +27,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.springframework.ide.eclipse.core.springnature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list