Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-08-17 18:46:38 +0000
committerMarkus Knauer2010-08-17 18:46:38 +0000
commit5bf68d01cd5d7cf6d8cd1931197ec0dca01cc800 (patch)
tree66a6e8ae994cc8096b3fb228f354fe1a2071ad22
parenta583e876528f9d4ed6b4f5873f6edb513c45ed38 (diff)
downloadorg.eclipse.epp.packages-5bf68d01cd5d7cf6d8cd1931197ec0dca01cc800.tar.gz
org.eclipse.epp.packages-5bf68d01cd5d7cf6d8cd1931197ec0dca01cc800.tar.xz
org.eclipse.epp.packages-5bf68d01cd5d7cf6d8cd1931197ec0dca01cc800.zip
* indigo.feature: adjust p2 director download location
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
index 503057c8..1d82a0de 100644
--- a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
+++ b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project name="project" default="build.site">
- <property name="director.url" value="http://www.eclipse.org/downloads/download.php?file=/tools/buckminster/products/director_1.0.0.r10307.zip&amp;r=1" />
+ <property name="director.url" value="http://www.eclipse.org/downloads/download.php?file=/tools/buckminster/products/org.eclipse.equinox.p2.director.product_1.0.0.v20100203-1557.zip&amp;r=1" />
<!--Property file containing overrides for the default properties
-->

Back to the top