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 5e5e82cf4..0f87d71e7 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=R-3.2.0-20100615235519
-referenceURLArgValue=http://download.eclipse.org/webtools/downloads/drops/R3.2.0/R-3.2.0-20100615235519/versioningReference_R-3.2.0-20100615235519.xml
+#qualifierArgValue=-countQualifierIncreaseOnlyAsError
+qualifierArgValue=
+referenceIDArgValue=R-3.2.1-20100730021206
+referenceURLArgValue=http://download.eclipse.org/webtools/downloads/drops/R3.2.1/R-3.2.1-20100730021206/versioningReference_R-3.2.1-20100730021206.xml
# omit to not test
testToReferenceArgValue=-testToReference
# omit to not list

Back to the top