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 @@
+
+
June 22, 2011
+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 @@ + + + + +