From 0ebaf5532473572bc45e448280baec4cf18b63cf Mon Sep 17 00:00:00 2001 From: Victor Rubezhny Date: Sat, 5 Mar 2016 00:46:43 +0300 Subject: Bug 489053 - Create a feature for JSON Editor JUnit tests The feature is created for JSON Editor JUnit tests Signed-off-by: Victor Rubezhny --- .../org.eclipse.wst.json_tests.feature/.project | 17 ++++++++ .../build.properties | 3 ++ .../eclipse_update_120.jpg | Bin 0 -> 21695 bytes .../feature.properties | 48 +++++++++++++++++++++ .../org.eclipse.wst.json_tests.feature/feature.xml | 28 ++++++++++++ .../org.eclipse.wst.json_tests.feature/pom.xml | 26 +++++++++++ features/pom.xml | 1 + 7 files changed, 123 insertions(+) create mode 100644 features/org.eclipse.wst.json_tests.feature/.project create mode 100644 features/org.eclipse.wst.json_tests.feature/build.properties create mode 100644 features/org.eclipse.wst.json_tests.feature/eclipse_update_120.jpg create mode 100644 features/org.eclipse.wst.json_tests.feature/feature.properties create mode 100644 features/org.eclipse.wst.json_tests.feature/feature.xml create mode 100644 features/org.eclipse.wst.json_tests.feature/pom.xml (limited to 'features') diff --git a/features/org.eclipse.wst.json_tests.feature/.project b/features/org.eclipse.wst.json_tests.feature/.project new file mode 100644 index 0000000000..41f228c122 --- /dev/null +++ b/features/org.eclipse.wst.json_tests.feature/.project @@ -0,0 +1,17 @@ + + + org.eclipse.wst.json_tests.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/features/org.eclipse.wst.json_tests.feature/build.properties b/features/org.eclipse.wst.json_tests.feature/build.properties new file mode 100644 index 0000000000..7c626e2106 --- /dev/null +++ b/features/org.eclipse.wst.json_tests.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_tests.feature/eclipse_update_120.jpg b/features/org.eclipse.wst.json_tests.feature/eclipse_update_120.jpg new file mode 100644 index 0000000000..bfdf708ad6 Binary files /dev/null and b/features/org.eclipse.wst.json_tests.feature/eclipse_update_120.jpg differ diff --git a/features/org.eclipse.wst.json_tests.feature/feature.properties b/features/org.eclipse.wst.json_tests.feature/feature.properties new file mode 100644 index 0000000000..ba36a6cd16 --- /dev/null +++ b/features/org.eclipse.wst.json_tests.feature/feature.properties @@ -0,0 +1,48 @@ +############################################################################### +# Copyright (c) 2016 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 Tests + +# "providerName" property - name of the company that provides the feature +providerName=Eclipse Web Tools Platform + +# "description" property - description of the feature +description=WST JSON Tests + +# "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 #################################### + +# "licenseURL" property - URL of the "Feature License" +# do not translate value - just change to point to a locale-specific HTML page +# license and licenseURL properties were removed as a result to migrating to new PDE license support. +# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. + +# "license" property - text of the "Feature Update License" +# should be plain text version of license agreement pointed to be "licenseURL" +# license and licenseURL properties were removed as a result to migrating to new PDE license support. +# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism. +########### end of license property ########################################## + diff --git a/features/org.eclipse.wst.json_tests.feature/feature.xml b/features/org.eclipse.wst.json_tests.feature/feature.xml new file mode 100644 index 0000000000..81e9f52316 --- /dev/null +++ b/features/org.eclipse.wst.json_tests.feature/feature.xml @@ -0,0 +1,28 @@ + + + + + %description + + + + %copyright + + + + %license + + + + + diff --git a/features/org.eclipse.wst.json_tests.feature/pom.xml b/features/org.eclipse.wst.json_tests.feature/pom.xml new file mode 100644 index 0000000000..d7c01be707 --- /dev/null +++ b/features/org.eclipse.wst.json_tests.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_tests.feature + 1.0.0-SNAPSHOT + eclipse-feature + diff --git a/features/pom.xml b/features/pom.xml index 17e56b4b55..4c13a73728 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -36,5 +36,6 @@ org.eclipse.wst.json_core.feature org.eclipse.wst.json_sdk.feature org.eclipse.wst.json_ui.feature + org.eclipse.wst.json_tests.feature -- cgit v1.2.3