Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/maps/build.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index 4c5ff7f0b..791a26d00 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -45,10 +45,10 @@ doCreateFprojZips=yes
# arguments for relent tests (that vary by stream)
# omit qualifierArgValue to not flag a unit test error for "warnings"
-#qualifierArgValue=-countQualifierIncreaseOnlyAsError
-qualifierArgValue=
-referenceIDArgValue=P-3.2.2-20101021230135
-referenceURLArgValue=http://download.eclipse.org/webtools/patches/drops/R3.2.2/P-3.2.2-20101021230135/versioningReference_P-3.2.2-20101021230135.xml
+qualifierArgValue=-countQualifierIncreaseOnlyAsError
+#qualifierArgValue=
+referenceIDArgValue=R-3.2.3-20110217214612
+referenceURLArgValue=http://download.eclipse.org/webtools/downloads/drops/R3.2.3/R-3.2.3-20110217214612/versioningReference_R-3.2.3-20110217214612.xml
# omit to not test
testToReferenceArgValue=-testToReference
# omit to not list

Back to the top