Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
47ebbb43
Commit
47ebbb43
authored
Apr 27, 2010
by
Roman S. Borschel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated build.xml with new pear channel URLs.
parent
ae39a5d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
build.xml
build.xml
+3
-3
No files found.
build.xml
View file @
47ebbb43
...
...
@@ -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=
"jonwage@gmail.com"
/>
<lead
user=
"guilhermeblanco"
name=
"Guilherme Blanco"
email=
"guilhermeblanco@gmail.com"
/>
...
...
@@ -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=
"jonwage@gmail.com"
/>
<lead
user=
"guilhermeblanco"
name=
"Guilherme Blanco"
email=
"guilhermeblanco@gmail.com"
/>
...
...
@@ -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=
"jonwage@gmail.com"
/>
<lead
user=
"guilhermeblanco"
name=
"Guilherme Blanco"
email=
"guilhermeblanco@gmail.com"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment