Skip to content

Commit b74db85

Browse files
HannesWellptzieglermerks
authored andcommitted
[E4 Xpath] Replace apache.commons.jxpath by javax.xml.xpath
Fixes #423 Co-authored-by: Patrick Ziegler <[email protected]> Co-authored-by: Ed Merks <[email protected]>
1 parent 433cdb9 commit b74db85

29 files changed

+293
-3461
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: org.eclipse.e4.emf.xpath
5-
Bundle-Version: 0.5.100.qualifier
5+
Bundle-Version: 0.6.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-17
77
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.35.0",
8-
org.eclipse.core.runtime;bundle-version="3.29.0"
9-
Export-Package: org.eclipse.e4.emf.internal.xpath;x-internal:=true,
10-
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",
11-
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)"
8+
org.eclipse.core.runtime;bundle-version="3.29.0",
9+
org.eclipse.emf.ecore.xmi;bundle-version="2.38.0"
10+
Export-Package: org.eclipse.e4.emf.xpath
1711
Bundle-Vendor: %Bundle-Vendor
1812
Automatic-Module-Name: org.eclipse.e4.emf.xpath

bundles/org.eclipse.e4.emf.xpath/src/org/eclipse/e4/emf/internal/xpath/CollectionAttributeNodeIterator.java

Lines changed: 0 additions & 60 deletions
This file was deleted.

bundles/org.eclipse.e4.emf.xpath/src/org/eclipse/e4/emf/internal/xpath/CollectionChildNodeIterator.java

Lines changed: 0 additions & 64 deletions
This file was deleted.

bundles/org.eclipse.e4.emf.xpath/src/org/eclipse/e4/emf/internal/xpath/CollectionNodeIterator.java

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)