Skip to content

Commit 61a15a0

Browse files
committed
[E4 Xpath] Import org.apache.commons.jxpath packages
instead of requiring the bundle 'org.apache.commons.jxpath'. This allows interested parties to supply alternative providers than the old and problematic 'org.apache.commons.jxpath'. Helps for #423
1 parent 636f516 commit 61a15a0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bundles/org.eclipse.e4.emf.xpath/META-INF/MANIFEST.MF

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: org.eclipse.e4.emf.xpath
55
Bundle-Version: 0.4.300.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-17
7-
Require-Bundle: org.apache.commons.jxpath;bundle-version="1.2.0",
8-
org.eclipse.emf.ecore;bundle-version="2.35.0",
7+
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.35.0",
98
org.eclipse.core.runtime;bundle-version="3.29.0"
109
Export-Package: org.eclipse.e4.emf.internal.xpath;x-internal:=true,
1110
org.eclipse.e4.emf.internal.xpath.helper;x-friends:="org.eclipse.e4.emf.xpath.test,org.eclipse.e4.ui.model.workbench,org.eclipse.e4.ui.workbench",
1211
org.eclipse.e4.emf.xpath
12+
Import-Package: org.apache.commons.jxpath;version="[1.3.0,2.0.0)",
13+
org.apache.commons.jxpath.ri;version="[1.3.0,2.0.0)",
14+
org.apache.commons.jxpath.ri.compiler;version="[1.3.0,2.0.0)",
15+
org.apache.commons.jxpath.ri.model;version="[1.3.0,2.0.0)",
16+
org.apache.commons.jxpath.util;version="[1.3.0,2.0.0)"
1317
Bundle-Vendor: %Bundle-Vendor
1418
Automatic-Module-Name: org.eclipse.e4.emf.xpath

0 commit comments

Comments
 (0)