From 1a092a1aee25f4c1d7029bcf84fb371aedb06649 Mon Sep 17 00:00:00 2001
From: Zeb Ford-Reitz
Date: Fri, 24 Jun 2011 14:55:03 +0200
Subject: Converts RC components to bundles.
Removes RC projects that were made obsolete after changing RC packaging to bundles.
Removes accidentally added bundle.
---
.../.gitignore | 1 +
org.eclipse.jubula.product.autagent.start/.project | 11 ++++
...g.eclipse.jubula.product.autagent.start.product | 58 ++++++++++++++++++++++
org.eclipse.jubula.product.autagent.start/pom.xml | 18 +++++++
4 files changed, 88 insertions(+)
create mode 100644 org.eclipse.jubula.product.autagent.start/.gitignore
create mode 100644 org.eclipse.jubula.product.autagent.start/.project
create mode 100644 org.eclipse.jubula.product.autagent.start/org.eclipse.jubula.product.autagent.start.product
create mode 100644 org.eclipse.jubula.product.autagent.start/pom.xml
(limited to 'org.eclipse.jubula.product.autagent.start')
diff --git a/org.eclipse.jubula.product.autagent.start/.gitignore b/org.eclipse.jubula.product.autagent.start/.gitignore
new file mode 100644
index 000000000..ea8c4bf7f
--- /dev/null
+++ b/org.eclipse.jubula.product.autagent.start/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/org.eclipse.jubula.product.autagent.start/.project b/org.eclipse.jubula.product.autagent.start/.project
new file mode 100644
index 000000000..fa6d01192
--- /dev/null
+++ b/org.eclipse.jubula.product.autagent.start/.project
@@ -0,0 +1,11 @@
+
+
+ org.eclipse.jubula.product.autagent.start
+
+
+
+
+
+
+
+
diff --git a/org.eclipse.jubula.product.autagent.start/org.eclipse.jubula.product.autagent.start.product b/org.eclipse.jubula.product.autagent.start/org.eclipse.jubula.product.autagent.start.product
new file mode 100644
index 000000000..3a080ee43
--- /dev/null
+++ b/org.eclipse.jubula.product.autagent.start/org.eclipse.jubula.product.autagent.start.product
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+ -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.eclipse.jubula.product.autagent.start/pom.xml b/org.eclipse.jubula.product.autagent.start/pom.xml
new file mode 100644
index 000000000..3497b5642
--- /dev/null
+++ b/org.eclipse.jubula.product.autagent.start/pom.xml
@@ -0,0 +1,18 @@
+
+
+ 4.0.0
+
+ org.eclipse.jubula.releng.client
+ org.eclipse.jubula
+ 1.0.0-SNAPSHOT
+ ../org.eclipse.jubula.releng.client
+
+
+ org.eclipse.jubula
+ org.eclipse.jubula.product.autagent.start
+ 1.0.0-SNAPSHOT
+ eclipse-repository
+
+
--
cgit v1.2.1