Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-04-09 19:51:46 +0000
committerVivian Kong2009-04-09 19:51:46 +0000
commitb849a3be0627510aafba5fb926be7c3c97f5da54 (patch)
treec9a8fc2b8124d6e40ce6e39521fa119a2ad831a3 /xlc/org.eclipse.cdt.make.xlc.core
parent2cc23a356f8b604ece70252b4537b8c1d7b128f7 (diff)
downloadorg.eclipse.cdt-b849a3be0627510aafba5fb926be7c3c97f5da54.tar.gz
org.eclipse.cdt-b849a3be0627510aafba5fb926be7c3c97f5da54.tar.xz
org.eclipse.cdt-b849a3be0627510aafba5fb926be7c3c97f5da54.zip
bug 268581 individual source bundles
Diffstat (limited to 'xlc/org.eclipse.cdt.make.xlc.core')
-rw-r--r--xlc/org.eclipse.cdt.make.xlc.core/META-INF/MANIFEST.MF1
-rw-r--r--xlc/org.eclipse.cdt.make.xlc.core/build.properties1
2 files changed, 2 insertions, 0 deletions
diff --git a/xlc/org.eclipse.cdt.make.xlc.core/META-INF/MANIFEST.MF b/xlc/org.eclipse.cdt.make.xlc.core/META-INF/MANIFEST.MF
index 7e832c3754f..642bef8d57d 100644
--- a/xlc/org.eclipse.cdt.make.xlc.core/META-INF/MANIFEST.MF
+++ b/xlc/org.eclipse.cdt.make.xlc.core/META-INF/MANIFEST.MF
@@ -11,3 +11,4 @@ Require-Bundle: org.eclipse.cdt.make.core,
org.eclipse.core.runtime,
org.eclipse.cdt.managedbuilder.core
Export-Package: org.eclipse.cdt.make.xlc.core.scannerconfig
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/xlc/org.eclipse.cdt.make.xlc.core/build.properties b/xlc/org.eclipse.cdt.make.xlc.core/build.properties
index 6f9fd1d62a6..a5081664197 100644
--- a/xlc/org.eclipse.cdt.make.xlc.core/build.properties
+++ b/xlc/org.eclipse.cdt.make.xlc.core/build.properties
@@ -14,4 +14,5 @@ bin.includes = META-INF/,\
.,\
plugin.properties,\
about.html
+src.includes = about.html

Back to the top