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