Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.equinox.executable/customBuildCallbacks.xml2
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/customBuildCallbacks.xml2
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/customBuildCallbacks.xml2
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.s390/customBuildCallbacks.xml2
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/customBuildCallbacks.xml2
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86/customBuildCallbacks.xml2
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/customBuildCallbacks.xml2
7 files changed, 7 insertions, 7 deletions
diff --git a/bundles/org.eclipse.equinox.executable/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.executable/customBuildCallbacks.xml
index ea2e89092..48a9f1676 100644
--- a/bundles/org.eclipse.equinox.executable/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.equinox.executable/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" />
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/customBuildCallbacks.xml
index 3773f016f..294515f91 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/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" />
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/customBuildCallbacks.xml
index 3773f016f..294515f91 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/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" />
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/customBuildCallbacks.xml
index 3773f016f..294515f91 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/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" />
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/customBuildCallbacks.xml
index 3773f016f..294515f91 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/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" />
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" />
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/customBuildCallbacks.xml
index 3773f016f..294515f91 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/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