Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2010-06-14 17:52:00 +0000
committerDoug Schaefer2010-06-14 17:52:00 +0000
commit2cc7be81546d216104978d6715cac2c1e7bc95e5 (patch)
treeeee59d269e7c61c7f1eeb371adedbffde01a1f21
parent058657319a38aa4afade4a26b5decb5d74e2772d (diff)
downloadorg.eclipse.cdt-2cc7be81546d216104978d6715cac2c1e7bc95e5.tar.gz
org.eclipse.cdt-2cc7be81546d216104978d6715cac2c1e7bc95e5.tar.xz
org.eclipse.cdt-2cc7be81546d216104978d6715cac2c1e7bc95e5.zip
Fix missing about.html and removed the templates for the source plugins.
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.html22
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.ini29
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.mappings6
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.properties23
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/build.properties27
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/cdt_logo_icon32.pngbin2770 -> 0 bytes
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/plugin.properties12
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.html22
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.ini29
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.mappings6
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.properties23
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/cdt_logo_icon32.pngbin2770 -> 0 bytes
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/plugin.properties12
-rw-r--r--debug/org.eclipse.cdt.gdb.ui/build.properties3
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.html22
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.ini29
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.mappings6
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.properties23
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/build.properties27
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/cdt_logo_icon32.pngbin2770 -> 0 bytes
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/plugin.properties12
21 files changed, 2 insertions, 331 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.html b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.html
deleted file mode 100644
index 5e7ffbdb249..00000000000
--- a/cross/org.eclipse.cdt.build.crossgcc-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 (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). 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, &quot;Program&quot; 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 (&quot;Redistributor&quot;) 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/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.ini b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.ini
deleted file mode 100644
index 1089089d83f..00000000000
--- a/cross/org.eclipse.cdt.build.crossgcc-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=cdt_logo_icon32.png
-
-# 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/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.mappings b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.mappings
deleted file mode 100644
index bddaab43109..00000000000
--- a/cross/org.eclipse.cdt.build.crossgcc-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/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.properties b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.properties
deleted file mode 100644
index eb4a3c728b4..00000000000
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/about.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2009 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 C/C++ Development Tooling Source Code\n\
-\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
-(c) Copyright IBM Corp. and others, 2000, 2010. All rights reserved.\n\
-Visit http://www.eclipse.org/cdt
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/build.properties b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/build.properties
deleted file mode 100644
index 55291e25f69..00000000000
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/build.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2009 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/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/cdt_logo_icon32.png b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/cdt_logo_icon32.png
deleted file mode 100644
index ed93a2d0788..00000000000
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/cdt_logo_icon32.png
+++ /dev/null
Binary files differ
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/plugin.properties b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/plugin.properties
deleted file mode 100644
index bdd6f1f4cd5..00000000000
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/plugin.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2009 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=CDT GCC Cross Compiler Support Source (Source)
-providerName=Eclipse CDT
diff --git a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.html b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.html
deleted file mode 100644
index 5e7ffbdb249..00000000000
--- a/cross/org.eclipse.cdt.launch.remote-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 (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). 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, &quot;Program&quot; 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 (&quot;Redistributor&quot;) 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/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.ini b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.ini
deleted file mode 100644
index 587d18bdc2a..00000000000
--- a/cross/org.eclipse.cdt.launch.remote-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=cdt_loco_icon32.png
-
-# 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/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.mappings b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.mappings
deleted file mode 100644
index bddaab43109..00000000000
--- a/cross/org.eclipse.cdt.launch.remote-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/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.properties b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.properties
deleted file mode 100644
index f89f78ce646..00000000000
--- a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/about.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2009 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 C/C++ Development Tooling Source Code\n\
-\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
-(c) Copyright IBM Corp. and others 2000, 2010. All rights reserved.\n\
-Visit http://www.eclipse.org/cdt
diff --git a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/cdt_logo_icon32.png b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/cdt_logo_icon32.png
deleted file mode 100644
index ed93a2d0788..00000000000
--- a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/cdt_logo_icon32.png
+++ /dev/null
Binary files differ
diff --git a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/plugin.properties b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/plugin.properties
deleted file mode 100644
index 637bcada607..00000000000
--- a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplatePlugin/plugin.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2009 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=CDT RSE Remote Launch (Source)
-providerName=Eclipse CDT
diff --git a/debug/org.eclipse.cdt.gdb.ui/build.properties b/debug/org.eclipse.cdt.gdb.ui/build.properties
index 19c058541fc..9baf2fcaf5f 100644
--- a/debug/org.eclipse.cdt.gdb.ui/build.properties
+++ b/debug/org.eclipse.cdt.gdb.ui/build.properties
@@ -13,4 +13,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.html b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.html
deleted file mode 100644
index 5e7ffbdb249..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-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 (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). 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, &quot;Program&quot; 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 (&quot;Redistributor&quot;) 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/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.ini b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.ini
deleted file mode 100644
index 1089089d83f..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-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=cdt_logo_icon32.png
-
-# 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/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.mappings b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.mappings
deleted file mode 100644
index bddaab43109..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-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/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.properties b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.properties
deleted file mode 100644
index f89f78ce646..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/about.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2009 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 C/C++ Development Tooling Source Code\n\
-\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
-(c) Copyright IBM Corp. and others 2000, 2010. All rights reserved.\n\
-Visit http://www.eclipse.org/cdt
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/build.properties b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/build.properties
deleted file mode 100644
index dd81bf99001..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/build.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2009 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,\
- cdt_logo_icon32.png,\
- plugin.xml,\
- plugin.properties
-sourcePlugin=true
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/cdt_logo_icon32.png b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/cdt_logo_icon32.png
deleted file mode 100644
index ed93a2d0788..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/cdt_logo_icon32.png
+++ /dev/null
Binary files differ
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/plugin.properties b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/plugin.properties
deleted file mode 100644
index e0687f55690..00000000000
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/plugin.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2009 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=Eclipse C/C++ Development Tools (Source)
-providerName=Eclipse CDT \ No newline at end of file

Back to the top