Add RAP Runtime 3.19 target definition files

RAP Tools uses target definition files corresponding to its own version
that contain all the dependencies that are required for the exemplary
applications.

Maintain these target definition files inside the Git repository.

Change-Id: I2893ba2f7a98a8a9ca2dc7b225033d341781cd6a
Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
diff --git a/releng/org.eclipse.rap.tools.build/targets/rap-3.19-e4.target b/releng/org.eclipse.rap.tools.build/targets/rap-3.19-e4.target
new file mode 100644
index 0000000..b5e84fe
--- /dev/null
+++ b/releng/org.eclipse.rap.tools.build/targets/rap-3.19-e4.target
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.6"?>
+
+<target name="RAP Runtime e4 3.19" sequenceNumber="6">
+  <locations>
+    <location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.rap.e4.equinox.target.feature.feature.group" version="3.19.0.20211130-1200"/>
+      <unit id="org.eclipse.rap.e4.examples.feature.feature.group" version="3.19.0.20211130-1200"/>
+      <unit id="org.eclipse.rap.e4.feature.feature.group" version="3.19.0.20211130-1200"/>
+      <unit id="org.eclipse.rap.e4.sdk.feature.feature.group" version="3.19.0.20211130-1200"/>
+      <repository location="https://download.eclipse.org/rt/rap/3.19/e4/R-20211130-1934/"/>
+    </location>
+  </locations>
+</target>
diff --git a/releng/org.eclipse.rap.tools.build/targets/rap-3.19.target b/releng/org.eclipse.rap.tools.build/targets/rap-3.19.target
new file mode 100644
index 0000000..3f91d37
--- /dev/null
+++ b/releng/org.eclipse.rap.tools.build/targets/rap-3.19.target
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.6"?>
+
+<target name="RAP Runtime e3 3.19" sequenceNumber="6">
+  <locations>
+    <location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+      <unit id="org.eclipse.rap.equinox.target.feature.feature.group" version="3.19.0.20211130-1200"/>
+      <unit id="org.eclipse.rap.examples.feature.feature.group" version="3.19.0.20211130-1200"/>
+      <unit id="org.eclipse.rap.feature.feature.group" version="3.19.0.20211130-1200"/>
+      <unit id="org.eclipse.rap.sdk.feature.feature.group" version="3.19.0.20211130-1200"/>
+      <repository location="https://download.eclipse.org/rt/rap/3.19/R-20211130-1934/"/>
+    </location>
+  </locations>
+</target>