Skip to content

Commit 87d3038

Browse files
committed
add required log4j dep.
1 parent 6645fc1 commit 87d3038

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

plugins/org.jboss.tools.windup.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Require-Bundle: org.eclipse.core.runtime,
2828
org.jboss.tools.windup.model,
2929
org.eclipse.emf.common,
3030
org.apache.commons.io;bundle-version="2.2.0",
31-
javax.inject
31+
javax.inject,
32+
org.apache.log4j
3233
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
3334
Bundle-ActivationPolicy: lazy

plugins/org.jboss.tools.windup.runtime/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Require-Bundle: org.eclipse.core.runtime,
1818
javax.inject,
1919
javax.xml.bind,
2020
javax.annotation;bundle-version="1.3.5",
21-
com.google.inject
21+
com.google.inject,
22+
org.apache.log4j
2223
Bundle-ActivationPolicy: lazy
2324
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2425
Bundle-Vendor: %plugin.vendor

plugins/org.jboss.tools.windup.ui/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ Require-Bundle: org.eclipse.ui,
9494
org.eclipse.mylyn.commons.workbench,
9595
javax.inject,
9696
com.google.inject,
97-
javax.annotation;bundle-version="1.3.5"
97+
javax.annotation;bundle-version="1.3.5",
98+
org.apache.log4j
9899
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
99100
Bundle-ActivationPolicy: lazy
100101
Export-Package: org.jboss.tools.windup.ui,

tests/org.jboss.tools.windup.ui.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Require-Bundle: org.eclipse.core.runtime,
4040
org.eclipse.wst.sse.core,
4141
org.eclipse.wst.xml.core,
4242
org.eclipse.debug.core,
43-
javax.inject
43+
javax.inject,
44+
org.apache.log4j
4445
Bundle-Vendor: %plugin.vendor
4546
Bundle-Activator: org.jboss.tools.windup.ui.tests.Activator
4647
Import-Package: org.eclipse.ui.texteditor

0 commit comments

Comments
 (0)