You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2009/10/12 09:51:50 UTC

svn commit: r824256 - /felix/trunk/scr/pom.xml

Author: fmeschbe
Date: Mon Oct 12 07:51:50 2009
New Revision: 824256

URL: http://svn.apache.org/viewvc?rev=824256&view=rev
Log:
FELIX-1735 renaming the property to try again ...

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=824256&r1=824255&r2=824256&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Mon Oct 12 07:51:50 2009
@@ -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>