You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2008/10/10 23:26:52 UTC

svn commit: r703576 - in /felix/trunk/main/src/main/resources: config.properties default.properties

Author: pauls
Date: Fri Oct 10 14:26:51 2008
New Revision: 703576

URL: http://svn.apache.org/viewvc?rev=703576&view=rev
Log:
Fix a warning about no translation found for macro.

Modified:
    felix/trunk/main/src/main/resources/config.properties
    felix/trunk/main/src/main/resources/default.properties

Modified: felix/trunk/main/src/main/resources/config.properties
URL: http://svn.apache.org/viewvc/felix/trunk/main/src/main/resources/config.properties?rev=703576&r1=703575&r2=703576&view=diff
==============================================================================
--- felix/trunk/main/src/main/resources/config.properties (original)
+++ felix/trunk/main/src/main/resources/config.properties Fri Oct 10 14:26:51 2008
@@ -33,7 +33,7 @@
 # cache, which defaults to "felix-cache" in the current working directory.
 # If this value is not absolute, then the felix.cache.rootdir controls
 # how the absolute location is calculated. (See next property)
-#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache
+#org.osgi.framework.storage=${dollar}{felix.cache.rootdir}/felix-cache
 
 # The following property is used to convert a relative bundle cache
 # location into an absolute one by specifying the root to prepend to

Modified: felix/trunk/main/src/main/resources/default.properties
URL: http://svn.apache.org/viewvc/felix/trunk/main/src/main/resources/default.properties?rev=703576&r1=703575&r2=703576&view=diff
==============================================================================
--- felix/trunk/main/src/main/resources/default.properties (original)
+++ felix/trunk/main/src/main/resources/default.properties Fri Oct 10 14:26:51 2008
@@ -33,7 +33,7 @@
 # cache, which defaults to "felix-cache" in the current working directory.
 # If this value is not absolute, then the felix.cache.rootdir controls
 # how the absolute location is calculated. (See next property)
-#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache
+#org.osgi.framework.storage=${dollar}{felix.cache.rootdir}/felix-cache
 
 # The following property is used to convert a relative bundle cache
 # location into an absolute one by specifying the root to prepend to