commit | 64642a18324da51972cafbe20fa46c55b18e5877 | [log] [tgz] |
---|---|---|
author | Pierre De Rop <pderop@apache.org> | Thu Feb 18 21:26:53 2010 +0000 |
committer | Pierre De Rop <pderop@apache.org> | Thu Feb 18 21:26:53 2010 +0000 |
tree | abf4267f4da8ebe34fa52b579ab95daf5df6f66b | |
parent | f10691c4cc517277d8f1018b4b04a636d989697d [diff] |
moved sample/annotation sub-project into sample.annotation toplevel project git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@911592 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/samples/annotation/LICENSE b/dependencymanager/samples.annotation/LICENSE similarity index 100% rename from dependencymanager/samples/annotation/LICENSE rename to dependencymanager/samples.annotation/LICENSE
diff --git a/dependencymanager/samples/annotation/NOTICE b/dependencymanager/samples.annotation/NOTICE similarity index 100% rename from dependencymanager/samples/annotation/NOTICE rename to dependencymanager/samples.annotation/NOTICE
diff --git a/dependencymanager/samples/annotation/build.xml b/dependencymanager/samples.annotation/build.xml similarity index 100% rename from dependencymanager/samples/annotation/build.xml rename to dependencymanager/samples.annotation/build.xml
diff --git a/dependencymanager/samples/annotation/directives.bnd b/dependencymanager/samples.annotation/directives.bnd similarity index 100% rename from dependencymanager/samples/annotation/directives.bnd rename to dependencymanager/samples.annotation/directives.bnd
diff --git a/dependencymanager/samples/annotation/pom.xml b/dependencymanager/samples.annotation/pom.xml similarity index 100% rename from dependencymanager/samples/annotation/pom.xml rename to dependencymanager/samples.annotation/pom.xml
diff --git a/dependencymanager/samples/annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java similarity index 100% rename from dependencymanager/samples/annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java rename to dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java
diff --git a/dependencymanager/samples/annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryService.java b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryService.java similarity index 100% rename from dependencymanager/samples/annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryService.java rename to dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryService.java
diff --git a/dependencymanager/samples/annotation/src/main/java/org/apache/felix/dm/samples/annotation/EnglishDictionary.java b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/EnglishDictionary.java similarity index 100% rename from dependencymanager/samples/annotation/src/main/java/org/apache/felix/dm/samples/annotation/EnglishDictionary.java rename to dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/EnglishDictionary.java
diff --git a/dependencymanager/samples/annotation/src/main/java/org/apache/felix/dm/samples/annotation/SpellChecker.java b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/SpellChecker.java similarity index 100% rename from dependencymanager/samples/annotation/src/main/java/org/apache/felix/dm/samples/annotation/SpellChecker.java rename to dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/SpellChecker.java