FELIX-3550 : Reimplement the SCR Generator

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1349771 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Component.java b/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Component.java
index 32bc929..1baa0fb 100644
--- a/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Component.java
+++ b/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Component.java
@@ -117,7 +117,7 @@
      *
      * @since 1.0.1
      */
-    String specVersion() default "1.0";
+    String specVersion() default "";
 
     /**
      * Generated <code>service.pid</code> property by default, if none declared
@@ -127,13 +127,6 @@
 
     /**
      * Set the metatype factory pid property (only for non factory components).
-     * @since 1.0
-     * @deprecated Use {@link #configurationFactory()}
-     */
-    boolean getConfigurationFactory() default false;
-
-    /**
-     * Set the metatype factory pid property (only for non factory components).
      * @since 1.3
      */
     boolean configurationFactory() default false;