Remove unused project.
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 16 Feb 2020 09:12:25 +0000 (10:12 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 16 Feb 2020 09:12:25 +0000 (10:12 +0100)
org.argeo.slc.unit/.classpath [deleted file]
org.argeo.slc.unit/.gitignore [deleted file]
org.argeo.slc.unit/.project [deleted file]
org.argeo.slc.unit/META-INF/.gitignore [deleted file]
org.argeo.slc.unit/bnd.bnd [deleted file]
org.argeo.slc.unit/pom.xml [deleted file]
org.argeo.slc.unit/src/org/argeo/slc/unit/package.html [deleted file]

diff --git a/org.argeo.slc.unit/.classpath b/org.argeo.slc.unit/.classpath
deleted file mode 100644 (file)
index bc86c42..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="src" output="target/classes" path="src"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>>>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.argeo.slc.unit/.gitignore b/org.argeo.slc.unit/.gitignore
deleted file mode 100644 (file)
index b83d222..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/target/
diff --git a/org.argeo.slc.unit/.project b/org.argeo.slc.unit/.project
deleted file mode 100644 (file)
index d4d0be8..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.slc.unit</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-               <nature>org.eclipse.pde.PluginNature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.slc.unit/META-INF/.gitignore b/org.argeo.slc.unit/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /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 (file)
index 0c604e6..0000000
+++ /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 (file)
index 76563e3..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>2.1.17-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.unit</artifactId>
-       <name>SLC Unit Testing Support</name>
-       <dependencies>
-               <!-- Commons -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-               
-               <!-- SLC -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.1.17-SNAPSHOT</version>
-               </dependency>
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.slc</groupId> -->
-<!--                   <artifactId>org.argeo.slc.support</artifactId> -->
-<!--                   <version>2.1.17-SNAPSHOT</version> -->
-<!--           </dependency> -->
-       </dependencies>
-</project>
\ 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 (file)
index 907430d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>\r
-<head></head>\r
-<body>\r
-Helpers for unit tests.\r
-</body>\r
-</html>
\ No newline at end of file