summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/META-INF/MANIFEST.MF (renamed from branches/sca-java-2.0-M3/archetypes/contribution-jar/META-INF/MANIFEST.MF)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/pom.xml (renamed from branches/sca-java-2.0-M3/archetypes/contribution-jar/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype-metadata.xml (renamed from branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype-metadata.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype.xml (renamed from branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml (renamed from branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldImpl.java (renamed from branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldService.java (renamed from branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldService.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite (renamed from branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite)0
9 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M3/archetypes/contribution-jar/META-INF/MANIFEST.MF b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/META-INF/MANIFEST.MF
index 1e2a0fbb4d..1e2a0fbb4d 100644
--- a/branches/sca-java-2.0-M3/archetypes/contribution-jar/META-INF/MANIFEST.MF
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/META-INF/MANIFEST.MF
diff --git a/branches/sca-java-2.0-M3/archetypes/contribution-jar/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/pom.xml
index 6e2b7b31ba..6e2b7b31ba 100644
--- a/branches/sca-java-2.0-M3/archetypes/contribution-jar/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/pom.xml
diff --git a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype-metadata.xml b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype-metadata.xml
index 9f0334fd64..9f0334fd64 100644
--- a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype-metadata.xml
diff --git a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype.xml b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype.xml
index fe840446c9..fe840446c9 100644
--- a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/META-INF/maven/archetype.xml
diff --git a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
index da479db046..da479db046 100644
--- a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
diff --git a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldImpl.java b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldImpl.java
index af90e4fe7f..af90e4fe7f 100644
--- a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldImpl.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldImpl.java
diff --git a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldService.java b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldService.java
index 3527edcd6f..3527edcd6f 100644
--- a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldService.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/java/HelloworldService.java
diff --git a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/META-INF/sca-contribution.xml
index cbfff9b246..cbfff9b246 100644
--- a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite
index 29d1725fd4..29d1725fd4 100644
--- a/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/archetypes/contribution-jar/src/main/resources/archetype-resources/src/main/resources/helloworld.composite