Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2011-07-07 19:59:40 +0000
committerAndrew Niefer2011-07-07 19:59:40 +0000
commit494fb04e223a199a0f40f5203731f9c09ba9da6a (patch)
treeb2760c3a02f0fb24dd5c16127533b068cf305e6b /bundles/org.eclipse.equinox.launcher.motif.solaris.sparc/customBuildCallbacks.xml
parente26650eef1961f7e5a082a0f43c17eec0faceb3f (diff)
downloadrt.equinox.framework-494fb04e223a199a0f40f5203731f9c09ba9da6a.tar.gz
rt.equinox.framework-494fb04e223a199a0f40f5203731f9c09ba9da6a.tar.xz
rt.equinox.framework-494fb04e223a199a0f40f5203731f9c09ba9da6a.zip
Bug 350102 - Update launcher releng scripts to support moving to git
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.motif.solaris.sparc/customBuildCallbacks.xml')
-rw-r--r--bundles/org.eclipse.equinox.launcher.motif.solaris.sparc/customBuildCallbacks.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.motif.solaris.sparc/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.motif.solaris.sparc/customBuildCallbacks.xml
index 979e9ce34..3773f016f 100644
--- a/bundles/org.eclipse.equinox.launcher.motif.solaris.sparc/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.equinox.launcher.motif.solaris.sparc/customBuildCallbacks.xml
@@ -44,6 +44,7 @@
</target>
<target name="pre.gather.bin.parts">
+ <property file="${basedir}/build.properties" />
<basename file="${basedir}" property="fragmentName" />
<available file="/gitroot/equinox/rt.equinox.binaries.git" type="dir" property="gitRepo" value="/gitroot/equinox/rt.equinox.binaries.git" />
<property name="gitRepo" value="ssh://git.eclipse.org/gitroot/equinox/rt.equinox.binaries.git" />

Back to the top