FELIX-1010 : Rename annotations to scr annotations.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@766372 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/AutoDetect.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/AutoDetect.java
index 125e56a..9ce6e73 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/AutoDetect.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/AutoDetect.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 /**
  * Placeholder class for default value of annotation properties with
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Component.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Component.java
index 6be0f48..2829d4a 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Component.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Component.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 import java.lang.annotation.*;
 
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Properties.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Properties.java
index faac843..bad34d1 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Properties.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Properties.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 import java.lang.annotation.*;
 
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Property.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Property.java
index b2a2566..6fe4fe0 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Property.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Property.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 import java.lang.annotation.*;
 
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/PropertyOption.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/PropertyOption.java
index 2d4b4a1..6814cc4 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/PropertyOption.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/PropertyOption.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 import java.lang.annotation.*;
 
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Reference.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Reference.java
index 72e289b..423d86e 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Reference.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Reference.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 import java.lang.annotation.*;
 
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/ReferenceCardinality.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/ReferenceCardinality.java
index 7705d5e..93d18e5 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/ReferenceCardinality.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/ReferenceCardinality.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 /**
  * Options for {@link Reference#cardinality()} property.
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/ReferencePolicy.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/ReferencePolicy.java
index 598e7e1..e476fa4 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/ReferencePolicy.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/ReferencePolicy.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 /**
  * Options for {@link Reference#policy()} property.
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/References.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/References.java
index e2d3079..97260cb 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/References.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/References.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 import java.lang.annotation.*;
 
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Service.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Service.java
index 800871b..9b206f8 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Service.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Service.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 import java.lang.annotation.*;
 
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Services.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
index e00f689..1b52f84 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;
 
 import java.lang.annotation.*;
 
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/package-info.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/package-info.java
index d48edb2..89b359c 100644
--- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/package-info.java
+++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/package-info.java
@@ -18,7 +18,7 @@
  */
 /**
  * The scr goal of the maven-scr-plugin looks for the annotations defined in the package when building component descriptors.
- * The annotations are not interpreted in runtime.   
+ * The annotations are not interpreted in runtime.
  */
-package org.apache.felix.scrplugin.annotations;
+package org.apache.felix.scr.annotations;