[java-identity-provider] branch main updated: Removed missing build paths from some IdP projects.

Scott Cantor cantor.2 at osu.edu
Thu Jul 28 17:35:57 UTC 2022


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

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

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

The following commit(s) were added to refs/heads/main by this push:
     new 9c4764650 Removed missing build paths from some IdP projects.
9c4764650 is described below

commit 9c47646502d78d2f77265e83e783902db252e5e5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 28 13:35:53 2022 -0400

    Removed missing build paths from some IdP projects.
---
 idp-spring/.classpath                                      |  6 +-----
 idp-spring/.settings/org.eclipse.core.resources.prefs      |  1 -
 idp-spring/.settings/org.eclipse.wst.common.component      |  5 ++++-
 idp-war-distribution/.classpath                            | 14 +-------------
 .../.settings/org.eclipse.wst.validation.prefs             |  2 ++
 idp-war/.classpath                                         | 14 +-------------
 idp-war/.settings/org.eclipse.wst.validation.prefs         |  2 ++
 7 files changed, 11 insertions(+), 33 deletions(-)

diff --git a/idp-spring/.classpath b/idp-spring/.classpath
index 8c2ac107c..77a71fc6f 100644
--- a/idp-spring/.classpath
+++ b/idp-spring/.classpath
@@ -6,11 +6,6 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
 		<attributes>
 			<attribute name="test" value="true"/>
@@ -26,6 +21,7 @@
 	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
 		<attributes>
+			<attribute name="module" value="true"/>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
diff --git a/idp-spring/.settings/org.eclipse.core.resources.prefs b/idp-spring/.settings/org.eclipse.core.resources.prefs
index 29abf9995..cdfe4f1b6 100644
--- a/idp-spring/.settings/org.eclipse.core.resources.prefs
+++ b/idp-spring/.settings/org.eclipse.core.resources.prefs
@@ -1,6 +1,5 @@
 eclipse.preferences.version=1
 encoding//src/main/java=UTF-8
-encoding//src/main/resources=UTF-8
 encoding//src/test/java=UTF-8
 encoding//src/test/resources=UTF-8
 encoding/<project>=UTF-8
diff --git a/idp-spring/.settings/org.eclipse.wst.common.component b/idp-spring/.settings/org.eclipse.wst.common.component
index 0c8ae018c..803688490 100644
--- a/idp-spring/.settings/org.eclipse.wst.common.component
+++ b/idp-spring/.settings/org.eclipse.wst.common.component
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
+        
     <wb-module deploy-name="idp-profile-spring">
+                
         <wb-resource deploy-path="/" source-path="/src/main/java"/>
-        <wb-resource deploy-path="/" source-path="/src/main/resources"/>
+            
     </wb-module>
+    
 </project-modules>
diff --git a/idp-war-distribution/.classpath b/idp-war-distribution/.classpath
index ab2607931..9f1ec5f66 100644
--- a/idp-war-distribution/.classpath
+++ b/idp-war-distribution/.classpath
@@ -2,6 +2,7 @@
 <classpath>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
 		<attributes>
+			<attribute name="module" value="true"/>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
@@ -11,18 +12,5 @@
 			<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-			<attribute name="test" value="true"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/idp-war-distribution/.settings/org.eclipse.wst.validation.prefs b/idp-war-distribution/.settings/org.eclipse.wst.validation.prefs
new file mode 100644
index 000000000..04cad8cb7
--- /dev/null
+++ b/idp-war-distribution/.settings/org.eclipse.wst.validation.prefs
@@ -0,0 +1,2 @@
+disabled=06target
+eclipse.preferences.version=1
diff --git a/idp-war/.classpath b/idp-war/.classpath
index 079fa4a22..9f1ec5f66 100644
--- a/idp-war/.classpath
+++ b/idp-war/.classpath
@@ -1,20 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
-		<attributes>
-			<attribute name="test" value="true"/>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
 		<attributes>
+			<attribute name="module" value="true"/>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
diff --git a/idp-war/.settings/org.eclipse.wst.validation.prefs b/idp-war/.settings/org.eclipse.wst.validation.prefs
new file mode 100644
index 000000000..04cad8cb7
--- /dev/null
+++ b/idp-war/.settings/org.eclipse.wst.validation.prefs
@@ -0,0 +1,2 @@
+disabled=06target
+eclipse.preferences.version=1

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


More information about the commits mailing list