Skip to content

Commit

Permalink
Change to Import-Package for org.apache.log4j (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-cst committed Oct 26, 2021
1 parent 755c4a3 commit fe162f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="3.13.1",
org.eclipse.ui.workbench;bundle-version="3.110.1",
org.eclipse.core.runtime;bundle-version="3.13.0",
org.eclipse.ui;bundle-version="3.109.0",
org.apache.log4j;bundle-version="1.2.15",
com.google.gson,
org.eclipse.core.resources;bundle-version="3.12.0",
org.eclipse.ui.editors;bundle-version="3.11.0",
Expand All @@ -40,4 +39,5 @@ Export-Package: org.eclipse.glsp.ide.editor,
org.eclipse.glsp.ide.editor.operations.handlers,
org.eclipse.glsp.ide.editor.ui,
org.eclipse.glsp.ide.editor.utils
Import-Package: javax.servlet;version="[3.1.0,4.0.0)"
Import-Package: javax.servlet;version="[3.1.0,4.0.0)",
org.apache.log4j;version="1.2.15"

0 comments on commit fe162f8

Please sign in to comment.