bug 337243 - fix ant typo
diff --git a/org.eclipse.e4.builder/builder/general/customTargets.xml b/org.eclipse.e4.builder/builder/general/customTargets.xml
index e6b1480..87a6777 100644
--- a/org.eclipse.e4.builder/builder/general/customTargets.xml
+++ b/org.eclipse.e4.builder/builder/general/customTargets.xml
@@ -90,7 +90,7 @@
 	</target>
 	
 	<target name="loadRepoURLFile" if="repoURLFile" >
-		<properties file="${repoURLFile}"/>
+		<property file="${repoURLFile}"/>
 	</target>
 	
 	<target name="initRepoURLFile" unless="eclipseRepoURL-latest" >
diff --git a/org.eclipse.e4.sdk/builder/customTargets.xml b/org.eclipse.e4.sdk/builder/customTargets.xml
index 690a0fc..0ae8b27 100644
--- a/org.eclipse.e4.sdk/builder/customTargets.xml
+++ b/org.eclipse.e4.sdk/builder/customTargets.xml
@@ -66,7 +66,7 @@
 	</target>
 	
 	<target name="loadRepoURLFile" if="repoURLFile" >
-		<properties file="${repoURLFile}"/>
+		<property file="${repoURLFile}"/>
 	</target>
 	
 	<target name="initRepoURLFile" unless="eclipseRepoURL-latest" >