Skip to content

Commit

Permalink
[E4 Xpath] Replace apache.commons.jxpath by javax.xml.xpath
Browse files Browse the repository at this point in the history
Fixes #423

Co-authored-by: Patrick Ziegler <[email protected]>
  • Loading branch information
HannesWell and ptziegler committed Jan 18, 2025
1 parent cc5231d commit b7ca926
Show file tree
Hide file tree
Showing 31 changed files with 301 additions and 3,460 deletions.
11 changes: 2 additions & 9 deletions bundles/org.eclipse.e4.emf.xpath/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.e4.emf.xpath
Bundle-Version: 0.5.100.qualifier
Bundle-Version: 0.6.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.35.0",
org.eclipse.core.runtime;bundle-version="3.29.0"
Export-Package: org.eclipse.e4.emf.internal.xpath;x-internal:=true,
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",
org.eclipse.e4.emf.xpath
Import-Package: org.apache.commons.jxpath;version="[1.3.0,2.0.0)",
org.apache.commons.jxpath.ri;version="[1.3.0,2.0.0)",
org.apache.commons.jxpath.ri.compiler;version="[1.3.0,2.0.0)",
org.apache.commons.jxpath.ri.model;version="[1.3.0,2.0.0)",
org.apache.commons.jxpath.util;version="[1.3.0,2.0.0)"
Export-Package: org.eclipse.e4.emf.xpath
Bundle-Vendor: %Bundle-Vendor
Automatic-Module-Name: org.eclipse.e4.emf.xpath

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b7ca926

Please sign in to comment.