[java-idp-plugin-duo] branch master updated: Update name of Eclipse projects.
Scott Cantor
cantor.2 at osu.edu
Fri Jul 17 13:08:52 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=a944b8abd103b8d2ee56638d5f85352877799af7
The following commit(s) were added to refs/heads/master by this push:
new a944b8a Update name of Eclipse projects.
a944b8a is described below
commit a944b8abd103b8d2ee56638d5f85352877799af7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 17 09:09:27 2020 -0400
Update name of Eclipse projects.
---
.gitignore | 2 --
.project | 17 +++++++++++++++++
idp-duo-api/.project | 23 +++++++++++++++++++++++
idp-duo-distribution/.project | 17 +++++++++++++++++
idp-duo-impl/.project | 23 +++++++++++++++++++++++
idp-duo-native-client-impl/.project | 23 +++++++++++++++++++++++
6 files changed, 103 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index ba0726f..9e396cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,9 +22,7 @@
/target
.classpath/
.settings/
-.project/
.classpath
-.project
.factorypath
classpath:
/.checkstyle
diff --git a/.project b/.project
new file mode 100644
index 0000000..2d14f1a
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>java-idp-plugin-duo</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/idp-duo-api/.project b/idp-duo-api/.project
new file mode 100644
index 0000000..5f1e268
--- /dev/null
+++ b/idp-duo-api/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>idp-plugin-duo-api</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-duo-distribution/.project b/idp-duo-distribution/.project
new file mode 100644
index 0000000..fe5667f
--- /dev/null
+++ b/idp-duo-distribution/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>idp-plugin-duo-dist</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/idp-duo-impl/.project b/idp-duo-impl/.project
new file mode 100644
index 0000000..7f19fe9
--- /dev/null
+++ b/idp-duo-impl/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>idp-plugin-duo-impl</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-duo-native-client-impl/.project b/idp-duo-native-client-impl/.project
new file mode 100644
index 0000000..9fe5d79
--- /dev/null
+++ b/idp-duo-native-client-impl/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>idp-plugin-duo-native-client-impl</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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list