diff options
author | Vivian Kong | 2009-04-09 19:51:46 +0000 |
---|---|---|
committer | Vivian Kong | 2009-04-09 19:51:46 +0000 |
commit | b849a3be0627510aafba5fb926be7c3c97f5da54 (patch) | |
tree | c9a8fc2b8124d6e40ce6e39521fa119a2ad831a3 /xlc | |
parent | 2cc23a356f8b604ece70252b4537b8c1d7b128f7 (diff) | |
download | org.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')
26 files changed, 57 insertions, 162 deletions
diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/.classpath b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/.classpath index 7398f97e2d0..64c5e31b7a2 100644 --- a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/.classpath +++ b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry path="src" kind="src"/> - <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/> - <classpathentry path="org.eclipse.pde.core.requiredPlugins" kind="con"/> - <classpathentry path="bin" kind="output"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="output" path="bin"/> </classpath> diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/.settings/org.eclipse.jdt.core.prefs b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000000..038e0096d67 --- /dev/null +++ b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Thu Apr 09 15:32:44 EDT 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF index 5c7bdd284e0..0713adeca1f 100644 --- a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF +++ b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF @@ -4,12 +4,12 @@ Bundle-Name: xlC Error Parser Tests Plug-in Bundle-SymbolicName: org.eclipse.cdt.errorparsers.xlc.tests;singleton:=true Bundle-Version: 1.0.0 Bundle-Activator: org.eclipse.cdt.errorparsers.xlc.tests.TestsPlugin -Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.cdt.errorparsers.xlc, org.junit -Eclipse-LazyStart: true +Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.cdt.errorparsers.xlc.tests Bundle-ClassPath: . Bundle-Vendor: Eclipse.org +Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/build.properties b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/build.properties index e466fd08b34..672eb34e874 100644 --- a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/build.properties +++ b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/build.properties @@ -11,8 +11,5 @@ bin.includes = META-INF/,\ . jars.compile.order = org.eclipse.cdt.errorparsers.xlc.tests.jar -src.includes = META-INF/,\ - build.properties,\ - .project,\ - .classpath +src.includes = about.html source.. = src/ diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/.classpath b/xlc/org.eclipse.cdt.errorparsers.xlc/.classpath index 7398f97e2d0..64c5e31b7a2 100644 --- a/xlc/org.eclipse.cdt.errorparsers.xlc/.classpath +++ b/xlc/org.eclipse.cdt.errorparsers.xlc/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry path="src" kind="src"/> - <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/> - <classpathentry path="org.eclipse.pde.core.requiredPlugins" kind="con"/> - <classpathentry path="bin" kind="output"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="output" path="bin"/> </classpath> diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/.settings/org.eclipse.jdt.core.prefs b/xlc/org.eclipse.cdt.errorparsers.xlc/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000000..34ea9ef9497 --- /dev/null +++ b/xlc/org.eclipse.cdt.errorparsers.xlc/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Thu Apr 09 15:31:36 EDT 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/META-INF/MANIFEST.MF b/xlc/org.eclipse.cdt.errorparsers.xlc/META-INF/MANIFEST.MF index a824e4ec1e2..e77845b4679 100644 --- a/xlc/org.eclipse.cdt.errorparsers.xlc/META-INF/MANIFEST.MF +++ b/xlc/org.eclipse.cdt.errorparsers.xlc/META-INF/MANIFEST.MF @@ -9,6 +9,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.cdt.core, org.eclipse.core.resources -Eclipse-LazyStart: true +Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.cdt.errorparsers.xlc Bundle-Vendor: %providerName +Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/build.properties b/xlc/org.eclipse.cdt.errorparsers.xlc/build.properties index 627e4b6d28f..e53e5d850c9 100644 --- a/xlc/org.eclipse.cdt.errorparsers.xlc/build.properties +++ b/xlc/org.eclipse.cdt.errorparsers.xlc/build.properties @@ -15,3 +15,4 @@ bin.includes = META-INF/,\ plugin.properties,\ plugin.xml,\ about.html +src.includes = about.html diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/src/org/eclipse/cdt/errorparsers/xlc/Activator.java b/xlc/org.eclipse.cdt.errorparsers.xlc/src/org/eclipse/cdt/errorparsers/xlc/Activator.java index f7da1236975..3764bb1547a 100644 --- a/xlc/org.eclipse.cdt.errorparsers.xlc/src/org/eclipse/cdt/errorparsers/xlc/Activator.java +++ b/xlc/org.eclipse.cdt.errorparsers.xlc/src/org/eclipse/cdt/errorparsers/xlc/Activator.java @@ -20,7 +20,7 @@ import org.osgi.framework.BundleContext; public class Activator extends AbstractUIPlugin { // The plug-in ID - public static final String PLUGIN_ID = "org.eclipse.cdt.errorparsers.xlc"; + public static final String PLUGIN_ID = "org.eclipse.cdt.errorparsers.xlc"; //$NON-NLS-1$ // The shared instance private static Activator plugin; 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 diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/.classpath b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/.classpath index 751c8f2e504..64c5e31b7a2 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/.classpath +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/.settings/org.eclipse.jdt.core.prefs b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/.settings/org.eclipse.jdt.core.prefs index 0bfb3fde827..d53c6074144 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/.settings/org.eclipse.jdt.core.prefs +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/.settings/org.eclipse.jdt.core.prefs @@ -1,5 +1,11 @@ -#Thu Oct 04 14:01:35 BRT 2007 +#Thu Apr 09 15:42:22 EDT 2009 eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 @@ -42,8 +48,6 @@ org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.comment.clear_blank_lines=false -org.eclipse.jdt.core.formatter.comment.format_comments=true org.eclipse.jdt.core.formatter.comment.format_header=false org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_source_code=true @@ -67,7 +71,6 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false org.eclipse.jdt.core.formatter.indentation.size=4 -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/META-INF/MANIFEST.MF b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/META-INF/MANIFEST.MF index 84d7333b445..5cb8dacc8c4 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/META-INF/MANIFEST.MF +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/META-INF/MANIFEST.MF @@ -12,5 +12,6 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core, org.eclipse.cdt.make.xlc.core, org.eclipse.cdt.make.core, org.eclipse.ui -Eclipse-LazyStart: true +Bundle-ActivationPolicy: lazy Bundle-Activator: org.eclipse.cdt.managedbuilder.xlc.core.XLCCorePlugin +Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/build.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/build.properties index 28eb98415e3..0b12110546f 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/build.properties +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/build.properties @@ -15,4 +15,5 @@ bin.includes = META-INF/,\ plugin.xml,\ plugin.properties,\ about.html +src.includes = about.html diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/.classpath b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/.classpath index 7398f97e2d0..64c5e31b7a2 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/.classpath +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry path="src" kind="src"/> - <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/> - <classpathentry path="org.eclipse.pde.core.requiredPlugins" kind="con"/> - <classpathentry path="bin" kind="output"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="output" path="bin"/> </classpath> diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/.settings/org.eclipse.jdt.core.prefs b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/.settings/org.eclipse.jdt.core.prefs index d0ca27be35e..ce6bbbbaf9b 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/.settings/org.eclipse.jdt.core.prefs +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/.settings/org.eclipse.jdt.core.prefs @@ -1,22 +1,12 @@ -#/******************************************************************************* -# * Copyright (c) 2007 IBM Corporation and others. -# * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 -# * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html -# * -# * Contributors: -# * IBM Corporation - initial API and implementation -# *******************************************************************************/ -#Thu Sep 20 11:01:49 EDT 2007 +#Thu Apr 09 15:42:52 EDT 2009 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.4 +org.eclipse.jdt.core.compiler.compliance=1.5 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning -org.eclipse.jdt.core.compiler.source=1.4 +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/META-INF/MANIFEST.MF b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/META-INF/MANIFEST.MF index 47736545589..ae86c27c8e8 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/META-INF/MANIFEST.MF +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/META-INF/MANIFEST.MF @@ -14,9 +14,10 @@ Require-Bundle: org.eclipse.ui, org.eclipse.cdt.ui, org.eclipse.ui.ide, org.eclipse.core.variables -Eclipse-LazyStart: true +Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.cdt.managedbuilder.xlc.ui, org.eclipse.cdt.managedbuilder.xlc.ui.preferences, org.eclipse.cdt.managedbuilder.xlc.ui.properties, org.eclipse.cdt.managedbuilder.xlc.ui.wizards Bundle-Vendor: %providerName +Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties index c4583b62189..78ee76a7ab7 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties @@ -19,3 +19,4 @@ bin.includes = META-INF/,\ about.mappings,\ about.properties,\ eclipse32.gif +src.includes = about.html diff --git a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.html b/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.html deleted file mode 100644 index 5e7ffbdb249..00000000000 --- a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> -<html> -<head> -<title>About</title> -<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"> -</head> -<body lang="EN-US"> -<h2>About This Content</h2> - -<p>June 22, 2007</p> -<h3>License</h3> - -<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. -For purposes of the EPL, "Program" will mean the Content.</p> - -<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content.</p> - -</body> -</html>
\ No newline at end of file diff --git a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.ini b/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.ini deleted file mode 100644 index a21a3ecea0e..00000000000 --- a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.ini +++ /dev/null @@ -1,29 +0,0 @@ -# about.ini -# contains information about a feature -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# "%key" are externalized strings defined in about.properties -# This file does not need to be translated. - -# Property "aboutText" contains blurb for "About" dialog (translated) -aboutText=%blurb - -# Property "windowImage" contains path to window icon (16x16) -# needed for primary features only - -# Property "featureImage" contains path to feature image (32x32) -featureImage=eclipse32.gif - -# Property "aboutImage" contains path to product image (500x330 or 115x164) -# needed for primary features only - -# Property "appName" contains name of the application (translated) -# needed for primary features only - -# Property "welcomePage" contains path to welcome page (special XML-based format) -# optional - -# Property "welcomePerspective" contains the id of the perspective in which the -# welcome page is to be opened. -# optional - - diff --git a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.mappings b/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.mappings deleted file mode 100644 index bddaab43109..00000000000 --- a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.mappings +++ /dev/null @@ -1,6 +0,0 @@ -# about.mappings -# contains fill-ins for about.properties -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file does not need to be translated. - -0=@build@
\ No newline at end of file diff --git a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.properties b/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.properties deleted file mode 100644 index b8d627d87d1..00000000000 --- a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/about.properties +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2008 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# about.properties -# contains externalized strings for about.ini -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# fill-ins are supplied by about.mappings -# This file should be translated. - -blurb=Eclipse CDT XL C/C++ Compiler Support Source Codee\n\ -\n\ -Version: {featureVersion}\n\ -Build id: {0}\n\ -\n\ -(c) Copyright IBM Corp. and others 2000, 2007. All rights reserved.\n\ -Visit http://www.eclipse.org/cdt diff --git a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/build.properties b/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/build.properties deleted file mode 100644 index 92504864a9c..00000000000 --- a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/build.properties +++ /dev/null @@ -1,27 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2008 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -bin.includes = about.html,\ - about.ini,\ - about.mappings,\ - about.properties,\ - eclipse32.gif,\ - plugin.xml,\ - plugin.properties,\ - src/**,\ - META-INF/ -src.includes = about.html,\ - about.ini,\ - about.mappings,\ - about.properties,\ - eclipse32.gif,\ - plugin.xml,\ - plugin.properties -sourcePlugin=true diff --git a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/eclipse32.gif b/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/eclipse32.gif Binary files differdeleted file mode 100644 index e6ad7ccd75b..00000000000 --- a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/eclipse32.gif +++ /dev/null diff --git a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/plugin.properties b/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/plugin.properties deleted file mode 100644 index 673393898cd..00000000000 --- a/xlc/org.eclipse.cdt.xlc.feature/sourceTemplatePlugin/plugin.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2006, 2008 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName=XL C/C++ Compiler Support (Source) -providerName=Eclipse.org
\ No newline at end of file |