From 2aeff85b49d7e9bad69539f671e7a5881b09be38 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 21 Dec 2006 10:34:43 +0000 Subject: [PATCH] Add source plugin for tests --- .../build.properties | 4 ++- .../org.eclipse.rse.tests-feature/feature.xml | 6 ++++ .../sourceTemplatePlugin/about.html | 33 +++++++++++++++++++ .../sourceTemplatePlugin/build.properties | 12 +++++++ .../sourceTemplatePlugin/plugin.properties | 12 +++++++ 5 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/about.html create mode 100644 rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/build.properties create mode 100644 rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/plugin.properties diff --git a/rse/tests/org.eclipse.rse.tests-feature/build.properties b/rse/tests/org.eclipse.rse.tests-feature/build.properties index 45085da6da8..3caee2301ff 100644 --- a/rse/tests/org.eclipse.rse.tests-feature/build.properties +++ b/rse/tests/org.eclipse.rse.tests-feature/build.properties @@ -6,9 +6,11 @@ # http://www.eclipse.org/legal/epl-v10.html # # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation +# Martin Oberhuber (Wind River) - Adding source plugin for tests ############################################################################### bin.includes = feature.xml,\ feature.properties,\ epl-v10.html,\ license.html +generate.plugin@org.eclipse.rse.tests.source=org.eclipse.rse.tests diff --git a/rse/tests/org.eclipse.rse.tests-feature/feature.xml b/rse/tests/org.eclipse.rse.tests-feature/feature.xml index de95201393d..a5d0c5379e6 100644 --- a/rse/tests/org.eclipse.rse.tests-feature/feature.xml +++ b/rse/tests/org.eclipse.rse.tests-feature/feature.xml @@ -40,4 +40,10 @@ version="0.0.0" unpack="false"/> + + diff --git a/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/about.html b/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/about.html new file mode 100644 index 00000000000..23d575ceea9 --- /dev/null +++ b/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/about.html @@ -0,0 +1,33 @@ + + + + +About + + +

About This Content

+ +

June 2, 2006

+

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 +and such source code may be obtained at http://www.eclipse.org.

+ +

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.

+ + + \ No newline at end of file diff --git a/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/build.properties b/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/build.properties new file mode 100644 index 00000000000..a070fd9c69c --- /dev/null +++ b/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/build.properties @@ -0,0 +1,12 @@ +################################################################################ +# Copyright (c) 2006 Wind River Systems, Inc. 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: +# Martin Oberhuber - initial API and implementation +################################################################################ +bin.includes = about.html, plugin.properties, plugin.xml, src/, META-INF/ +sourcePlugin = true diff --git a/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/plugin.properties b/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/plugin.properties new file mode 100644 index 00000000000..960e5c91cc9 --- /dev/null +++ b/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/plugin.properties @@ -0,0 +1,12 @@ +################################################################################ +# Copyright (c) 2006 Wind River Systems, Inc. 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: +# Martin Oberhuber - initial API and implementation +################################################################################ +pluginName=RSE Unit Tests Source +providerName=Eclipse.org