Introduce an Oomph catalogue of Papyrus-RT products.
Change-Id: I53fef55cb63477d0a430994ccd0b63cedcbce7e5
diff --git a/content/setup/catalogs/org.eclipse.papyrusrt.products.setup b/content/setup/catalogs/org.eclipse.papyrusrt.products.setup
new file mode 100644
index 0000000..60037c4
--- /dev/null
+++ b/content/setup/catalogs/org.eclipse.papyrusrt.products.setup
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<setup:ProductCatalog
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+ xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
+ name="org.eclipse.papyrusrt.products"
+ label="Papyrus-RT Products">
+ <setupTask
+ xsi:type="setup:InstallationTask"
+ id="installation"/>
+ <setupTask
+ xsi:type="setup.p2:P2Task">
+ <requirement
+ name="org.eclipse.oomph.setup.feature.group"/>
+ <repository
+ url="${oomph.update.url}"/>
+ </setupTask>
+ <product href="../papyrus-rt.setup#/"/>
+ <description>The catalog of products available as supported distributions of Papyrus-RT releases.</description>
+</setup:ProductCatalog>