From 21a3c5b7427ef9991dc88c1e8b498bc8d59f84e7 Mon Sep 17 00:00:00 2001
From: Roberto E. Escobar
Date: Wed, 11 Jun 2014 16:25:38 -0700
Subject: feature[ats_ATS66217]: Add stages to server build
Add build module display during build
Break server build into separate stages
Fix cross module dependencies so we can build the
server in stages
Change-Id: Ice4edd805267edb33b0550a6c5f4fe46166b0c05
---
plugins/org.eclipse.osee.x.ats.p2/.project | 17 +++++++++++++++++
plugins/org.eclipse.osee.x.ats.p2/category.xml | 14 ++++++++++++++
plugins/org.eclipse.osee.x.ats.p2/pom.xml | 18 ++++++++++++++++++
3 files changed, 49 insertions(+)
create mode 100644 plugins/org.eclipse.osee.x.ats.p2/.project
create mode 100644 plugins/org.eclipse.osee.x.ats.p2/category.xml
create mode 100644 plugins/org.eclipse.osee.x.ats.p2/pom.xml
(limited to 'plugins/org.eclipse.osee.x.ats.p2')
diff --git a/plugins/org.eclipse.osee.x.ats.p2/.project b/plugins/org.eclipse.osee.x.ats.p2/.project
new file mode 100644
index 0000000000..b566b1b5c6
--- /dev/null
+++ b/plugins/org.eclipse.osee.x.ats.p2/.project
@@ -0,0 +1,17 @@
+
+
+ org.eclipse.osee.x.ats.p2
+
+
+
+
+
+ org.eclipse.pde.UpdateSiteBuilder
+
+
+
+
+
+ org.eclipse.pde.UpdateSiteNature
+
+
diff --git a/plugins/org.eclipse.osee.x.ats.p2/category.xml b/plugins/org.eclipse.osee.x.ats.p2/category.xml
new file mode 100644
index 0000000000..f64c87ca2c
--- /dev/null
+++ b/plugins/org.eclipse.osee.x.ats.p2/category.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+ Eclipse OSEE X ATS - (Incubation)
+
+
+
diff --git a/plugins/org.eclipse.osee.x.ats.p2/pom.xml b/plugins/org.eclipse.osee.x.ats.p2/pom.xml
new file mode 100644
index 0000000000..439c20aeff
--- /dev/null
+++ b/plugins/org.eclipse.osee.x.ats.p2/pom.xml
@@ -0,0 +1,18 @@
+
+
+ 4.0.0
+
+
+ org.eclipse.osee
+ org.eclipse.osee.x.ats.parent
+ 0.18.0-SNAPSHOT
+ ../../plugins/org.eclipse.osee.x.ats.parent
+
+
+ org.eclipse.osee.x.ats.p2
+ eclipse-repository
+ OSEE X ATS - p2 Site (Incubation)
+ 0.18.0-SNAPSHOT
+
+
--
cgit v1.2.1