From af47ef6ad9741d0b21d136bb481ecb0b11c43c1e Mon Sep 17 00:00:00 2001
From: jeffliu <jeffliu>
Date: Tue, 5 Jul 2005 18:13:17 +0000
Subject: [PATCH] [92972] WTP Features Missing from Feature Details

---
 assembly/plugins/org.eclipse.jst/.classpath   |   7 +++++
 assembly/plugins/org.eclipse.jst/.cvsignore   |   4 +++
 assembly/plugins/org.eclipse.jst/.project     |  28 +++++++++++++++++
 .../org.eclipse.jst/META-INF/MANIFEST.MF      |   7 +++++
 assembly/plugins/org.eclipse.jst/about.html   |  22 +++++++++++++
 assembly/plugins/org.eclipse.jst/about.ini    |  29 ++++++++++++++++++
 .../plugins/org.eclipse.jst/about.mappings    |   6 ++++
 .../plugins/org.eclipse.jst/about.properties  |  24 +++++++++++++++
 .../plugins/org.eclipse.jst/build.properties  |  11 +++++++
 .../plugins/org.eclipse.jst/eclipse32.gif     | Bin 0 -> 1706 bytes
 .../plugins/org.eclipse.jst/eclipse32.png     | Bin 0 -> 4594 bytes
 .../plugins/org.eclipse.jst/plugin.properties |  13 ++++++++
 assembly/plugins/org.eclipse.wst/.cvsignore   |   1 +
 assembly/plugins/org.eclipse.wst/.project     |  28 +++++++++++++++++
 .../org.eclipse.wst/META-INF/MANIFEST.MF      |   7 +++++
 assembly/plugins/org.eclipse.wst/about.html   |  22 +++++++++++++
 assembly/plugins/org.eclipse.wst/about.ini    |  29 ++++++++++++++++++
 .../plugins/org.eclipse.wst/about.mappings    |   6 ++++
 .../plugins/org.eclipse.wst/about.properties  |  24 +++++++++++++++
 .../plugins/org.eclipse.wst/build.properties  |  11 +++++++
 .../plugins/org.eclipse.wst/eclipse32.gif     | Bin 0 -> 1706 bytes
 .../plugins/org.eclipse.wst/eclipse32.png     | Bin 0 -> 4594 bytes
 .../plugins/org.eclipse.wst/plugin.properties |  13 ++++++++
 23 files changed, 292 insertions(+)
 create mode 100644 assembly/plugins/org.eclipse.jst/.classpath
 create mode 100644 assembly/plugins/org.eclipse.jst/.cvsignore
 create mode 100644 assembly/plugins/org.eclipse.jst/.project
 create mode 100644 assembly/plugins/org.eclipse.jst/META-INF/MANIFEST.MF
 create mode 100644 assembly/plugins/org.eclipse.jst/about.html
 create mode 100644 assembly/plugins/org.eclipse.jst/about.ini
 create mode 100644 assembly/plugins/org.eclipse.jst/about.mappings
 create mode 100644 assembly/plugins/org.eclipse.jst/about.properties
 create mode 100644 assembly/plugins/org.eclipse.jst/build.properties
 create mode 100644 assembly/plugins/org.eclipse.jst/eclipse32.gif
 create mode 100644 assembly/plugins/org.eclipse.jst/eclipse32.png
 create mode 100644 assembly/plugins/org.eclipse.jst/plugin.properties
 create mode 100644 assembly/plugins/org.eclipse.wst/.project
 create mode 100644 assembly/plugins/org.eclipse.wst/META-INF/MANIFEST.MF
 create mode 100644 assembly/plugins/org.eclipse.wst/about.html
 create mode 100644 assembly/plugins/org.eclipse.wst/about.ini
 create mode 100644 assembly/plugins/org.eclipse.wst/about.mappings
 create mode 100644 assembly/plugins/org.eclipse.wst/about.properties
 create mode 100644 assembly/plugins/org.eclipse.wst/build.properties
 create mode 100644 assembly/plugins/org.eclipse.wst/eclipse32.gif
 create mode 100644 assembly/plugins/org.eclipse.wst/eclipse32.png
 create mode 100644 assembly/plugins/org.eclipse.wst/plugin.properties

diff --git a/assembly/plugins/org.eclipse.jst/.classpath b/assembly/plugins/org.eclipse.jst/.classpath
new file mode 100644
index 000000000..751c8f2e5
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/.classpath
@@ -0,0 +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.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/assembly/plugins/org.eclipse.jst/.cvsignore b/assembly/plugins/org.eclipse.jst/.cvsignore
new file mode 100644
index 000000000..e4a52efae
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/.cvsignore
@@ -0,0 +1,4 @@
+src
+bin
+temp.folder
+build.xml
diff --git a/assembly/plugins/org.eclipse.jst/.project b/assembly/plugins/org.eclipse.jst/.project
new file mode 100644
index 000000000..4c2789605
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.jst</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
diff --git a/assembly/plugins/org.eclipse.jst/META-INF/MANIFEST.MF b/assembly/plugins/org.eclipse.jst/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..2d138a4c5
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.jst
+Bundle-Version: 0.7.0
+Bundle-Localization: plugin
+Bundle-Vendor: %providerName
diff --git a/assembly/plugins/org.eclipse.jst/about.html b/assembly/plugins/org.eclipse.jst/about.html
new file mode 100644
index 000000000..6f6b96c4c
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/about.html
@@ -0,0 +1,22 @@
+<!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>February 24, 2005</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/assembly/plugins/org.eclipse.jst/about.ini b/assembly/plugins/org.eclipse.jst/about.ini
new file mode 100644
index 000000000..a21a3ecea
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/about.ini
@@ -0,0 +1,29 @@
+# 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/assembly/plugins/org.eclipse.jst/about.mappings b/assembly/plugins/org.eclipse.jst/about.mappings
new file mode 100644
index 000000000..bddaab431
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/about.mappings
@@ -0,0 +1,6 @@
+# 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/assembly/plugins/org.eclipse.jst/about.properties b/assembly/plugins/org.eclipse.jst/about.properties
new file mode 100644
index 000000000..3102d0667
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/about.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 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
+###############################################################################
+
+# 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=Java Standard Tools\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others. 2005.  All rights reserved.\n\
+Visit http://www.eclipse.org/webtools
diff --git a/assembly/plugins/org.eclipse.jst/build.properties b/assembly/plugins/org.eclipse.jst/build.properties
new file mode 100644
index 000000000..585b85c7a
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/build.properties
@@ -0,0 +1,11 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               about.ini,\
+               about.html,\
+               about.mappings,\
+               about.properties,\
+               eclipse32.gif,\
+               eclipse32.png,\
+               plugin.properties
diff --git a/assembly/plugins/org.eclipse.jst/eclipse32.gif b/assembly/plugins/org.eclipse.jst/eclipse32.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e6ad7ccd75b6f4c8c87df7a6450f1b4f16bd40c2
GIT binary patch
literal 1706
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
A<NyEw

literal 0
HcmV?d00001

diff --git a/assembly/plugins/org.eclipse.jst/eclipse32.png b/assembly/plugins/org.eclipse.jst/eclipse32.png
new file mode 100644
index 0000000000000000000000000000000000000000..568fac1d05f4d05a2470f02033e92c77ce49a660
GIT binary patch
literal 4594
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

literal 0
HcmV?d00001

diff --git a/assembly/plugins/org.eclipse.jst/plugin.properties b/assembly/plugins/org.eclipse.jst/plugin.properties
new file mode 100644
index 000000000..88de9f433
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/plugin.properties
@@ -0,0 +1,13 @@
+###############################################################################
+# Copyright (c) 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 = Web Standard Tools
+providerName = Eclipse.org
\ No newline at end of file
diff --git a/assembly/plugins/org.eclipse.wst/.cvsignore b/assembly/plugins/org.eclipse.wst/.cvsignore
index e4254b18e..e4a52efae 100644
--- a/assembly/plugins/org.eclipse.wst/.cvsignore
+++ b/assembly/plugins/org.eclipse.wst/.cvsignore
@@ -1,3 +1,4 @@
+src
 bin
 temp.folder
 build.xml
diff --git a/assembly/plugins/org.eclipse.wst/.project b/assembly/plugins/org.eclipse.wst/.project
new file mode 100644
index 000000000..61cbc7011
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.wst</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
diff --git a/assembly/plugins/org.eclipse.wst/META-INF/MANIFEST.MF b/assembly/plugins/org.eclipse.wst/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..f3d21d2f8
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.wst
+Bundle-Version: 0.7.0
+Bundle-Localization: plugin
+Bundle-Vendor: %providerName
diff --git a/assembly/plugins/org.eclipse.wst/about.html b/assembly/plugins/org.eclipse.wst/about.html
new file mode 100644
index 000000000..6f6b96c4c
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/about.html
@@ -0,0 +1,22 @@
+<!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>February 24, 2005</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/assembly/plugins/org.eclipse.wst/about.ini b/assembly/plugins/org.eclipse.wst/about.ini
new file mode 100644
index 000000000..a21a3ecea
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/about.ini
@@ -0,0 +1,29 @@
+# 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/assembly/plugins/org.eclipse.wst/about.mappings b/assembly/plugins/org.eclipse.wst/about.mappings
new file mode 100644
index 000000000..bddaab431
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/about.mappings
@@ -0,0 +1,6 @@
+# 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/assembly/plugins/org.eclipse.wst/about.properties b/assembly/plugins/org.eclipse.wst/about.properties
new file mode 100644
index 000000000..eabd1d30b
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/about.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 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
+###############################################################################
+
+# 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=Web Standard Tools\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others. 2005.  All rights reserved.\n\
+Visit http://www.eclipse.org/webtools
diff --git a/assembly/plugins/org.eclipse.wst/build.properties b/assembly/plugins/org.eclipse.wst/build.properties
new file mode 100644
index 000000000..8b86fdbc0
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/build.properties
@@ -0,0 +1,11 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               about.html,\
+               about.ini,\
+               about.mappings,\
+               about.properties,\
+               eclipse32.gif,\
+               eclipse32.png,\
+               plugin.properties
diff --git a/assembly/plugins/org.eclipse.wst/eclipse32.gif b/assembly/plugins/org.eclipse.wst/eclipse32.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e6ad7ccd75b6f4c8c87df7a6450f1b4f16bd40c2
GIT binary patch
literal 1706
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
A<NyEw

literal 0
HcmV?d00001

diff --git a/assembly/plugins/org.eclipse.wst/eclipse32.png b/assembly/plugins/org.eclipse.wst/eclipse32.png
new file mode 100644
index 0000000000000000000000000000000000000000..568fac1d05f4d05a2470f02033e92c77ce49a660
GIT binary patch
literal 4594
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

literal 0
HcmV?d00001

diff --git a/assembly/plugins/org.eclipse.wst/plugin.properties b/assembly/plugins/org.eclipse.wst/plugin.properties
new file mode 100644
index 000000000..88de9f433
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/plugin.properties
@@ -0,0 +1,13 @@
+###############################################################################
+# Copyright (c) 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 = Web Standard Tools
+providerName = Eclipse.org
\ No newline at end of file
-- 
GitLab