Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.net4j.util/.classpath2
-rw-r--r--plugins/org.eclipse.net4j.util/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.net4j.util/build.properties4
3 files changed, 5 insertions, 3 deletions
diff --git a/plugins/org.eclipse.net4j.util/.classpath b/plugins/org.eclipse.net4j.util/.classpath
index bdcf047b18..6c066716ec 100644
--- a/plugins/org.eclipse.net4j.util/.classpath
+++ b/plugins/org.eclipse.net4j.util/.classpath
@@ -3,7 +3,7 @@
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" path="config"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.9.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.13.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
diff --git a/plugins/org.eclipse.net4j.util/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.util/META-INF/MANIFEST.MF
index 7bf35d4b5c..690eabc003 100644
--- a/plugins/org.eclipse.net4j.util/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.util/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.net4j.util
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: org.eclipse.net4j.util.jar,
lib/commons-logging.jar,
- lib/log4j-1.2.9.jar
+ lib/log4j-1.2.13.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: META-INF,
diff --git a/plugins/org.eclipse.net4j.util/build.properties b/plugins/org.eclipse.net4j.util/build.properties
index 89537dd1b2..5a1a2b5355 100644
--- a/plugins/org.eclipse.net4j.util/build.properties
+++ b/plugins/org.eclipse.net4j.util/build.properties
@@ -12,9 +12,11 @@ bin.includes = plugin.xml,\
copyright.txt,\
about.html,\
org.eclipse.net4j.util.jar,\
- license.html
+ license.html,\
+ lib/log4j-1.2.13.jar
output.org.eclipse.net4j.util.jar = bin/
source.org.eclipse.net4j.util.jar = src/,\
config/
jars.compile.order = org.eclipse.net4j.util.jar
+bin.excludes = lib/log4j-1.2.9.jar
\ No newline at end of file

Back to the top