Bug 462284: May want to make "javadoc location" parameter specific for "mac" or "not mac"
diff --git a/bundles/org.eclipse.releng.tests/test.xml b/bundles/org.eclipse.releng.tests/test.xml
index de5578c..46625e9 100644
--- a/bundles/org.eclipse.releng.tests/test.xml
+++ b/bundles/org.eclipse.releng.tests/test.xml
@@ -24,7 +24,7 @@
 
     <tstamp />
 
-    <condition property="JAVADOC_OUTPUT_LOCATION" value="${eclipse.home.location}/../../../.." else="${eclipse.home.location}/../.." >
+    <condition property="JAVADOC_OUTPUT_LOCATION" value="${eclipse-home}/../../../.." else="${eclipse-home}/../.." >
       <os family="mac" />
     </condition>