From bd07be7603d234ac496652aaa07ded77d4a2a292 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 17 Feb 2015 08:33:45 +0000 Subject: [PATCH 1/1] Clean up directories git-svn-id: https://svn.argeo.org/slc/trunk@7908 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.slc.executionmodule/.project | 11 ----- .../archetype.properties | 0 .../org.argeo.slc.executionmodule/pom.xml | 11 ----- .../META-INF/maven/archetype-metadata.xml | 27 ------------ .../resources/META-INF/maven/archetype.xml | 20 --------- .../resources/archetype-resources/.gitignore | 1 - .../resources/archetype-resources/.project | 22 ---------- .../archetype-resources/META-INF/.gitignore | 1 - .../META-INF/spring/main.xml | 43 ------------------- .../META-INF/spring/osgi.xml | 30 ------------- .../archetype-resources/build.properties | 1 - .../resources/archetype-resources/pom.xml | 13 ------ archetypes/pom.xml | 23 ---------- 13 files changed, 203 deletions(-) delete mode 100644 archetypes/org.argeo.slc.executionmodule/.project delete mode 100644 archetypes/org.argeo.slc.executionmodule/archetype.properties delete mode 100644 archetypes/org.argeo.slc.executionmodule/pom.xml delete mode 100644 archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype-metadata.xml delete mode 100644 archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype.xml delete mode 100644 archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.gitignore delete mode 100644 archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.project delete mode 100644 archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/.gitignore delete mode 100644 archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/main.xml delete mode 100644 archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/osgi.xml delete mode 100644 archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/build.properties delete mode 100644 archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/pom.xml delete mode 100644 archetypes/pom.xml diff --git a/archetypes/org.argeo.slc.executionmodule/.project b/archetypes/org.argeo.slc.executionmodule/.project deleted file mode 100644 index 663f17321..000000000 --- a/archetypes/org.argeo.slc.executionmodule/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - org.argeo.slc.archetype.basic - - - - - - - - diff --git a/archetypes/org.argeo.slc.executionmodule/archetype.properties b/archetypes/org.argeo.slc.executionmodule/archetype.properties deleted file mode 100644 index e69de29bb..000000000 diff --git a/archetypes/org.argeo.slc.executionmodule/pom.xml b/archetypes/org.argeo.slc.executionmodule/pom.xml deleted file mode 100644 index 1b3e96ec8..000000000 --- a/archetypes/org.argeo.slc.executionmodule/pom.xml +++ /dev/null @@ -1,11 +0,0 @@ - - 4.0.0 - - org.argeo.slc - archetypes - 2.1.1-SNAPSHOT - .. - - org.argeo.slc.executionmodule - SLC Basic Project Archetype - \ No newline at end of file diff --git a/archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype-metadata.xml b/archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype-metadata.xml deleted file mode 100644 index 1081739ce..000000000 --- a/archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype-metadata.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - */** - - - - \ No newline at end of file diff --git a/archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype.xml b/archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype.xml deleted file mode 100644 index e9e34acc5..000000000 --- a/archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - org.argeo.slc.executionmodule - diff --git a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.gitignore b/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.gitignore deleted file mode 100644 index ea8c4bf7f..000000000 --- a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target diff --git a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.project b/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.project deleted file mode 100644 index 0fe55c472..000000000 --- a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.project +++ /dev/null @@ -1,22 +0,0 @@ - - - ${artifactId} - - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - - diff --git a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/.gitignore b/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/.gitignore deleted file mode 100644 index 4854a41b9..000000000 --- a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/MANIFEST.MF diff --git a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/main.xml b/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/main.xml deleted file mode 100644 index 6ef866fce..000000000 --- a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/main.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - Print Hello World! - - - - - - Print Hello World! with a variable and interface proxying - (lighter) - - - - - - - - - \ No newline at end of file diff --git a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/osgi.xml b/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/osgi.xml deleted file mode 100644 index 18946b7fa..000000000 --- a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/osgi.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/build.properties b/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/build.properties deleted file mode 100644 index 5f22cdd44..000000000 --- a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/build.properties +++ /dev/null @@ -1 +0,0 @@ -bin.includes = META-INF/ diff --git a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/pom.xml b/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/pom.xml deleted file mode 100644 index 0cafa83a8..000000000 --- a/archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/pom.xml +++ /dev/null @@ -1,13 +0,0 @@ - - 4.0.0 - - org.argeo.slc - lib - ${version} - .. - - ${groupId} - ${artifactId} - (Generated SLC Execution Module Template) - \ No newline at end of file diff --git a/archetypes/pom.xml b/archetypes/pom.xml deleted file mode 100644 index 1d88a7e49..000000000 --- a/archetypes/pom.xml +++ /dev/null @@ -1,23 +0,0 @@ - - 4.0.0 - - org.argeo.slc - argeo-slc - 2.1.1-SNAPSHOT - .. - - archetypes - pom - SLC Maven Archetypes - - org.argeo.slc.executionmodule - - - - - org.apache.felix - maven-bundle-plugin - - - - \ No newline at end of file -- 2.39.2