From: Edward Mann <phpeclipse.dev@edmann.com>
Date: Sun, 13 Jul 2008 14:07:45 +0000 (+0000)
Subject: Changing update site url to the correct site for stable builds. Seeing if this will... 
X-Git-Url: http://secure.phpeclipse.com?hp=9a7e6fb2a17a5348f4d5210151860cf3853df7d8

Changing update site url to the correct site for stable builds. Seeing if this will fix an error in Ganymede. But then needed to be fixed anyway.
---

diff --git a/net.sourceforge.phpeclipse.debug.feature/feature.xml b/net.sourceforge.phpeclipse.debug.feature/feature.xml
index 89b7783..9020031 100644
--- a/net.sourceforge.phpeclipse.debug.feature/feature.xml
+++ b/net.sourceforge.phpeclipse.debug.feature/feature.xml
@@ -216,7 +216,7 @@ litigation.
    </license>
 
    <url>
-      <update label="PHPEclipse update site" url="http://phpeclipse.sourceforge.net/update/releases/"/>
+      <update label="PHPEclipse Stable build site" url="http://phpeclipse.sourceforge.net/update/stable/"/>
    </url>
 
    <requires>
diff --git a/net.sourceforge.phpeclipse.feature/feature.xml b/net.sourceforge.phpeclipse.feature/feature.xml
index 932286f..2ff836d 100644
--- a/net.sourceforge.phpeclipse.feature/feature.xml
+++ b/net.sourceforge.phpeclipse.feature/feature.xml
@@ -218,7 +218,7 @@ litigation.
    </license>
 
    <url>
-      <update label="PHPEclipse Nightly update site" url="http://update.phpeclipse.net/update/nightly"/>
+      <update label="PHPEclipse Stable Builds" url="http://update.phpeclipse.net/update/stable"/>
    </url>
 
    <requires>
diff --git a/net.sourceforge.phpeclipse.xdebug.feature/feature.xml b/net.sourceforge.phpeclipse.xdebug.feature/feature.xml
index 9141e74..1fe6b6e 100644
--- a/net.sourceforge.phpeclipse.xdebug.feature/feature.xml
+++ b/net.sourceforge.phpeclipse.xdebug.feature/feature.xml
@@ -216,7 +216,7 @@ litigation.
    </license>
 
    <url>
-      <update label="PHPEclipse update site" url="http://phpeclipse.sourceforge.net/update/releases/"/>
+      <update label="PHPEclipse Stable Build site" url="http://phpeclipse.sourceforge.net/update/stable/"/>
    </url>
 
    <requires>