diff --git a/assembly/plugins/org.eclipse.jst/.classpath b/assembly/plugins/org.eclipse.jst/.classpath new file mode 100644 index 0000000000000000000000000000000000000000..751c8f2e504c40d1c41ebbd87d8f8968529e9c30 --- /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 0000000000000000000000000000000000000000..e4a52efae27669c7758571fcd27b0e7dfd8256b0 --- /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 0000000000000000000000000000000000000000..4c2789605232f114bb0d4d8b031199bacadfc3d7 --- /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 0000000000000000000000000000000000000000..2d138a4c5621a9a1c5150428495c9b7bc39f6038 --- /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 0000000000000000000000000000000000000000..6f6b96c4c87db1b886ad9db93b7ad3656aa00f9d --- /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 ("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/assembly/plugins/org.eclipse.jst/about.ini b/assembly/plugins/org.eclipse.jst/about.ini new file mode 100644 index 0000000000000000000000000000000000000000..a21a3ecea0e5546bcbc7d5f5c6ec9dfb544fff18 --- /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 0000000000000000000000000000000000000000..bddaab431091b8eccff0a57beb661b8796a629c7 --- /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 0000000000000000000000000000000000000000..3102d06671464271097453f1c6604b52b2384414 --- /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 0000000000000000000000000000000000000000..585b85c7adcbdddc66ea083e49b22f17196782b1 --- /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 Binary files /dev/null and b/assembly/plugins/org.eclipse.jst/eclipse32.gif differ 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 Binary files /dev/null and b/assembly/plugins/org.eclipse.jst/eclipse32.png differ diff --git a/assembly/plugins/org.eclipse.jst/plugin.properties b/assembly/plugins/org.eclipse.jst/plugin.properties new file mode 100644 index 0000000000000000000000000000000000000000..88de9f4333cba696a58fc51ca4ff5776699756ed --- /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 e4254b18e09c88eb5650272dbf7cc24d72c27536..e4a52efae27669c7758571fcd27b0e7dfd8256b0 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 0000000000000000000000000000000000000000..61cbc701102eff3e65cf597aebac75f7f379ee53 --- /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 0000000000000000000000000000000000000000..f3d21d2f86fcc283eff4fee1b4c5efa334348a56 --- /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 0000000000000000000000000000000000000000..6f6b96c4c87db1b886ad9db93b7ad3656aa00f9d --- /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 ("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/assembly/plugins/org.eclipse.wst/about.ini b/assembly/plugins/org.eclipse.wst/about.ini new file mode 100644 index 0000000000000000000000000000000000000000..a21a3ecea0e5546bcbc7d5f5c6ec9dfb544fff18 --- /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 0000000000000000000000000000000000000000..bddaab431091b8eccff0a57beb661b8796a629c7 --- /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 0000000000000000000000000000000000000000..eabd1d30b82ddeda487437d785eea2585cbba502 --- /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 0000000000000000000000000000000000000000..8b86fdbc05f71d4a6563a86aa275ff8337722bcc --- /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 Binary files /dev/null and b/assembly/plugins/org.eclipse.wst/eclipse32.gif differ 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 Binary files /dev/null and b/assembly/plugins/org.eclipse.wst/eclipse32.png differ diff --git a/assembly/plugins/org.eclipse.wst/plugin.properties b/assembly/plugins/org.eclipse.wst/plugin.properties new file mode 100644 index 0000000000000000000000000000000000000000..88de9f4333cba696a58fc51ca4ff5776699756ed --- /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