[java-idp-plugin-metadatagen] branch main updated: Purge Eclipse files.
Scott Cantor
cantor.2 at osu.edu
Mon Aug 29 14:39:01 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-plugin-metadatagen.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=1853a5fe622bddcc1f8f0782aa11a2c929c68f69
The following commit(s) were added to refs/heads/main by this push:
new 1853a5f Purge Eclipse files.
1853a5f is described below
commit 1853a5fe622bddcc1f8f0782aa11a2c929c68f69
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 29 10:38:55 2022 -0400
Purge Eclipse files.
---
.gitignore | 13 +++++--------
.project | 17 -----------------
metadatagen-api/.project | 23 -----------------------
metadatagen-dist/.project | 17 -----------------
metadatagen-impl/.project | 23 -----------------------
5 files changed, 5 insertions(+), 88 deletions(-)
diff --git a/.gitignore b/.gitignore
index 438d102..24a4daf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,7 @@
-*/target
-*/test-output
*~
-*/.classpath
-*/.settings
+.classpath
+.project
+.settings
*/bin
-/.settings
-/target
-
-
+target
+test-output
diff --git a/.project b/.project
deleted file mode 100644
index 8af56a2..0000000
--- a/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>java-idp-plugin-metadatagen</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/metadatagen-api/.project b/metadatagen-api/.project
deleted file mode 100644
index 8bf6520..0000000
--- a/metadatagen-api/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>idp-plugin-metadatagen-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/metadatagen-dist/.project b/metadatagen-dist/.project
deleted file mode 100644
index 8d0d8e2..0000000
--- a/metadatagen-dist/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>idp-plugin-metadatagen-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/metadatagen-impl/.project b/metadatagen-impl/.project
deleted file mode 100644
index 22ca005..0000000
--- a/metadatagen-impl/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>idp-plugin-metadatagen-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