From 28533033b967e155ccbb3f28118e730fcc4e6563 Mon Sep 17 00:00:00 2001 From: Markus Tiede Date: Wed, 11 Sep 2013 14:46:42 +0200 Subject: Sprint task - open source ITE dashboard implementation. --- org.eclipse.jubula.product.dashboard/.gitignore | 2 + org.eclipse.jubula.product.dashboard/.project | 11 ++ org.eclipse.jubula.product.dashboard/about.html | 28 +++++ .../org.eclipse.jubula.product.dashboard.product | 135 +++++++++++++++++++++ org.eclipse.jubula.product.dashboard/p2.inf | 3 + org.eclipse.jubula.product.dashboard/pom.xml | 46 +++++++ 6 files changed, 225 insertions(+) create mode 100644 org.eclipse.jubula.product.dashboard/.gitignore create mode 100644 org.eclipse.jubula.product.dashboard/.project create mode 100644 org.eclipse.jubula.product.dashboard/about.html create mode 100644 org.eclipse.jubula.product.dashboard/org.eclipse.jubula.product.dashboard.product create mode 100644 org.eclipse.jubula.product.dashboard/p2.inf create mode 100644 org.eclipse.jubula.product.dashboard/pom.xml (limited to 'org.eclipse.jubula.product.dashboard') diff --git a/org.eclipse.jubula.product.dashboard/.gitignore b/org.eclipse.jubula.product.dashboard/.gitignore new file mode 100644 index 000000000..5b670009e --- /dev/null +++ b/org.eclipse.jubula.product.dashboard/.gitignore @@ -0,0 +1,2 @@ +/target +/workspace diff --git a/org.eclipse.jubula.product.dashboard/.project b/org.eclipse.jubula.product.dashboard/.project new file mode 100644 index 000000000..5c978a0de --- /dev/null +++ b/org.eclipse.jubula.product.dashboard/.project @@ -0,0 +1,11 @@ + + + org.eclipse.jubula.product.dashboard + + + + + + + + diff --git a/org.eclipse.jubula.product.dashboard/about.html b/org.eclipse.jubula.product.dashboard/about.html new file mode 100644 index 000000000..f1be81099 --- /dev/null +++ b/org.eclipse.jubula.product.dashboard/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 22, 2011

+

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.

+ + + diff --git a/org.eclipse.jubula.product.dashboard/org.eclipse.jubula.product.dashboard.product b/org.eclipse.jubula.product.dashboard/org.eclipse.jubula.product.dashboard.product new file mode 100644 index 000000000..f95887de7 --- /dev/null +++ b/org.eclipse.jubula.product.dashboard/org.eclipse.jubula.product.dashboard.product @@ -0,0 +1,135 @@ + + + + + + + + + + + -data +@user.home/.jubula/dashboardWorkspace + -vm ../jre/bin + -vm ../jre/bin + -server +-Dosgi.noShutdown=true +-Dorg.eclipse.equinox.http.jetty.context.sessioninactiveinterval=0 +-Dorg.eclipse.equinox.http.jetty.autostart=false +-Xms128m +-Xmx1024m +-XX:MaxPermSize=256m + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.eclipse.jubula.product.dashboard/p2.inf b/org.eclipse.jubula.product.dashboard/p2.inf new file mode 100644 index 000000000..c8b33ef5b --- /dev/null +++ b/org.eclipse.jubula.product.dashboard/p2.inf @@ -0,0 +1,3 @@ +provides.0.namespace = A.PDE.Target.Platform +provides.0.name = Cannot be installed into the IDE +provides.0.version = 1.0.0 \ No newline at end of file diff --git a/org.eclipse.jubula.product.dashboard/pom.xml b/org.eclipse.jubula.product.dashboard/pom.xml new file mode 100644 index 000000000..f6958323d --- /dev/null +++ b/org.eclipse.jubula.product.dashboard/pom.xml @@ -0,0 +1,46 @@ + + + + 4.0.0 + + org.eclipse.jubula + org.eclipse.jubula.releng.dashboard + 2.2.0-SNAPSHOT + ../org.eclipse.jubula.releng.dashboard + + + org.eclipse.jubula + org.eclipse.jubula.product.dashboard + 2.2.0-SNAPSHOT + eclipse-repository + + + + + org.eclipse.tycho + tycho-p2-director-plugin + ${tycho-version} + + true + + + + materialize-products + + materialize-products + + + + + + + + -- cgit v1.2.3