forked from doctrine/orm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated build.xml with new pear channel URLs.
- 2.4.0-BETA1
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-RC4
- 2.3.0-RC3
- 2.3.0-RC2
- 2.3.0-RC1
- 2.3.0-BETA1
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-RC1
- 2.2.0-BETA2
- 2.2.0-BETA1
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.1.0RC3
- 2.1.0RC2
- 2.1.0RC1
- 2.1.0BETA1
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0RC2
- 2.0.0RC1
- 2.0.0-BETA4
- 2.0.0-BETA3
- 2.0.0-BETA2
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,7 +163,7 @@ | |
<d51pearpkg2 baseinstalldir="/" dir="${build.dir}/common/DoctrineCommon-${version}"> | ||
<name>DoctrineCommon</name> | ||
<summary>Common Doctrine code</summary> | ||
<channel>pear.phpdoctrine.org</channel> | ||
<channel>pear.doctrine-project.org</channel> | ||
<description>The Doctrine Common package contains shared code between the other packages.</description> | ||
<lead user="jwage" name="Jonathan H. Wage" email="[email protected]" /> | ||
<lead user="guilhermeblanco" name="Guilherme Blanco" email="[email protected]" /> | ||
|
@@ -182,7 +182,7 @@ | |
<d51pearpkg2 baseinstalldir="/" dir="${build.dir}/dbal/DoctrineDBAL-${version}"> | ||
<name>DoctrineDBAL</name> | ||
<summary>Doctrine Database Abstraction Layer</summary> | ||
<channel>pear.phpdoctrine.org</channel> | ||
<channel>pear.doctrine-project.org</channel> | ||
<description>The Doctrine DBAL package is the database abstraction layer used to power the ORM package.</description> | ||
<lead user="jwage" name="Jonathan H. Wage" email="[email protected]" /> | ||
<lead user="guilhermeblanco" name="Guilherme Blanco" email="[email protected]" /> | ||
|
@@ -201,7 +201,7 @@ | |
<d51pearpkg2 baseinstalldir="/" dir="${build.dir}/orm/DoctrineORM-${version}"> | ||
<name>DoctrineORM</name> | ||
<summary>Doctrine Object Relationl Mapper</summary> | ||
<channel>pear.phpdoctrine.org</channel> | ||
<channel>pear.doctrine-project.org</channel> | ||
<description>The Doctrine ORM package is the primary package containing the object relational mapper.</description> | ||
<lead user="jwage" name="Jonathan H. Wage" email="[email protected]" /> | ||
<lead user="guilhermeblanco" name="Guilherme Blanco" email="[email protected]" /> | ||
|