Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2011-06-24 17:19:09 +0000
committerAndrew Niefer2011-06-24 17:19:09 +0000
commite807f7b4aa62f3093112d68c5b61e6fefd449401 (patch)
treedb4cd01a9b000f98c896830b4943a852faf0b9e7
parenta34d82154fc221bb909fa2fb768f5567e9be7384 (diff)
downloadrt.equinox.framework-e807f7b4aa62f3093112d68c5b61e6fefd449401.tar.gz
rt.equinox.framework-e807f7b4aa62f3093112d68c5b61e6fefd449401.tar.xz
rt.equinox.framework-e807f7b4aa62f3093112d68c5b61e6fefd449401.zip
Bug 350102 - fix typo
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 629d4fa67..c1b31fb00 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -171,7 +171,7 @@
</target>
<target name="loadProperties" if="launcherProperties" >
- <propery file="${launcherProperties}" />
+ <property file="${launcherProperties}" />
</target>
<target name="initProperties" depends="loadProperties" >

Back to the top