You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by bd...@apache.org on 2011/04/27 04:19:00 UTC

svn commit: r1096982 - /forrest/trunk/whiteboard/forrest-osgi/conf/config.properties

Author: bdube
Date: Wed Apr 27 02:18:59 2011
New Revision: 1096982

URL: http://svn.apache.org/viewvc?rev=1096982&view=rev
Log:
Add package to exported system packages, needed strangely for Java 5 but not Java 6

Modified:
    forrest/trunk/whiteboard/forrest-osgi/conf/config.properties

Modified: forrest/trunk/whiteboard/forrest-osgi/conf/config.properties
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/conf/config.properties?rev=1096982&r1=1096981&r2=1096982&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest-osgi/conf/config.properties (original)
+++ forrest/trunk/whiteboard/forrest-osgi/conf/config.properties Wed Apr 27 02:18:59 2011
@@ -25,7 +25,7 @@
 
 # To append packages to the default set of exported system packages,
 # set this value.
-#org.osgi.framework.system.packages.extra=
+org.osgi.framework.system.packages.extra=org.w3c.dom.xpath
 
 # The following property makes specified packages from the class path
 # available to all bundles. You should avoid using this property.