SLING-7042: use correct name for java9 system packages inclusion file as well as property.

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1804668 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/jre-1.9.properties b/src/main/resources/jre-9.properties
similarity index 99%
rename from src/main/resources/jre-1.9.properties
rename to src/main/resources/jre-9.properties
index 6a71b5c..5d7139b 100755
--- a/src/main/resources/jre-1.9.properties
+++ b/src/main/resources/jre-9.properties
@@ -17,12 +17,12 @@
 #  under the License.
 #
 
-# The file contains the Java 1.9 platform packages used as system packages
+# The file contains the Java 9 platform packages used as system packages
 # for the current platform.
 
 
 
-jre-1.9= \
+jre-9= \
  javax.accessibility;uses:="javax.swing.text";version="0.0.0.9_JavaSE", \
  javax.activity;version="0.0.0.9_JavaSE", \
  javax.annotation.processing;uses:="javax.tools,javax.lang.model,javax.lang.model.element,javax.lang.model.util";version="0.0.0.9_JavaSE", \