From 5ee5a6a3a3d7eb4f182ba7c36d094e8475885ba8 Mon Sep 17 00:00:00 2001 From: Victor Rubezhny Date: Mon, 21 Dec 2015 16:52:04 +0300 Subject: Bug 484762 - Add JSON Editor contribution into maven build and include into features pom.xml's configs, features and site are created Signed-off-by: Victor Rubezhny --- .../org.eclipse.wst.json_core.feature/.project | 17 +++++ .../.settings/org.eclipse.core.resources.prefs | 3 + .../build.properties | 4 ++ .../eclipse_update_120.jpg | Bin 0 -> 21695 bytes .../feature.properties | 36 +++++++++++ .../org.eclipse.wst.json_core.feature/feature.xml | 71 ++++++++++++++++++++ features/org.eclipse.wst.json_core.feature/pom.xml | 72 +++++++++++++++++++++ .../sourceTemplateBundle/about.html | 27 ++++++++ .../sourceTemplateBundle/about.ini | 31 +++++++++ .../sourceTemplateBundle/about.mappings | 6 ++ .../sourceTemplateBundle/about.properties | 26 ++++++++ .../sourceTemplateBundle/build.properties | 2 + .../sourceTemplateBundle/plugin.properties | 12 ++++ .../sourceTemplateBundle/wtp_prod32.gif | Bin 0 -> 1752 bytes .../sourceTemplateBundle/wtp_prod32.png | Bin 0 -> 2672 bytes .../sourceTemplateFeature/build.properties | 14 ++++ .../sourceTemplateFeature/eclipse_update_120.jpg | Bin 0 -> 21695 bytes .../sourceTemplateFeature/feature.properties | 37 +++++++++++ .../sourceTemplatePlugin/about.html | 27 ++++++++ .../sourceTemplatePlugin/about.ini | 31 +++++++++ .../sourceTemplatePlugin/about.mappings | 6 ++ .../sourceTemplatePlugin/about.properties | 26 ++++++++ .../sourceTemplatePlugin/build.properties | 2 + .../sourceTemplatePlugin/plugin.properties | 12 ++++ .../sourceTemplatePlugin/wtp_prod32.gif | Bin 0 -> 1752 bytes .../sourceTemplatePlugin/wtp_prod32.png | Bin 0 -> 2672 bytes features/org.eclipse.wst.json_sdk.feature/.project | 17 +++++ .../build.properties | 4 ++ .../eclipse_update_120.jpg | Bin 0 -> 21695 bytes .../feature.properties | 36 +++++++++++ .../org.eclipse.wst.json_sdk.feature/feature.xml | 30 +++++++++ features/org.eclipse.wst.json_sdk.feature/pom.xml | 26 ++++++++ features/org.eclipse.wst.json_ui.feature/.project | 17 +++++ .../build.properties | 3 + .../eclipse_update_120.jpg | Bin 0 -> 21695 bytes .../feature.properties | 39 +++++++++++ .../org.eclipse.wst.json_ui.feature/feature.xml | 62 ++++++++++++++++++ features/org.eclipse.wst.json_ui.feature/pom.xml | 64 ++++++++++++++++++ .../sourceTemplateBundle/about.html | 27 ++++++++ .../sourceTemplateBundle/about.ini | 31 +++++++++ .../sourceTemplateBundle/about.mappings | 6 ++ .../sourceTemplateBundle/about.properties | 26 ++++++++ .../sourceTemplateBundle/build.properties | 3 + .../sourceTemplateBundle/plugin.properties | 12 ++++ .../sourceTemplateBundle/wtp_prod32.gif | Bin 0 -> 1752 bytes .../sourceTemplateBundle/wtp_prod32.png | Bin 0 -> 2672 bytes .../sourceTemplateFeature/build.properties | 16 +++++ .../sourceTemplateFeature/eclipse_update_120.jpg | Bin 0 -> 21695 bytes .../sourceTemplateFeature/feature.properties | 37 +++++++++++ .../sourceTemplatePlugin/about.html | 27 ++++++++ .../sourceTemplatePlugin/about.ini | 31 +++++++++ .../sourceTemplatePlugin/about.mappings | 6 ++ .../sourceTemplatePlugin/about.properties | 26 ++++++++ .../sourceTemplatePlugin/build.properties | 3 + .../sourceTemplatePlugin/plugin.properties | 12 ++++ .../sourceTemplatePlugin/wtp_prod32.gif | Bin 0 -> 1752 bytes .../sourceTemplatePlugin/wtp_prod32.png | Bin 0 -> 2672 bytes features/pom.xml | 3 + 58 files changed, 1026 insertions(+) create mode 100644 features/org.eclipse.wst.json_core.feature/.project create mode 100644 features/org.eclipse.wst.json_core.feature/.settings/org.eclipse.core.resources.prefs create mode 100644 features/org.eclipse.wst.json_core.feature/build.properties create mode 100644 features/org.eclipse.wst.json_core.feature/eclipse_update_120.jpg create mode 100644 features/org.eclipse.wst.json_core.feature/feature.properties create mode 100644 features/org.eclipse.wst.json_core.feature/feature.xml create mode 100644 features/org.eclipse.wst.json_core.feature/pom.xml create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.html create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.ini create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.mappings create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.properties create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/build.properties create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/plugin.properties create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/wtp_prod32.gif create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/wtp_prod32.png create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/build.properties create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/eclipse_update_120.jpg create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/feature.properties create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.html create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.ini create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.mappings create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.properties create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/build.properties create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/plugin.properties create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/wtp_prod32.gif create mode 100644 features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/wtp_prod32.png create mode 100644 features/org.eclipse.wst.json_sdk.feature/.project create mode 100644 features/org.eclipse.wst.json_sdk.feature/build.properties create mode 100644 features/org.eclipse.wst.json_sdk.feature/eclipse_update_120.jpg create mode 100644 features/org.eclipse.wst.json_sdk.feature/feature.properties create mode 100644 features/org.eclipse.wst.json_sdk.feature/feature.xml create mode 100644 features/org.eclipse.wst.json_sdk.feature/pom.xml create mode 100644 features/org.eclipse.wst.json_ui.feature/.project create mode 100644 features/org.eclipse.wst.json_ui.feature/build.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/eclipse_update_120.jpg create mode 100644 features/org.eclipse.wst.json_ui.feature/feature.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/feature.xml create mode 100644 features/org.eclipse.wst.json_ui.feature/pom.xml create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.html create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.ini create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.mappings create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/build.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/plugin.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/wtp_prod32.gif create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/wtp_prod32.png create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/build.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/eclipse_update_120.jpg create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/feature.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.html create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.ini create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.mappings create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/build.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/plugin.properties create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/wtp_prod32.gif create mode 100644 features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/wtp_prod32.png (limited to 'features') diff --git a/features/org.eclipse.wst.json_core.feature/.project b/features/org.eclipse.wst.json_core.feature/.project new file mode 100644 index 0000000000..ee7cbfb8e8 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/.project @@ -0,0 +1,17 @@ + + + org.eclipse.wst.json_core.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/features/org.eclipse.wst.json_core.feature/.settings/org.eclipse.core.resources.prefs b/features/org.eclipse.wst.json_core.feature/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..b4092764e8 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +#Mon May 08 09:10:27 EDT 2006 +eclipse.preferences.version=1 +encoding/=ISO-8859-1 diff --git a/features/org.eclipse.wst.json_core.feature/build.properties b/features/org.eclipse.wst.json_core.feature/build.properties new file mode 100644 index 0000000000..3e69ba2b1e --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/build.properties @@ -0,0 +1,4 @@ +bin.includes = feature.xml,\ + eclipse_update_120.jpg,\ + feature.properties + diff --git a/features/org.eclipse.wst.json_core.feature/eclipse_update_120.jpg b/features/org.eclipse.wst.json_core.feature/eclipse_update_120.jpg new file mode 100644 index 0000000000..bfdf708ad6 Binary files /dev/null and b/features/org.eclipse.wst.json_core.feature/eclipse_update_120.jpg differ diff --git a/features/org.eclipse.wst.json_core.feature/feature.properties b/features/org.eclipse.wst.json_core.feature/feature.properties new file mode 100644 index 0000000000..574d776d3e --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/feature.properties @@ -0,0 +1,36 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +# feature.properties +# contains externalized strings for feature.xml +# "%foo" in feature.xml corresponds to the key "foo" in this file +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file should be translated. + +# "featureName" property - name of the feature +featureName=WST JSON Core + +# "providerName" property - name of the company that provides the feature +providerName=Eclipse Web Tools Platform + +# "description" property - description of the feature +description=WST JSON Core + +# "copyright" property - text of the "Feature Update Copyright" +copyright=\ +Copyright (c) 2015 Red Hat, Inc.\n\ +All rights reserved. This program and the accompanying materials\n\ +are made available under the terms of the Eclipse Public License v1.0\n\ +which accompanies this distribution, and is available at\n\ +http://www.eclipse.org/legal/epl-v10.html\n\ +\n\ +Contributors:\n\ + Red Hat, Inc. - initial API and implementation\n +################ end of copyright property #################################### diff --git a/features/org.eclipse.wst.json_core.feature/feature.xml b/features/org.eclipse.wst.json_core.feature/feature.xml new file mode 100644 index 0000000000..c12334d3d5 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/feature.xml @@ -0,0 +1,71 @@ + + + + + %description + + + + %copyright + + + + %license + + + + + + + + + + + + + + + + + diff --git a/features/org.eclipse.wst.json_core.feature/pom.xml b/features/org.eclipse.wst.json_core.feature/pom.xml new file mode 100644 index 0000000000..50ca87d37b --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/pom.xml @@ -0,0 +1,72 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + features + 3.6.0-SNAPSHOT + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.json_core.feature + 3.8.0-SNAPSHOT + eclipse-feature + + + + + org.eclipse.tycho.extras + tycho-source-feature-plugin + ${tycho-extras.version} + + + org.eclipse.tycho.extras + tycho-source-feature-plugin + ${tycho-extras.version} + + + source-feature + package + + source-feature + + + + + + + + + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho.version} + + + attach-p2-metadata + package + + p2-metadata + + + + + + + diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.html b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.html new file mode 100644 index 0000000000..fe81d46ac3 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.html @@ -0,0 +1,27 @@ + + + +About + + + +

About This Content

+ +

June, 2008

+

License

+ +

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 http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

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.

+ +

Source Code

+

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.

+ + + diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.ini b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.ini new file mode 100644 index 0000000000..fda5a40c8e --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.ini @@ -0,0 +1,31 @@ +# 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=wtp_prod32.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.wst.json_core.feature/sourceTemplateBundle/about.mappings b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.mappings new file mode 100644 index 0000000000..a28390a75e --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/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@ diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.properties b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.properties new file mode 100644 index 0000000000..3b48c593cc --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/about.properties @@ -0,0 +1,26 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - 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=Web Standard Tools - JSON Core\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Eclipse contributors and others 2015. All rights reserved.\n\ +Visit http://www.eclipse.org/webtools + diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/build.properties b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/build.properties new file mode 100644 index 0000000000..ead512d689 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/build.properties @@ -0,0 +1,2 @@ +bin.includes = about.html, about.ini, about.mappings, about.properties, wtp_prod32.png, plugin.properties, plugin.xml, src/**, META-INF/ +sourcePlugin = true diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/plugin.properties b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/plugin.properties new file mode 100644 index 0000000000..831e9ec2e5 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/plugin.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +pluginName=Web Standard Tools - JSON Core Source +providerName=Eclipse Web Tools Platform diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/wtp_prod32.gif b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/wtp_prod32.gif new file mode 100644 index 0000000000..eefb44a3a7 Binary files /dev/null and b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/wtp_prod32.gif differ diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/wtp_prod32.png b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/wtp_prod32.png new file mode 100644 index 0000000000..bfceab3dac Binary files /dev/null and b/features/org.eclipse.wst.json_core.feature/sourceTemplateBundle/wtp_prod32.png differ diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/build.properties b/features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/build.properties new file mode 100644 index 0000000000..5761d4bd88 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/build.properties @@ -0,0 +1,14 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +bin.includes =\ +eclipse_update_120.jpg,\ +feature.xml,\ +feature.properties diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/eclipse_update_120.jpg b/features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/eclipse_update_120.jpg new file mode 100644 index 0000000000..bfdf708ad6 Binary files /dev/null and b/features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/eclipse_update_120.jpg differ diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/feature.properties new file mode 100644 index 0000000000..9f9806c8b1 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplateFeature/feature.properties @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +# feature.properties +# contains externalized strings for feature.xml +# "%foo" in feature.xml corresponds to the key "foo" in this file +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file should be translated. + +# "featureName" property - name of the feature +featureName=WST JSON Core Developer Resources + +# "providerName" property - name of the company that provides the feature +providerName=Eclipse Web Tools Platform + + +# "description" property - description of the feature +description=Source code zips for WST JSON core. + +# "copyright" property - text of the "Feature Update Copyright" +copyright=\ +Copyright (c) 2015 Red Hat, Inc.\n\ +All rights reserved. This program and the accompanying materials\n\ +are made available under the terms of the Eclipse Public License v1.0\n\ +which accompanies this distribution, and is available at\n\ +http://www.eclipse.org/legal/epl-v10.html\n\ +\n\ +Contributors:\n\ + Red Hat, Inc. - initial API and implementation\n +################ end of copyright property #################################### diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.html b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.html new file mode 100644 index 0000000000..fe81d46ac3 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.html @@ -0,0 +1,27 @@ + + + +About + + + +

About This Content

+ +

June, 2008

+

License

+ +

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 http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

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.

+ +

Source Code

+

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.

+ + + diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.ini b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.ini new file mode 100644 index 0000000000..fda5a40c8e --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.ini @@ -0,0 +1,31 @@ +# 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=wtp_prod32.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.wst.json_core.feature/sourceTemplatePlugin/about.mappings b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.mappings new file mode 100644 index 0000000000..a28390a75e --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/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@ diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.properties b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.properties new file mode 100644 index 0000000000..3b48c593cc --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/about.properties @@ -0,0 +1,26 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - 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=Web Standard Tools - JSON Core\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Eclipse contributors and others 2015. All rights reserved.\n\ +Visit http://www.eclipse.org/webtools + diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/build.properties b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/build.properties new file mode 100644 index 0000000000..ead512d689 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/build.properties @@ -0,0 +1,2 @@ +bin.includes = about.html, about.ini, about.mappings, about.properties, wtp_prod32.png, plugin.properties, plugin.xml, src/**, META-INF/ +sourcePlugin = true diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/plugin.properties new file mode 100644 index 0000000000..831e9ec2e5 --- /dev/null +++ b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/plugin.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +pluginName=Web Standard Tools - JSON Core Source +providerName=Eclipse Web Tools Platform diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/wtp_prod32.gif b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/wtp_prod32.gif new file mode 100644 index 0000000000..eefb44a3a7 Binary files /dev/null and b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/wtp_prod32.gif differ diff --git a/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/wtp_prod32.png b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/wtp_prod32.png new file mode 100644 index 0000000000..bfceab3dac Binary files /dev/null and b/features/org.eclipse.wst.json_core.feature/sourceTemplatePlugin/wtp_prod32.png differ diff --git a/features/org.eclipse.wst.json_sdk.feature/.project b/features/org.eclipse.wst.json_sdk.feature/.project new file mode 100644 index 0000000000..6353b23769 --- /dev/null +++ b/features/org.eclipse.wst.json_sdk.feature/.project @@ -0,0 +1,17 @@ + + + org.eclipse.wst.json_sdk.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/features/org.eclipse.wst.json_sdk.feature/build.properties b/features/org.eclipse.wst.json_sdk.feature/build.properties new file mode 100644 index 0000000000..af0b32ea23 --- /dev/null +++ b/features/org.eclipse.wst.json_sdk.feature/build.properties @@ -0,0 +1,4 @@ +bin.includes = feature.xml,\ + eclipse_update_120.jpg,\ + feature.properties +generate.feature@org.eclipse.wst.json_ui.feature.source=org.eclipse.wst.json_ui.feature, feature@org.eclipse.wst.json_core.feature.source diff --git a/features/org.eclipse.wst.json_sdk.feature/eclipse_update_120.jpg b/features/org.eclipse.wst.json_sdk.feature/eclipse_update_120.jpg new file mode 100644 index 0000000000..bfdf708ad6 Binary files /dev/null and b/features/org.eclipse.wst.json_sdk.feature/eclipse_update_120.jpg differ diff --git a/features/org.eclipse.wst.json_sdk.feature/feature.properties b/features/org.eclipse.wst.json_sdk.feature/feature.properties new file mode 100644 index 0000000000..ebdb1cea1e --- /dev/null +++ b/features/org.eclipse.wst.json_sdk.feature/feature.properties @@ -0,0 +1,36 @@ +############################################################################### +# Copyright (c) 2015 RedHat, Inc. +# 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: +# RedHat, Inc. - initial API and implementation +############################################################################### +# feature.properties +# contains externalized strings for feature.xml +# "%foo" in feature.xml corresponds to the key "foo" in this file +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file should be translated. + +# "featureName" property - name of the feature +featureName=Eclipse JSON Editors and Tools SDK + +# "providerName" property - name of the company that provides the feature +providerName=Eclipse Web Tools Platform + +# "description" property - description of the feature +description=Source code and API documentation for the Eclipse JSON Editors and Tools + +# "copyright" property - text of the "Feature Update Copyright" +copyright=\ +Copyright (c) 2015 RedHat, Inc.\n\ +All rights reserved. This program and the accompanying materials\n\ +are made available under the terms of the Eclipse Public License v1.0\n\ +which accompanies this distribution, and is available at\n\ +http://www.eclipse.org/legal/epl-v10.html\n\ +\n\ +Contributors:\n\ + RedHat, Inc. - initial API and implementation\n +################ end of copyright property #################################### diff --git a/features/org.eclipse.wst.json_sdk.feature/feature.xml b/features/org.eclipse.wst.json_sdk.feature/feature.xml new file mode 100644 index 0000000000..b4e4f74926 --- /dev/null +++ b/features/org.eclipse.wst.json_sdk.feature/feature.xml @@ -0,0 +1,30 @@ + + + + + %description + + + + %copyright + + + + %license + + + + + + + diff --git a/features/org.eclipse.wst.json_sdk.feature/pom.xml b/features/org.eclipse.wst.json_sdk.feature/pom.xml new file mode 100644 index 0000000000..8aa041dff8 --- /dev/null +++ b/features/org.eclipse.wst.json_sdk.feature/pom.xml @@ -0,0 +1,26 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + features + 3.6.0-SNAPSHOT + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.json_sdk.feature + 3.8.0-SNAPSHOT + eclipse-feature + diff --git a/features/org.eclipse.wst.json_ui.feature/.project b/features/org.eclipse.wst.json_ui.feature/.project new file mode 100644 index 0000000000..09cdaf932e --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/.project @@ -0,0 +1,17 @@ + + + org.eclipse.wst.json_ui.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/features/org.eclipse.wst.json_ui.feature/build.properties b/features/org.eclipse.wst.json_ui.feature/build.properties new file mode 100644 index 0000000000..7c626e2106 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/build.properties @@ -0,0 +1,3 @@ +bin.includes = feature.xml,\ + eclipse_update_120.jpg,\ + feature.properties diff --git a/features/org.eclipse.wst.json_ui.feature/eclipse_update_120.jpg b/features/org.eclipse.wst.json_ui.feature/eclipse_update_120.jpg new file mode 100644 index 0000000000..bfdf708ad6 Binary files /dev/null and b/features/org.eclipse.wst.json_ui.feature/eclipse_update_120.jpg differ diff --git a/features/org.eclipse.wst.json_ui.feature/feature.properties b/features/org.eclipse.wst.json_ui.feature/feature.properties new file mode 100644 index 0000000000..748ef7c831 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/feature.properties @@ -0,0 +1,39 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +# feature.properties +# contains externalized strings for feature.xml +# "%foo" in feature.xml corresponds to the key "foo" in this file +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file should be translated. + +# "featureName" property - name of the feature +featureName=Eclipse JSON Editors and Tools + +# "providerName" property - name of the company that provides the feature +providerName=Eclipse Web Tools Platform + +# "updateSiteName" property - label for the update site +updateSiteName=Eclipse Web Tools Platform (WTP) Neon Repository + +# "description" property - description of the feature +description=JSON Editor + +# "copyright" property - text of the "Feature Update Copyright" +copyright=\ +Copyright (c) 2015 Red Hat, Inc.\n\ +All rights reserved. This program and the accompanying materials\n\ +are made available under the terms of the Eclipse Public License v1.0\n\ +which accompanies this distribution, and is available at\n\ +http://www.eclipse.org/legal/epl-v10.html\n\ +\n\ +Contributors:\n\ + Red Hat, Inc. - initial API and implementation\n +################ end of copyright property #################################### diff --git a/features/org.eclipse.wst.json_ui.feature/feature.xml b/features/org.eclipse.wst.json_ui.feature/feature.xml new file mode 100644 index 0000000000..8c63e3ae54 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/feature.xml @@ -0,0 +1,62 @@ + + + + + %description + + + + %copyright + + + + %license + + + + + + + + + + + + + + + diff --git a/features/org.eclipse.wst.json_ui.feature/pom.xml b/features/org.eclipse.wst.json_ui.feature/pom.xml new file mode 100644 index 0000000000..6f5e76a8d2 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/pom.xml @@ -0,0 +1,64 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + features + 3.6.0-SNAPSHOT + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.json_ui.feature + 3.8.0-SNAPSHOT + eclipse-feature + + + + + org.eclipse.tycho.extras + tycho-source-feature-plugin + ${tycho-extras.version} + + + org.eclipse.tycho.extras + tycho-source-feature-plugin + ${tycho-extras.version} + + + source-feature + package + + source-feature + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho.version} + + + attach-p2-metadata + package + + p2-metadata + + + + + + + diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.html b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.html new file mode 100644 index 0000000000..fe81d46ac3 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.html @@ -0,0 +1,27 @@ + + + +About + + + +

About This Content

+ +

June, 2008

+

License

+ +

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 http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

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.

+ +

Source Code

+

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.

+ + + diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.ini b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.ini new file mode 100644 index 0000000000..fda5a40c8e --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.ini @@ -0,0 +1,31 @@ +# 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=wtp_prod32.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.wst.json_ui.feature/sourceTemplateBundle/about.mappings b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.mappings new file mode 100644 index 0000000000..a28390a75e --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/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@ diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.properties b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.properties new file mode 100644 index 0000000000..c8ac84a458 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/about.properties @@ -0,0 +1,26 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - 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=Web Standard Tools - JSON UI\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Eclipse contributors and others 2015. All rights reserved.\n\ +Visit http://www.eclipse.org/webtools + diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/build.properties b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/build.properties new file mode 100644 index 0000000000..30a575c96a --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/build.properties @@ -0,0 +1,3 @@ + +bin.includes = about.html, about.ini, about.mappings, about.properties, wtp_prod32.png, plugin.properties, plugin.xml, src/**, META-INF/ +sourcePlugin = true diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/plugin.properties b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/plugin.properties new file mode 100644 index 0000000000..896b7738d4 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/plugin.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +pluginName=Web Standard Tools - JSON UI Source +providerName=Eclipse Web Tools Platform diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/wtp_prod32.gif b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/wtp_prod32.gif new file mode 100644 index 0000000000..eefb44a3a7 Binary files /dev/null and b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/wtp_prod32.gif differ diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/wtp_prod32.png b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/wtp_prod32.png new file mode 100644 index 0000000000..bfceab3dac Binary files /dev/null and b/features/org.eclipse.wst.json_ui.feature/sourceTemplateBundle/wtp_prod32.png differ diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/build.properties b/features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/build.properties new file mode 100644 index 0000000000..7175647ac1 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/build.properties @@ -0,0 +1,16 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +bin.includes =\ +eclipse_update_120.jpg,\ +feature.xml,\ +feature.properties +generate.feature@org.eclipse.wst.json_core.feature.source=org.eclipse.wst.json_core.feature + diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/eclipse_update_120.jpg b/features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/eclipse_update_120.jpg new file mode 100644 index 0000000000..bfdf708ad6 Binary files /dev/null and b/features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/eclipse_update_120.jpg differ diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/feature.properties new file mode 100644 index 0000000000..4a8d1766dd --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplateFeature/feature.properties @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +# feature.properties +# contains externalized strings for feature.xml +# "%foo" in feature.xml corresponds to the key "foo" in this file +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file should be translated. + +# "featureName" property - name of the feature +featureName=WST JSON UI Developer Resources + +# "providerName" property - name of the company that provides the feature +providerName=Eclipse Web Tools Platform + + +# "description" property - description of the feature +description=Source code zips for WST JSON UI. + +# "copyright" property - text of the "Feature Update Copyright" +copyright=\ +Copyright (c) 2015 Red Hat, Inc.\n\ +All rights reserved. This program and the accompanying materials\n\ +are made available under the terms of the Eclipse Public License v1.0\n\ +which accompanies this distribution, and is available at\n\ +http://www.eclipse.org/legal/epl-v10.html\n\ +\n\ +Contributors:\n\ + Red Hat, Inc. - initial API and implementation\n +################ end of copyright property #################################### diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.html b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.html new file mode 100644 index 0000000000..fe81d46ac3 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.html @@ -0,0 +1,27 @@ + + + +About + + + +

About This Content

+ +

June, 2008

+

License

+ +

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 http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

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.

+ +

Source Code

+

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.

+ + + diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.ini b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.ini new file mode 100644 index 0000000000..fda5a40c8e --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.ini @@ -0,0 +1,31 @@ +# 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=wtp_prod32.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.wst.json_ui.feature/sourceTemplatePlugin/about.mappings b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.mappings new file mode 100644 index 0000000000..a28390a75e --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/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@ diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.properties b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.properties new file mode 100644 index 0000000000..14e5d5d897 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/about.properties @@ -0,0 +1,26 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - 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=Web Standard Tools - JSON UI\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/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/build.properties b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/build.properties new file mode 100644 index 0000000000..30a575c96a --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/build.properties @@ -0,0 +1,3 @@ + +bin.includes = about.html, about.ini, about.mappings, about.properties, wtp_prod32.png, plugin.properties, plugin.xml, src/**, META-INF/ +sourcePlugin = true diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/plugin.properties new file mode 100644 index 0000000000..896b7738d4 --- /dev/null +++ b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/plugin.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2015 Red Hat, Inc. +# 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: +# Red Hat, Inc. - initial API and implementation +############################################################################### +pluginName=Web Standard Tools - JSON UI Source +providerName=Eclipse Web Tools Platform diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/wtp_prod32.gif b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/wtp_prod32.gif new file mode 100644 index 0000000000..eefb44a3a7 Binary files /dev/null and b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/wtp_prod32.gif differ diff --git a/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/wtp_prod32.png b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/wtp_prod32.png new file mode 100644 index 0000000000..bfceab3dac Binary files /dev/null and b/features/org.eclipse.wst.json_ui.feature/sourceTemplatePlugin/wtp_prod32.png differ diff --git a/features/pom.xml b/features/pom.xml index 9ad9290b41..17e56b4b55 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -33,5 +33,8 @@ org.eclipse.wst.xml_userdoc.feature org.eclipse.wst.web_tests.feature org.eclipse.wst.xml_tests.feature + org.eclipse.wst.json_core.feature + org.eclipse.wst.json_sdk.feature + org.eclipse.wst.json_ui.feature
-- cgit v1.2.3