Clean up directories
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Feb 2015 08:33:45 +0000 (08:33 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Feb 2015 08:33:45 +0000 (08:33 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@7908 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

13 files changed:
archetypes/org.argeo.slc.executionmodule/.project [deleted file]
archetypes/org.argeo.slc.executionmodule/archetype.properties [deleted file]
archetypes/org.argeo.slc.executionmodule/pom.xml [deleted file]
archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype-metadata.xml [deleted file]
archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype.xml [deleted file]
archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.gitignore [deleted file]
archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/.project [deleted file]
archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/.gitignore [deleted file]
archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/main.xml [deleted file]
archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/osgi.xml [deleted file]
archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/build.properties [deleted file]
archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/pom.xml [deleted file]
archetypes/pom.xml [deleted file]

diff --git a/archetypes/org.argeo.slc.executionmodule/.project b/archetypes/org.argeo.slc.executionmodule/.project
deleted file mode 100644 (file)
index 663f173..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.slc.archetype.basic</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-       </buildSpec>
-       <natures>
-       </natures>
-</projectDescription>
diff --git a/archetypes/org.argeo.slc.executionmodule/archetype.properties b/archetypes/org.argeo.slc.executionmodule/archetype.properties
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/archetypes/org.argeo.slc.executionmodule/pom.xml b/archetypes/org.argeo.slc.executionmodule/pom.xml
deleted file mode 100644 (file)
index 1b3e96e..0000000
+++ /dev/null
@@ -1,11 +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>archetypes</artifactId>
-               <version>2.1.1-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.executionmodule</artifactId>
-       <name>SLC Basic Project Archetype</name>
-</project>
\ 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 (file)
index 1081739..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
-
-    Copyright (C) 2007-2012 Argeo GmbH
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-            http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<archetype-descriptor name="org.argeo.slc.executionmodule">
-       <fileSets>
-               <fileSet filtered="true">
-                       <directory></directory>
-                       <includes>
-                               <include>*/**</include>
-                       </includes>
-               </fileSet>
-       </fileSets>
-</archetype-descriptor>
\ 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 (file)
index e9e34ac..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<!--
-
-    Copyright (C) 2007-2012 Argeo GmbH
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-            http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<archetype>
-  <id>org.argeo.slc.executionmodule</id>
- </archetype>
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 (file)
index ea8c4bf..0000000
+++ /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 (file)
index 0fe55c4..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>${artifactId}</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <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.pde.PluginNature</nature>
-       </natures>
-</projectDescription>
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 (file)
index 4854a41..0000000
+++ /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 (file)
index 6ef866f..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-\r
-    Copyright (C) 2007-2012 Argeo GmbH\r
-\r
-    Licensed under the Apache License, Version 2.0 (the "License");\r
-    you may not use this file except in compliance with the License.\r
-    You may obtain a copy of the License at\r
-\r
-            http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-    Unless required by applicable law or agreed to in writing, software\r
-    distributed under the License is distributed on an "AS IS" BASIS,\r
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-    See the License for the specific language governing permissions and\r
-    limitations under the License.\r
-\r
--->\r
-<beans xmlns:flow="http://www.argeo.org/schema/slc-flow" xmlns="http://www.springframework.org/schema/beans"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"\r
-       xsi:schemaLocation="\r
-       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
-       http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd">\r
-\r
-       <!-- Hello world -->\r
-       <flow:flow name="hello">\r
-               <description>Print Hello World!</description>\r
-               <bean p:message="Hello World!" class="org.argeo.slc.core.execution.tasks.Echo" />\r
-       </flow:flow>\r
-\r
-\r
-       <flow:flow name="HelloWorld/WithVar">\r
-               <description>Print Hello World! with a variable and interface proxying\r
-                       (lighter)</description>\r
-               <flow:spec>\r
-                       <flow:primitive name="testKey" value="555" />\r
-               </flow:spec>\r
-               <bean p:message="Hello World! @{testKey}" class="org.argeo.slc.core.execution.tasks.Echo">\r
-                       <flow:variable proxy-target-class="false" />\r
-               </bean>\r
-       </flow:flow>\r
-\r
-</beans>
\ 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 (file)
index 18946b7..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-\r
-    Copyright (C) 2007-2012 Argeo GmbH\r
-\r
-    Licensed under the Apache License, Version 2.0 (the "License");\r
-    you may not use this file except in compliance with the License.\r
-    You may obtain a copy of the License at\r
-\r
-            http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-    Unless required by applicable law or agreed to in writing, software\r
-    distributed under the License is distributed on an "AS IS" BASIS,\r
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-    See the License for the specific language governing permissions and\r
-    limitations under the License.\r
-\r
--->\r
-<beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
-       http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
-       http://www.springframework.org/schema/beans   \r
-       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
-\r
-       <!-- IMPORTS -->\r
-       <beans:import resource="classpath:org/argeo/slc/core/execution/spring.xml" />\r
-       <beans:import resource="classpath:org/argeo/slc/osgi/execution.xml" />\r
-\r
-</beans:beans>
\ 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 (file)
index 5f22cdd..0000000
+++ /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 (file)
index 0cafa83..0000000
+++ /dev/null
@@ -1,13 +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>lib</artifactId>
-               <version>${version}</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <groupId>${groupId}</groupId>
-       <artifactId>${artifactId}</artifactId>
-       <name>(Generated SLC Execution Module Template)</name>
-</project>
\ No newline at end of file
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
deleted file mode 100644 (file)
index 1d88a7e..0000000
+++ /dev/null
@@ -1,23 +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.1-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>archetypes</artifactId>
-       <packaging>pom</packaging>
-       <name>SLC Maven Archetypes</name>
-       <modules>
-               <module>org.argeo.slc.executionmodule</module>
-       </modules>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file