FELIX-680 : Allow variables for reference names and lookup reference interface names in local imports.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@685200 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/src/main/java/org/apache/felix/scrplugin/PropertyHandler.java b/scrplugin/src/main/java/org/apache/felix/scrplugin/PropertyHandler.java
index a808263..bcd90f2 100644
--- a/scrplugin/src/main/java/org/apache/felix/scrplugin/PropertyHandler.java
+++ b/scrplugin/src/main/java/org/apache/felix/scrplugin/PropertyHandler.java
@@ -39,7 +39,7 @@
      * This is a map using the property name as the key and
      * {@link PropertyDescription} as values.
      */
-    final private Map properties = new HashMap();
+    final private Map properties = new LinkedHashMap();
 
     /** The component. */
     final private Component component;