From e5d0c832099911d54571f3dd1c2cde74220c9f47 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sun, 16 Feb 2020 10:12:25 +0100 Subject: [PATCH] Remove unused project. --- org.argeo.slc.unit/.classpath | 7 ----- org.argeo.slc.unit/.gitignore | 1 - org.argeo.slc.unit/.project | 28 ----------------- org.argeo.slc.unit/META-INF/.gitignore | 1 - org.argeo.slc.unit/bnd.bnd | 2 -- org.argeo.slc.unit/pom.xml | 31 ------------------- .../src/org/argeo/slc/unit/package.html | 6 ---- 7 files changed, 76 deletions(-) delete mode 100644 org.argeo.slc.unit/.classpath delete mode 100644 org.argeo.slc.unit/.gitignore delete mode 100644 org.argeo.slc.unit/.project delete mode 100644 org.argeo.slc.unit/META-INF/.gitignore delete mode 100644 org.argeo.slc.unit/bnd.bnd delete mode 100644 org.argeo.slc.unit/pom.xml delete mode 100644 org.argeo.slc.unit/src/org/argeo/slc/unit/package.html diff --git a/org.argeo.slc.unit/.classpath b/org.argeo.slc.unit/.classpath deleted file mode 100644 index bc86c4239..000000000 --- a/org.argeo.slc.unit/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - >> - - diff --git a/org.argeo.slc.unit/.gitignore b/org.argeo.slc.unit/.gitignore deleted file mode 100644 index b83d22266..000000000 --- a/org.argeo.slc.unit/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target/ diff --git a/org.argeo.slc.unit/.project b/org.argeo.slc.unit/.project deleted file mode 100644 index d4d0be86f..000000000 --- a/org.argeo.slc.unit/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - org.argeo.slc.unit - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.pde.PluginNature - - diff --git a/org.argeo.slc.unit/META-INF/.gitignore b/org.argeo.slc.unit/META-INF/.gitignore deleted file mode 100644 index 4854a41b9..000000000 --- a/org.argeo.slc.unit/META-INF/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/MANIFEST.MF diff --git a/org.argeo.slc.unit/bnd.bnd b/org.argeo.slc.unit/bnd.bnd deleted file mode 100644 index 0c604e6a2..000000000 --- a/org.argeo.slc.unit/bnd.bnd +++ /dev/null @@ -1,2 +0,0 @@ -Import-Package: org.springframework.core,\ -* \ No newline at end of file diff --git a/org.argeo.slc.unit/pom.xml b/org.argeo.slc.unit/pom.xml deleted file mode 100644 index 76563e3d1..000000000 --- a/org.argeo.slc.unit/pom.xml +++ /dev/null @@ -1,31 +0,0 @@ - - 4.0.0 - - org.argeo.slc - argeo-slc - 2.1.17-SNAPSHOT - .. - - org.argeo.slc.unit - SLC Unit Testing Support - - - - org.argeo.commons - org.argeo.osgi.boot - ${version.argeo-commons} - - - - - org.argeo.slc - org.argeo.slc.api - 2.1.17-SNAPSHOT - - - - - - - - \ No newline at end of file diff --git a/org.argeo.slc.unit/src/org/argeo/slc/unit/package.html b/org.argeo.slc.unit/src/org/argeo/slc/unit/package.html deleted file mode 100644 index 907430d09..000000000 --- a/org.argeo.slc.unit/src/org/argeo/slc/unit/package.html +++ /dev/null @@ -1,6 +0,0 @@ - - - -Helpers for unit tests. - - \ No newline at end of file -- 2.39.2