Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-03-05 15:41:07 +0000
committerThomas Watson2012-03-05 15:41:07 +0000
commit1a35bb385aa30896b6cc54270a77394fa7e389cf (patch)
tree9b8e89e083045842cce2fd2ae6194c265d08bee7 /bundles/org.eclipse.equinox.launcher.gtk.linux.x86
parent0f5df4dab904c03dc0def5b535a4812693bc7983 (diff)
downloadrt.equinox.framework-20120305-1541.tar.gz
rt.equinox.framework-20120305-1541.tar.xz
rt.equinox.framework-20120305-1541.zip
Bug 369221 - Make building executable and launcher Fedora friendlyv20120305-1541
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.x86')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86/customBuildCallbacks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/customBuildCallbacks.xml
index 3773f016f..294515f91 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/customBuildCallbacks.xml
@@ -43,7 +43,7 @@
<target name="post.build.sources">
</target>
- <target name="pre.gather.bin.parts">
+ <target name="pre.gather.bin.parts" unless="dontFetchBinaries">
<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" />

Back to the top