Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-22 18:12:35 +0000
committerSteffen Pingel2012-03-22 18:12:35 +0000
commit5e6012ee8942ac6b58ce9b25442ad6bbc5288e4f (patch)
treea95c556e049d973fe77917b75d0b1d281937e44f
parent5a51299bdc2642f6c38cf52b2cb0590f57c1ed0a (diff)
downloadorg.eclipse.mylyn.tasks-5e6012ee8942ac6b58ce9b25442ad6bbc5288e4f.tar.gz
org.eclipse.mylyn.tasks-5e6012ee8942ac6b58ce9b25442ad6bbc5288e4f.tar.xz
org.eclipse.mylyn.tasks-5e6012ee8942ac6b58ce9b25442ad6bbc5288e4f.zip
NEW - bug 375097: [e4.2] refresh of repository configuration fails with:
Expecting character, got: MERGE_IF_NECESSARY https://bugs.eclipse.org/bugs/show_bug.cgi?id=375097 Change-Id: I275efb0810ccdd93f33147ae2f9c5d711953ee63
-rw-r--r--org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
index fe54dec48..84861934e 100644
--- a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
@@ -18,5 +18,5 @@ Export-Package: org.eclipse.mylyn.internal.trac.core;x-friends:="org.eclipse.myl
Bundle-Activator: org.eclipse.mylyn.internal.trac.core.TracCorePlugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: plugin
-Import-Package: com.google.gson;version="1.6.0",
- com.google.gson.reflect;version="1.6.0"
+Import-Package: com.google.gson;version="[1.6.0,2.0.0)",
+ com.google.gson.reflect;version="[1.6.0,2.0.0)"

Back to the top