From 531a8c22aab7a53c9a69b87921284e0449345614 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Mon, 1 Mar 2010 00:16:20 +0000 Subject: [PATCH] [releng] Add .qualifier to Local Terminal --- org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF | 2 +- org.eclipse.tm.terminal.local/build.properties | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF index c380db7ab4c..a295a6e5ad6 100644 --- a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF +++ b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.tm.terminal.local;singleton:=true -Bundle-Version: 1.0.0 +Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.eclipse.tm.internal.terminal.local.LocalTerminalActivator Bundle-Localization: plugin Bundle-Vendor: %providerName diff --git a/org.eclipse.tm.terminal.local/build.properties b/org.eclipse.tm.terminal.local/build.properties index 3986492a143..563bc78ed34 100644 --- a/org.eclipse.tm.terminal.local/build.properties +++ b/org.eclipse.tm.terminal.local/build.properties @@ -10,3 +10,5 @@ bin.includes = plugin.xml,\ icons/,\ META-INF/,\ . +src.includes = about.html +jre.compilation.profile = J2SE-1.4