Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse/xtext#2126] bump reload4j
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed Jan 4, 2023
1 parent 687c370 commit 408311b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.xtend.core.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Require-Bundle: org.eclipse.xtend.core,
org.eclipse.xtext.builder.standalone,
org.eclipse.xtext.java
Import-Package: javax.inject;version="1.0.0",
org.apache.log4j;version="1.2.19",
org.apache.log4j.spi;version="1.2.19",
org.apache.log4j;version="1.2.24",
org.apache.log4j.spi;version="1.2.24",
org.junit;version="4.13.2",
org.junit.internal;version="4.13.2",
org.junit.internal.builders;version="4.13.2",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtend.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.24.100",
org.objectweb.asm;bundle-version="[9.4.0,9.5.0)";resolution:=optional,
org.eclipse.xtext.xbase.testing;resolution:=optional
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.log4j;version="1.2.19"
Import-Package: org.apache.log4j;version="1.2.24"
Automatic-Module-Name: org.eclipse.xtend.core
Eclipse-SourceReferences: eclipseSourceReferences
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Export-Package: extract,
observables
Bundle-Vendor: Eclipse Xtext
Automatic-Module-Name: xtend-annotation-examples
Import-Package: org.apache.log4j;version="1.2.19"
Import-Package: org.apache.log4j;version="1.2.24"

2 changes: 1 addition & 1 deletion org.eclipse.xtend.ide.common/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Export-Package: org.eclipse.xtend.ide.common.contentassist.antlr;x-friends:="org
org.eclipse.xtend.ide.common.highlighting;x-friends:="org.eclipse.xtend.ide,
org.eclipse.xtend.ide.tests",
org.eclipse.xtend.ide.common.outline;x-friends:="org.eclipse.xtend.ide"
Import-Package: org.apache.log4j;version="1.2.19"
Import-Package: org.apache.log4j;version="1.2.24"
Automatic-Module-Name: org.eclipse.xtend.ide.common
Eclipse-SourceReferences: eclipseSourceReferences
2 changes: 1 addition & 1 deletion org.eclipse.xtend.ide.swtbot.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.xtend.ide.swtbot.tests
Bundle-Version: 2.30.0.qualifier
Bundle-Vendor: Eclipse Xtext
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: org.apache.log4j;version="1.2.19",
Import-Package: org.apache.log4j;version="1.2.24",
org.junit;version="4.13.2",
org.junit.rules;version="4.13.2",
org.junit.runner;version="4.13.2",
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.xtend.ide.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Require-Bundle: org.eclipse.xtend.core,
org.eclipse.xtext.testing,
org.eclipse.xtext.ui.testing,
org.eclipse.xtext.xbase.testing
Import-Package: org.apache.log4j;version="1.2.19",
org.apache.log4j.spi;version="1.2.19",
Import-Package: org.apache.log4j;version="1.2.24",
org.apache.log4j.spi;version="1.2.24",
org.junit;version="4.13.2",
org.junit.rules;version="4.13.2",
org.junit.runner;version="4.13.2",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtend.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Require-Bundle: org.eclipse.xtend.core,
org.eclipse.e4.core.services,
org.eclipse.osgi.services,
org.eclipse.e4.ui.css.swt.theme;bundle-version="0.13.0"
Import-Package: org.apache.log4j;version="1.2.19"
Import-Package: org.apache.log4j;version="1.2.24"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Activator: org.eclipse.xtend.ide.XtendActivator
Export-Package: org.eclipse.xtend.ide;x-internal:=true,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtend.standalone/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Require-Bundle: org.eclipse.xtend.core;visibility:=reexport,
com.google.inject;bundle-version="5.0.1";visibility:=reexport,
org.eclipse.jdt.core;bundle-version="3.29.0";visibility:=reexport,
org.eclipse.emf.codegen;bundle-version="2.22.0";visibility:=reexport
Import-Package: org.apache.log4j;version="1.2.19"
Import-Package: org.apache.log4j;version="1.2.24"

0 comments on commit 408311b

Please sign in to comment.