FELIX-1735 renaming the property to try again ...

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@824256 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index 92e0fea..e70d66c 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -64,9 +64,9 @@
         in the IDE launcher. 
     -->
     <properties>
-        <project.bundle.file>
+        <bundle.file.name>
             ${project.build.directory}/${project.build.finalName}.jar
-        </project.bundle.file>
+        </bundle.file.name>
     </properties>
     
     
@@ -232,7 +232,7 @@
                             <systemProperties>
                                 <property>
                                     <name>project.bundle.file</name>
-                                    <value>${project.bundle.file}</value>
+                                    <value>${bundle.file.name}</value>
                                 </property>
                             </systemProperties>
                             <excludes>