From 463fd8af526ddbb6893bba575406ef850ba7a10c Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Wed, 7 Jun 2006 01:47:15 +0000 Subject: [PATCH] Moving from ruby to perl so that this can be run on build.eclipse.org --- releng/org.eclipse.rse.build/build.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng/org.eclipse.rse.build/build.pl b/releng/org.eclipse.rse.build/build.pl index 830974712e4..c5d5c3ee953 100644 --- a/releng/org.eclipse.rse.build/build.pl +++ b/releng/org.eclipse.rse.build/build.pl @@ -68,4 +68,4 @@ $incantation .= "-DmapVersionTag=${tag} "; print($incantation); -#system($incantation); \ No newline at end of file +system($incantation); \ No newline at end of file