Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-04-13 09:57:23 +0000
committerSteffen Pingel2013-04-13 09:57:23 +0000
commit58c0a7e0efca162c7ea9d5fa13a963e285d85e00 (patch)
treefbcab7c82b459da114d4f1e543d2c711938c8215 /org.eclipse.mylyn.trac.tests
parentdf08d9f31a149377edb6b7d96e8d034e8972e98a (diff)
downloadorg.eclipse.mylyn.tasks-58c0a7e0efca162c7ea9d5fa13a963e285d85e00.tar.gz
org.eclipse.mylyn.tasks-58c0a7e0efca162c7ea9d5fa13a963e285d85e00.tar.xz
org.eclipse.mylyn.tasks-58c0a7e0efca162c7ea9d5fa13a963e285d85e00.zip
fix version contraint for org.apache.commons.lang
Diffstat (limited to 'org.eclipse.mylyn.trac.tests')
-rw-r--r--org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF
index 218dcf6c5..7ff08a4ce 100644
--- a/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF
@@ -20,7 +20,7 @@ Require-Bundle: org.junit;bundle-version="4.8.2",
org.apache.ws.commons.util;bundle-version="1.0.0",
org.apache.xmlrpc;bundle-version="3.0.0",
org.eclipse.ui.forms,
- org.apache.commons.lang;bundle-version="2.6.0"
+ org.apache.commons.lang;bundle-version="2.4.0"
Export-Package: org.eclipse.mylyn.trac.tests;x-internal:=true,
org.eclipse.mylyn.trac.tests.client;x-internal:=true,
org.eclipse.mylyn.trac.tests.core;x-internal:=true,

Back to the top