[java-idp-oidc] branch main updated: Purge Eclipse files.
Scott Cantor
cantor.2 at osu.edu
Mon Aug 29 14:31:46 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=d3bfcff7d18a3279eb077c2697be77233851ac6e
The following commit(s) were added to refs/heads/main by this push:
new d3bfcff7 Purge Eclipse files.
d3bfcff7 is described below
commit d3bfcff7d18a3279eb077c2697be77233851ac6e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 29 10:31:41 2022 -0400
Purge Eclipse files.
---
.gitignore | 3 ++
.project | 17 ----------
.settings/org.eclipse.core.resources.prefs | 2 --
.settings/org.eclipse.m2e.core.prefs | 4 ---
idp-oidc-extension-api/.classpath | 33 -------------------
idp-oidc-extension-api/.project | 29 -----------------
.../.settings/org.eclipse.core.resources.prefs | 5 ---
.../.settings/org.eclipse.jdt.core.prefs | 8 -----
.../.settings/org.eclipse.m2e.core.prefs | 4 ---
idp-oidc-extension-distribution/.classpath | 32 ------------------
idp-oidc-extension-distribution/.project | 23 -------------
.../.settings/org.eclipse.core.resources.prefs | 3 --
.../.settings/org.eclipse.jdt.core.prefs | 8 -----
.../.settings/org.eclipse.m2e.core.prefs | 4 ---
idp-oidc-extension-impl/.classpath | 38 ----------------------
idp-oidc-extension-impl/.project | 29 -----------------
.../.settings/org.eclipse.core.resources.prefs | 6 ----
.../.settings/org.eclipse.jdt.core.prefs | 8 -----
.../org.eclipse.ltk.core.refactoring.prefs | 2 --
.../.settings/org.eclipse.m2e.core.prefs | 4 ---
.../.settings/org.testng.eclipse.maven.prefs | 2 --
21 files changed, 3 insertions(+), 261 deletions(-)
diff --git a/.gitignore b/.gitignore
index bca93014..ef3a5f38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,6 @@
/test-output
/target
/idp-oidc-extension-impl/classpath:
+.classpath
+.project
+.settings
diff --git a/.project b/.project
deleted file mode 100644
index ca6f4bb8..00000000
--- a/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>shibboleth-idp-oidc-extension</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 99f26c02..00000000
--- a/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8
diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f1..00000000
--- a/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/idp-oidc-extension-api/.classpath b/idp-oidc-extension-api/.classpath
deleted file mode 100644
index 2fcc9100..00000000
--- a/idp-oidc-extension-api/.classpath
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
- <attribute name="test" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- <attribute name="test" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/idp-oidc-extension-api/.project b/idp-oidc-extension-api/.project
deleted file mode 100644
index 0705cf4e..00000000
--- a/idp-oidc-extension-api/.project
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>idp-oidc-extension-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>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
- </natures>
-</projectDescription>
diff --git a/idp-oidc-extension-api/.settings/org.eclipse.core.resources.prefs b/idp-oidc-extension-api/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index cdfe4f1b..00000000
--- a/idp-oidc-extension-api/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,5 +0,0 @@
-eclipse.preferences.version=1
-encoding//src/main/java=UTF-8
-encoding//src/test/java=UTF-8
-encoding//src/test/resources=UTF-8
-encoding/<project>=UTF-8
diff --git a/idp-oidc-extension-api/.settings/org.eclipse.jdt.core.prefs b/idp-oidc-extension-api/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index b5490a03..00000000
--- a/idp-oidc-extension-api/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,8 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
-org.eclipse.jdt.core.compiler.compliance=11
-org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
-org.eclipse.jdt.core.compiler.release=enabled
-org.eclipse.jdt.core.compiler.source=11
diff --git a/idp-oidc-extension-api/.settings/org.eclipse.m2e.core.prefs b/idp-oidc-extension-api/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f1..00000000
--- a/idp-oidc-extension-api/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/idp-oidc-extension-distribution/.classpath b/idp-oidc-extension-distribution/.classpath
deleted file mode 100644
index 234db15b..00000000
--- a/idp-oidc-extension-distribution/.classpath
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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 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="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
- <attribute name="test" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/idp-oidc-extension-distribution/.project b/idp-oidc-extension-distribution/.project
deleted file mode 100644
index d6e07d06..00000000
--- a/idp-oidc-extension-distribution/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>idp-oidc-extension-distribution</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/idp-oidc-extension-distribution/.settings/org.eclipse.core.resources.prefs b/idp-oidc-extension-distribution/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index db326978..00000000
--- a/idp-oidc-extension-distribution/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-eclipse.preferences.version=1
-encoding//src/main/resources=UTF-8
-encoding/<project>=UTF-8
diff --git a/idp-oidc-extension-distribution/.settings/org.eclipse.jdt.core.prefs b/idp-oidc-extension-distribution/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index b5490a03..00000000
--- a/idp-oidc-extension-distribution/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,8 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
-org.eclipse.jdt.core.compiler.compliance=11
-org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
-org.eclipse.jdt.core.compiler.release=enabled
-org.eclipse.jdt.core.compiler.source=11
diff --git a/idp-oidc-extension-distribution/.settings/org.eclipse.m2e.core.prefs b/idp-oidc-extension-distribution/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f1..00000000
--- a/idp-oidc-extension-distribution/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/idp-oidc-extension-impl/.classpath b/idp-oidc-extension-impl/.classpath
deleted file mode 100644
index 0fb79cfe..00000000
--- a/idp-oidc-extension-impl/.classpath
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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 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="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
- <attribute name="test" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- <attribute name="test" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/idp-oidc-extension-impl/.project b/idp-oidc-extension-impl/.project
deleted file mode 100644
index c1ad3d49..00000000
--- a/idp-oidc-extension-impl/.project
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>idp-oidc-extension-impl</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>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
- </natures>
-</projectDescription>
diff --git a/idp-oidc-extension-impl/.settings/org.eclipse.core.resources.prefs b/idp-oidc-extension-impl/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 29abf999..00000000
--- a/idp-oidc-extension-impl/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,6 +0,0 @@
-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-oidc-extension-impl/.settings/org.eclipse.jdt.core.prefs b/idp-oidc-extension-impl/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index b5490a03..00000000
--- a/idp-oidc-extension-impl/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,8 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
-org.eclipse.jdt.core.compiler.compliance=11
-org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
-org.eclipse.jdt.core.compiler.release=enabled
-org.eclipse.jdt.core.compiler.source=11
diff --git a/idp-oidc-extension-impl/.settings/org.eclipse.ltk.core.refactoring.prefs b/idp-oidc-extension-impl/.settings/org.eclipse.ltk.core.refactoring.prefs
deleted file mode 100644
index b196c64a..00000000
--- a/idp-oidc-extension-impl/.settings/org.eclipse.ltk.core.refactoring.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/idp-oidc-extension-impl/.settings/org.eclipse.m2e.core.prefs b/idp-oidc-extension-impl/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f1..00000000
--- a/idp-oidc-extension-impl/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/idp-oidc-extension-impl/.settings/org.testng.eclipse.maven.prefs b/idp-oidc-extension-impl/.settings/org.testng.eclipse.maven.prefs
deleted file mode 100644
index 3a6c4f35..00000000
--- a/idp-oidc-extension-impl/.settings/org.testng.eclipse.maven.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-userprojectsettings=false
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list