diff options
| author | David Williams | 2014-02-02 19:21:18 +0000 |
|---|---|---|
| committer | David Williams | 2014-02-02 19:21:18 +0000 |
| commit | 6661e48a0145ff03ba0bb9ce148ef6973aeb9085 (patch) | |
| tree | 182559a7a1381a4d1c2747da65dca53bf74b0ec4 | |
| parent | c811c4045d06f736e7fe41d5343b4813179a013e (diff) | |
| download | eclipse.platform.releng-6661e48a0145ff03ba0bb9ce148ef6973aeb9085.tar.gz eclipse.platform.releng-6661e48a0145ff03ba0bb9ce148ef6973aeb9085.tar.xz eclipse.platform.releng-6661e48a0145ff03ba0bb9ce148ef6973aeb9085.zip | |
Bug 420248 - Delete 'sourceTemplatePlugin' folders
23 files changed, 0 insertions, 338 deletions
diff --git a/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.html b/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.html deleted file mode 100644 index c207d05a..00000000 --- a/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> -<title>About</title> -</head> -<body lang="EN-US"> -<h2>About This Content</h2> - -<p>May 10, 2006</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 -and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p> - -<h3>Source Code</h3> -<p>This plug-in contains source code zip files ("Source Zips") that correspond to binary content in other plug-ins. These Source Zips may be distributed under different license -agreements and/or notices. Details about these license agreements and notices are contained in "about.html" files ("Abouts") located in sub-directories in the -src/ directory of this plug-in. Such Abouts govern your use of the Source Zips in that directory, not the EPL.</p> - -</body> -</html>
\ No newline at end of file diff --git a/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.ini b/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.ini deleted file mode 100644 index 669383fe..00000000 --- a/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.ini +++ /dev/null @@ -1,31 +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.png - -# Property "aboutImage" contains path to product image (500x330 or 115x164) -# needed for primary features only - -# Property "appName" contains name of the application (not 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/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.mappings b/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.mappings deleted file mode 100644 index bddaab43..00000000 --- a/features/org.eclipse.platform-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/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.properties b/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.properties deleted file mode 100644 index 53d73e0f..00000000 --- a/features/org.eclipse.platform-feature/sourceTemplatePlugin/about.properties +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2010 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. -# -# Do not translate any values surrounded by {} - -blurb=Eclipse Platform Plug-in Developer Resources\n\ -\n\ -Version: {featureVersion}\n\ -Build id: {0}\n\ -\n\ -(c) Copyright Eclipse contributors and others 2000, 2011. All rights reserved.\n\ -Visit http://www.eclipse.org/platform - diff --git a/features/org.eclipse.platform-feature/sourceTemplatePlugin/build.properties b/features/org.eclipse.platform-feature/sourceTemplatePlugin/build.properties deleted file mode 100644 index c15ef741..00000000 --- a/features/org.eclipse.platform-feature/sourceTemplatePlugin/build.properties +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2006 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.png, plugin.properties, plugin.xml, src/**, META-INF/ - -sourcePlugin = true - diff --git a/features/org.eclipse.platform-feature/sourceTemplatePlugin/eclipse32.gif b/features/org.eclipse.platform-feature/sourceTemplatePlugin/eclipse32.gif Binary files differdeleted file mode 100644 index e6ad7ccd..00000000 --- a/features/org.eclipse.platform-feature/sourceTemplatePlugin/eclipse32.gif +++ /dev/null diff --git a/features/org.eclipse.platform-feature/sourceTemplatePlugin/eclipse32.png b/features/org.eclipse.platform-feature/sourceTemplatePlugin/eclipse32.png Binary files differdeleted file mode 100644 index 568fac1d..00000000 --- a/features/org.eclipse.platform-feature/sourceTemplatePlugin/eclipse32.png +++ /dev/null diff --git a/features/org.eclipse.platform-feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.platform-feature/sourceTemplatePlugin/plugin.properties deleted file mode 100644 index eee6c3cc..00000000 --- a/features/org.eclipse.platform-feature/sourceTemplatePlugin/plugin.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2005 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 Platform Plug-in Developer Resources -providerName=Eclipse.org diff --git a/features/org.eclipse.rcp/sourceTemplatePlugin/about.html b/features/org.eclipse.rcp/sourceTemplatePlugin/about.html deleted file mode 100644 index c207d05a..00000000 --- a/features/org.eclipse.rcp/sourceTemplatePlugin/about.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> -<title>About</title> -</head> -<body lang="EN-US"> -<h2>About This Content</h2> - -<p>May 10, 2006</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 -and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p> - -<h3>Source Code</h3> -<p>This plug-in contains source code zip files ("Source Zips") that correspond to binary content in other plug-ins. These Source Zips may be distributed under different license -agreements and/or notices. Details about these license agreements and notices are contained in "about.html" files ("Abouts") located in sub-directories in the -src/ directory of this plug-in. Such Abouts govern your use of the Source Zips in that directory, not the EPL.</p> - -</body> -</html>
\ No newline at end of file diff --git a/features/org.eclipse.rcp/sourceTemplatePlugin/about.ini b/features/org.eclipse.rcp/sourceTemplatePlugin/about.ini deleted file mode 100644 index 669383fe..00000000 --- a/features/org.eclipse.rcp/sourceTemplatePlugin/about.ini +++ /dev/null @@ -1,31 +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.png - -# Property "aboutImage" contains path to product image (500x330 or 115x164) -# needed for primary features only - -# Property "appName" contains name of the application (not 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/features/org.eclipse.rcp/sourceTemplatePlugin/about.mappings b/features/org.eclipse.rcp/sourceTemplatePlugin/about.mappings deleted file mode 100644 index bddaab43..00000000 --- a/features/org.eclipse.rcp/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/features/org.eclipse.rcp/sourceTemplatePlugin/about.properties b/features/org.eclipse.rcp/sourceTemplatePlugin/about.properties deleted file mode 100644 index f22535e2..00000000 --- a/features/org.eclipse.rcp/sourceTemplatePlugin/about.properties +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2013 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. -# -# Do not translate any values surrounded by {} - -blurb=Eclipse RCP Plug-in Developer Resources\n\ -\n\ -Version: {featureVersion}\n\ -Build id: {0}\n\ -\n\ -(c) Copyright Eclipse contributors and others 2000, 2013. All rights reserved.\n\ -Visit http://www.eclipse.org/rcp - diff --git a/features/org.eclipse.rcp/sourceTemplatePlugin/build.properties b/features/org.eclipse.rcp/sourceTemplatePlugin/build.properties deleted file mode 100644 index c15ef741..00000000 --- a/features/org.eclipse.rcp/sourceTemplatePlugin/build.properties +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2006 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.png, plugin.properties, plugin.xml, src/**, META-INF/ - -sourcePlugin = true - diff --git a/features/org.eclipse.rcp/sourceTemplatePlugin/eclipse32.gif b/features/org.eclipse.rcp/sourceTemplatePlugin/eclipse32.gif Binary files differdeleted file mode 100644 index e6ad7ccd..00000000 --- a/features/org.eclipse.rcp/sourceTemplatePlugin/eclipse32.gif +++ /dev/null diff --git a/features/org.eclipse.rcp/sourceTemplatePlugin/eclipse32.png b/features/org.eclipse.rcp/sourceTemplatePlugin/eclipse32.png Binary files differdeleted file mode 100644 index 568fac1d..00000000 --- a/features/org.eclipse.rcp/sourceTemplatePlugin/eclipse32.png +++ /dev/null diff --git a/features/org.eclipse.rcp/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.rcp/sourceTemplatePlugin/plugin.properties deleted file mode 100644 index 1921ccbf..00000000 --- a/features/org.eclipse.rcp/sourceTemplatePlugin/plugin.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2005 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 RCP Plug-in Developer Resources -providerName=Eclipse.org diff --git a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/about.html b/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/about.html deleted file mode 100644 index c207d05a..00000000 --- a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/about.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> -<title>About</title> -</head> -<body lang="EN-US"> -<h2>About This Content</h2> - -<p>May 10, 2006</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 -and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p> - -<h3>Source Code</h3> -<p>This plug-in contains source code zip files ("Source Zips") that correspond to binary content in other plug-ins. These Source Zips may be distributed under different license -agreements and/or notices. Details about these license agreements and notices are contained in "about.html" files ("Abouts") located in sub-directories in the -src/ directory of this plug-in. Such Abouts govern your use of the Source Zips in that directory, not the EPL.</p> - -</body> -</html>
\ No newline at end of file diff --git a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/about.ini b/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/about.ini deleted file mode 100644 index 5dfa1c08..00000000 --- a/features/org.eclipse.sdk.examples-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.png
-
-# Property "aboutImage" contains path to product image (500x330 or 115x164)
-# needed for primary features only
-
-# Property "appName" contains name of the application (not 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/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/about.mappings b/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/about.mappings deleted file mode 100644 index 0dfb7355..00000000 --- a/features/org.eclipse.sdk.examples-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@
diff --git a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/build.properties b/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/build.properties deleted file mode 100644 index 914b1976..00000000 --- a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/build.properties +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 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 -############################################################################### -bin.includes = eclipse32.png, plugin.properties, plugin.xml, src/**,META-INF/ - -sourcePlugin = true - diff --git a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/eclipse32.gif b/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/eclipse32.gif Binary files differdeleted file mode 100644 index e6ad7ccd..00000000 --- a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/eclipse32.gif +++ /dev/null diff --git a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/eclipse32.png b/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/eclipse32.png Binary files differdeleted file mode 100644 index 568fac1d..00000000 --- a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/eclipse32.png +++ /dev/null diff --git a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/plugin.properties deleted file mode 100644 index eee6c3cc..00000000 --- a/features/org.eclipse.sdk.examples-feature/sourceTemplatePlugin/plugin.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2000, 2005 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 Platform Plug-in Developer Resources -providerName=Eclipse.org |
