Releng : Neon.1, Neon.2 and Oxygen
diff --git a/releng.new/build.properties b/releng.new/build.properties
index 62797cf..4cc6b69 100644
--- a/releng.new/build.properties
+++ b/releng.new/build.properties
@@ -16,7 +16,7 @@
# The names of the supported target configurations, separated by commas
-configurations = neon
+configurations = neon,neon.1,neon.2,oxygen
# The minimal (oldest) supported configuration
@@ -24,11 +24,38 @@
# The maximum (newest) supported configuration
-configuration.max = neon
+configuration.max = oxygen
# The configuration to use for the main build as well as for dev-eclipse and dev-target
-configuration.recommended = neon
+configuration.recommended = oxygen
+
+# The oxygen configuration
+
+oxygen.repositories = \
+${rep.eclipse-oxygen},\
+${rep.eclipse.gef-oxygen},\
+${rep.eclipse.emf-oxygen},\
+${rep.eclipse.orbit-oxygen},\
+file:../../org.eclipse.datatools.doc/packaged_jars
+
+# The neon.2 configuration
+
+neon.2.repositories = \
+${rep.eclipse-neon.2},\
+${rep.eclipse.gef-neon.2},\
+${rep.eclipse.emf-neon.2},\
+${rep.eclipse.orbit-neon.2},\
+file:../../org.eclipse.datatools.doc/packaged_jars
+
+# The neon.1 configuration
+
+neon.1.repositories = \
+${rep.eclipse-neon.1},\
+${rep.eclipse.gef-neon.1},\
+${rep.eclipse.emf-neon.1},\
+${rep.eclipse.orbit-neon.1},\
+file:../../org.eclipse.datatools.doc/packaged_jars
# The neon configuration