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 2018/08/23 21:56:58 UTC

svn commit: r1838769 - /felix/trunk/framework/src/main/resources/default.properties

Author: pauls
Date: Thu Aug 23 21:56:58 2018
New Revision: 1838769

URL: http://svn.apache.org/viewvc?rev=1838769&view=rev
Log:
Add missing org.w3c.dom.xpath package to defaults

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

Modified: felix/trunk/framework/src/main/resources/default.properties
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/resources/default.properties?rev=1838769&r1=1838768&r2=1838769&view=diff
==============================================================================
--- felix/trunk/framework/src/main/resources/default.properties (original)
+++ felix/trunk/framework/src/main/resources/default.properties Thu Aug 23 21:56:58 2018
@@ -324,6 +324,7 @@ jre-base=, \
  org.w3c.dom.css;uses:="org.w3c.dom,org.w3c.dom.stylesheets,org.w3c.dom.views";version="${dollar}{felix.detect.java.version}", \
  org.w3c.dom.html;uses:="org.w3c.dom";version="${dollar}{felix.detect.java.version}", \
  org.w3c.dom.stylesheets;uses:="org.w3c.dom";version="${dollar}{felix.detect.java.version}", \
+ org.w3c.dom.xpath;uses:="org.w3c.dom";version="${dollar}{felix.detect.java.version}", \
  org.xml.sax;version="${dollar}{felix.detect.java.version}", \
  org.xml.sax.ext;uses:="org.xml.sax,org.xml.sax.helpers";version="${dollar}{felix.detect.java.version}", \
  org.xml.sax.helpers;uses:="org.xml.sax";version="${dollar}{felix.detect.java.version}"