You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2008/08/03 02:33:22 UTC

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

Author: rickhall
Date: Sat Aug  2 17:33:22 2008
New Revision: 682084

URL: http://svn.apache.org/viewvc?rev=682084&view=rev
Log:
Modify the configuration files to export the R4.1 version of Service Tracker.
(FELIX-514)

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=682084&r1=682083&r2=682084&view=diff
==============================================================================
--- felix/trunk/main/src/main/resources/config.properties (original)
+++ felix/trunk/main/src/main/resources/config.properties Sat Aug  2 17:33:22 2008
@@ -22,7 +22,7 @@
  org.osgi.service.packageadmin; version=1.2.0, \
  org.osgi.service.startlevel; version=1.1.0, \
  org.osgi.service.url; version=1.0.0, \
- org.osgi.util.tracker; version=1.3.2 \
+ org.osgi.util.tracker; version=1.3.3 \
  ${jre-${java.specification.version}}
 
 #org.osgi.framework.bootdelegation=sun.*,com.sun.*

Modified: felix/trunk/main/src/main/resources/default.properties
URL: http://svn.apache.org/viewvc/felix/trunk/main/src/main/resources/default.properties?rev=682084&r1=682083&r2=682084&view=diff
==============================================================================
--- felix/trunk/main/src/main/resources/default.properties (original)
+++ felix/trunk/main/src/main/resources/default.properties Sat Aug  2 17:33:22 2008
@@ -22,7 +22,7 @@
  org.osgi.service.packageadmin; version=1.2.0, \
  org.osgi.service.startlevel; version=1.1.0, \
  org.osgi.service.url; version=1.0.0, \
- org.osgi.util.tracker; version=1.3.2 \
+ org.osgi.util.tracker; version=1.3.3 \
  ${dollar}{jre-${dollar}{java.specification.version}}
 
 #org.osgi.framework.bootdelegation=sun.*,com.sun.*