FELIX-4135: removed useless FINALNAME, METATYPENAME, and GENSEPDESC constants

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1504160 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/bnd-scr-plugin/src/main/java/org/apache/felix/scrplugin/bnd/SCRDescriptorBndPlugin.java b/scrplugin/bnd-scr-plugin/src/main/java/org/apache/felix/scrplugin/bnd/SCRDescriptorBndPlugin.java
index 4374b8d..bd180eb 100644
--- a/scrplugin/bnd-scr-plugin/src/main/java/org/apache/felix/scrplugin/bnd/SCRDescriptorBndPlugin.java
+++ b/scrplugin/bnd-scr-plugin/src/main/java/org/apache/felix/scrplugin/bnd/SCRDescriptorBndPlugin.java
@@ -61,16 +61,6 @@
 	private static final String DESTDIR = "destdir";
 
 	/**
-	 * "finalName" parameter, optionally provided in the "-plugin" directive.
-	 */
-	private static final String FINALNAME = "finalName";
-
-	/**
-	 * "metaTypeName" parameter, optionally provided in the "-plugin" directive.
-	 */
-	private static final String METATYPENAME = "metaTypeName";
-
-	/**
 	 * "generateAccessors" parameter, optionally provided in the "-plugin"
 	 * directive.
 	 */
@@ -87,12 +77,6 @@
 	private static final String SPECVERSION = "specVersion";
 
 	/**
-	 * "genSeparateDescs" parameter, optionally provided in the "-plugin"
-	 * directive.
-	 */
-	private static final String GENSEPDESC = "genSeparateDescs";
-
-	/**
 	 * "log" parameter, which may be provided in the "-plugin" directive.
 	 */
 	private static final String LOGLEVEL = "log";