fixes for version ranges
diff --git a/org.eclipse.wst.common.snippets/.classpath b/org.eclipse.wst.common.snippets/.classpath index cb01053..751c8f2 100644 --- a/org.eclipse.wst.common.snippets/.classpath +++ b/org.eclipse.wst.common.snippets/.classpath
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src/"/> + <classpathentry kind="src" path="src"/> <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/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF b/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF index 89726f8..57bed05 100644 --- a/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF +++ b/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF
@@ -17,12 +17,12 @@ org.eclipse.wst.common.snippets.internal.ui;x-internal:=true, org.eclipse.wst.common.snippets.internal.util;x-internal:=true, org.eclipse.wst.common.snippets.ui -Require-Bundle: org.eclipse.gef;bundle-version="[3.2.0,3.3.0)", - org.eclipse.ui.ide;bundle-version="[3.2.0,3.3.0)", - org.eclipse.ui.workbench.texteditor;bundle-version="[3.2.0,3.3.0)", - org.eclipse.ui;bundle-version="[3.2.0,3.3.0)", - org.eclipse.jface.text;bundle-version="[3.2.0,3.3.0)", - org.eclipse.core.resources;bundle-version="[3.2.0,3.3.0)", - org.eclipse.core.runtime;bundle-version="[3.2.0,3.3.0)", - com.ibm.icu;bundle-version="[3.4.4,3.5.0)" +Require-Bundle: org.eclipse.gef;bundle-version="[3.2.0,4.0.0)", + org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)", + org.eclipse.ui.workbench.texteditor;bundle-version="[3.2.0,4.0.0)", + org.eclipse.ui;bundle-version="[3.2.0,4.0.0)", + org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)", + org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", + org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", + com.ibm.icu;bundle-version="[3.4.4,4.0.0)" Eclipse-LazyStart: true