diff options
author | Achim Loerke | 2011-01-13 09:50:20 +0000 |
---|---|---|
committer | Achim Loerke | 2011-01-13 09:50:20 +0000 |
commit | 7522690751120e5fdbf3926377db3fd8b790b54a (patch) | |
tree | aac7708b3eaf6ef4a873238ccadce4063bd4f880 | |
parent | 640ccaa7f26a7a56bf52d7c10025b855264f8fa9 (diff) | |
download | org.eclipse.jubula.core-7522690751120e5fdbf3926377db3fd8b790b54a.tar.gz org.eclipse.jubula.core-7522690751120e5fdbf3926377db3fd8b790b54a.tar.xz org.eclipse.jubula.core-7522690751120e5fdbf3926377db3fd8b790b54a.zip |
Initial contribution
-rw-r--r-- | org.eclipse.jubula.feature.client/.project | 17 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.client/about.html | 28 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.client/build.properties | 8 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.client/feature.xml | 174 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.cmd/.project | 17 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.cmd/about.html | 28 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.cmd/build.properties | 8 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.cmd/feature.xml | 47 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.dbtool/.project | 17 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.dbtool/about.html | 28 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.dbtool/build.properties | 8 | ||||
-rw-r--r-- | org.eclipse.jubula.feature.dbtool/feature.xml | 49 | ||||
-rw-r--r-- | org.eclipse.jubula.feature/.project | 17 | ||||
-rw-r--r-- | org.eclipse.jubula.feature/about.html | 28 | ||||
-rw-r--r-- | org.eclipse.jubula.feature/build.properties | 8 | ||||
-rw-r--r-- | org.eclipse.jubula.feature/feature.xml | 44 |
16 files changed, 526 insertions, 0 deletions
diff --git a/org.eclipse.jubula.feature.client/.project b/org.eclipse.jubula.feature.client/.project new file mode 100644 index 000000000..ec49458a6 --- /dev/null +++ b/org.eclipse.jubula.feature.client/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jubula.feature.client</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.FeatureBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.FeatureNature</nature> + </natures> +</projectDescription> diff --git a/org.eclipse.jubula.feature.client/about.html b/org.eclipse.jubula.feature.client/about.html new file mode 100644 index 000000000..8728d9a97 --- /dev/null +++ b/org.eclipse.jubula.feature.client/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 28, 2007</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 +and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/org.eclipse.jubula.feature.client/build.properties b/org.eclipse.jubula.feature.client/build.properties new file mode 100644 index 000000000..eac3e2e6d --- /dev/null +++ b/org.eclipse.jubula.feature.client/build.properties @@ -0,0 +1,8 @@ +############################################################################### +# Copyright (c) 2004, 2010 BREDEX GmbH. +# 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 +############################################################################### +bin.includes = feature.xml diff --git a/org.eclipse.jubula.feature.client/feature.xml b/org.eclipse.jubula.feature.client/feature.xml new file mode 100644 index 000000000..721e2de4a --- /dev/null +++ b/org.eclipse.jubula.feature.client/feature.xml @@ -0,0 +1,174 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2004, 2010 BREDEX GmbH. + 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 + --> +<feature + id="org.eclipse.jubula.feature.client" + label="Jubula UI Client (Incubation)" + version="0.4.0" + provider-name="Eclipse Jubula" + plugin="org.eclipse.jubula.client.ui"> + + <description url="http://www.example.com/description"> + [Enter Feature Description here.] + </description> + + <copyright url="http://www.example.com/copyright"> + [Enter Copyright Description here.] + </copyright> + + <license url="http://www.example.com/license"> + [Enter License Description here.] + </license> + + <requires> + <import plugin="org.eclipse.core.runtime"/> + <import plugin="org.junit4"/> + <import plugin="org.eclipse.ui"/> + <import plugin="org.eclipse.ui.cheatsheets"/> + <import plugin="org.eclipse.help.webapp"/> + <import plugin="org.eclipse.help.ui"/> + <import plugin="org.eclipse.ui.intro"/> + <import plugin="org.eclipse.ui.intro.universal"/> + <import plugin="org.eclipse.ui.views"/> + <import plugin="org.eclipse.ui.ide"/> + <import plugin="org.eclipse.core.resources"/> + <import plugin="org.eclipse.help"/> + <import plugin="org.eclipse.ui.console"/> + <import plugin="org.eclipse.jface.databinding"/> + <import plugin="org.eclipse.core.databinding"/> + <import plugin="org.eclipse.core.databinding.beans"/> + <import plugin="org.eclipse.core.filesystem"/> + <import plugin="org.eclipse.core.databinding.property"/> + <import plugin="org.eclipse.search"/> + </requires> + + <plugin + id="org.eclipse.jubula.client.archive" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.client.core" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.client.inspector.ui" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.client.ua.cheatsheets" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.client.ua.help" + download-size="0" + install-size="0" + version="0.4.0"/> + + <plugin + id="org.eclipse.jubula.client.ua.welcome" + download-size="0" + install-size="0" + version="0.4.0"/> + + <plugin + id="org.eclipse.jubula.client.ui" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.communication" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.toolkit.common" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.toolkit.provider.base" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.toolkit.provider.concrete" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.toolkit.provider.html" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.toolkit.provider.rcp" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.toolkit.provider.rcp.gef" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.toolkit.provider.swing" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.toolkit.provider.swt" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.tools" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.app" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + +</feature> diff --git a/org.eclipse.jubula.feature.cmd/.project b/org.eclipse.jubula.feature.cmd/.project new file mode 100644 index 000000000..bedbcf83b --- /dev/null +++ b/org.eclipse.jubula.feature.cmd/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jubula.feature.cmd</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.FeatureBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.FeatureNature</nature> + </natures> +</projectDescription> diff --git a/org.eclipse.jubula.feature.cmd/about.html b/org.eclipse.jubula.feature.cmd/about.html new file mode 100644 index 000000000..8728d9a97 --- /dev/null +++ b/org.eclipse.jubula.feature.cmd/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 28, 2007</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 +and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/org.eclipse.jubula.feature.cmd/build.properties b/org.eclipse.jubula.feature.cmd/build.properties new file mode 100644 index 000000000..eac3e2e6d --- /dev/null +++ b/org.eclipse.jubula.feature.cmd/build.properties @@ -0,0 +1,8 @@ +############################################################################### +# Copyright (c) 2004, 2010 BREDEX GmbH. +# 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 +############################################################################### +bin.includes = feature.xml diff --git a/org.eclipse.jubula.feature.cmd/feature.xml b/org.eclipse.jubula.feature.cmd/feature.xml new file mode 100644 index 000000000..55426b890 --- /dev/null +++ b/org.eclipse.jubula.feature.cmd/feature.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2004, 2010 BREDEX GmbH. + 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 + --> +<feature + id="org.eclipse.jubula.feature.cmd" + label="Jubula Commandline Client (Incubation)" + version="0.4.0" + provider-name="Eclipse Jubula" + plugin="org.eclipse.jubula.client.ui"> + + <description url="http://www.example.com/description"> + [Enter Feature Description here.] + </description> + + <copyright url="http://www.example.com/copyright"> + [Enter Copyright Description here.] + </copyright> + + <license url="http://www.example.com/license"> + [Enter License Description here.] + </license> + + <requires> + <import plugin="org.eclipse.jubula.client.core"/> + <import plugin="org.eclipse.jubula.tools"/> + <import plugin="org.eclipse.core.runtime"/> + </requires> + + <plugin + id="org.eclipse.jubula.app.cmd" + download-size="0" + install-size="0" + version="0.4.0"/> + + <plugin + id="org.eclipse.jubula.client.cmd" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + +</feature> diff --git a/org.eclipse.jubula.feature.dbtool/.project b/org.eclipse.jubula.feature.dbtool/.project new file mode 100644 index 000000000..eafc2ad4d --- /dev/null +++ b/org.eclipse.jubula.feature.dbtool/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jubula.feature.dbtool</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.FeatureBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.FeatureNature</nature> + </natures> +</projectDescription> diff --git a/org.eclipse.jubula.feature.dbtool/about.html b/org.eclipse.jubula.feature.dbtool/about.html new file mode 100644 index 000000000..8728d9a97 --- /dev/null +++ b/org.eclipse.jubula.feature.dbtool/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 28, 2007</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 +and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/org.eclipse.jubula.feature.dbtool/build.properties b/org.eclipse.jubula.feature.dbtool/build.properties new file mode 100644 index 000000000..eac3e2e6d --- /dev/null +++ b/org.eclipse.jubula.feature.dbtool/build.properties @@ -0,0 +1,8 @@ +############################################################################### +# Copyright (c) 2004, 2010 BREDEX GmbH. +# 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 +############################################################################### +bin.includes = feature.xml diff --git a/org.eclipse.jubula.feature.dbtool/feature.xml b/org.eclipse.jubula.feature.dbtool/feature.xml new file mode 100644 index 000000000..37f269707 --- /dev/null +++ b/org.eclipse.jubula.feature.dbtool/feature.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2004, 2010 BREDEX GmbH. + 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 + --> +<feature + id="org.eclipse.jubula.feature.dbtool" + label="Jubula Database Tool (Incubation)" + version="0.4.0" + provider-name="Eclipse Jubula" + plugin="org.eclipse.jubula.client.ui"> + + <description url="http://www.example.com/description"> + [Enter Feature Description here.] + </description> + + <copyright url="http://www.example.com/copyright"> + [Enter Copyright Description here.] + </copyright> + + <license url="http://www.example.com/license"> + [Enter License Description here.] + </license> + + <requires> + <import plugin="org.eclipse.core.runtime"/> + <import plugin="org.eclipse.jubula.client.core"/> + <import plugin="org.eclipse.jubula.client.archive"/> + <import plugin="org.eclipse.jubula.tools"/> + </requires> + + <plugin + id="org.eclipse.jubula.app.dbtool" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + + <plugin + id="org.eclipse.jubula.client.cmd" + download-size="0" + install-size="0" + version="0.4.0" + unpack="false"/> + +</feature> diff --git a/org.eclipse.jubula.feature/.project b/org.eclipse.jubula.feature/.project new file mode 100644 index 000000000..e03461b07 --- /dev/null +++ b/org.eclipse.jubula.feature/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jubula.feature</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.FeatureBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.FeatureNature</nature> + </natures> +</projectDescription> diff --git a/org.eclipse.jubula.feature/about.html b/org.eclipse.jubula.feature/about.html new file mode 100644 index 000000000..8728d9a97 --- /dev/null +++ b/org.eclipse.jubula.feature/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 28, 2007</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 +and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/org.eclipse.jubula.feature/build.properties b/org.eclipse.jubula.feature/build.properties new file mode 100644 index 000000000..eac3e2e6d --- /dev/null +++ b/org.eclipse.jubula.feature/build.properties @@ -0,0 +1,8 @@ +############################################################################### +# Copyright (c) 2004, 2010 BREDEX GmbH. +# 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 +############################################################################### +bin.includes = feature.xml diff --git a/org.eclipse.jubula.feature/feature.xml b/org.eclipse.jubula.feature/feature.xml new file mode 100644 index 000000000..8a6975413 --- /dev/null +++ b/org.eclipse.jubula.feature/feature.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2004, 2010 BREDEX GmbH. + 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 + --> +<feature + id="org.eclipse.jubula.feature" + label="Jubula (Incubation)" + version="0.4.0" + provider-name="Eclipse Jubula" + plugin="org.eclipse.jubula.client.ui" + os="linux,macosx,win32" + ws="cocoa,gtk,win32" + nl="en_US" + arch="x86,x86_64"> + + <description url="http://www.example.com/description"> + [Enter Feature Description here.] + </description> + + <copyright url="http://www.example.com/copyright"> + [Enter Copyright Description here.] + </copyright> + + <license url="http://www.example.com/license"> + [Enter License Description here.] + </license> + + <includes + id="org.eclipse.jubula.feature.client" + version="0.4.0"/> + + <includes + id="org.eclipse.jubula.feature.cmd" + version="0.4.0"/> + + <includes + id="org.eclipse.jubula.feature.dbtool" + version="0.4.0"/> + +</feature> |