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
f1adf23a
Commit
f1adf23a
authored
Feb 06, 2008
by
lsmith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed package file names
parent
56407f78
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
package_Core.php
package_Core.php
+1
-1
package_DBAL.php
package_DBAL.php
+1
-1
package_ORM.php
package_ORM.php
+1
-2
No files found.
package_Core.php
View file @
f1adf23a
...
...
@@ -20,7 +20,7 @@ Doctrine_Core is the core package for the Doctrine DBAL/ORM. It contains various
helper
classes
that
are
necessary
for
both
the
DBAL
and
the
ORM
.
EOT
;
$packagefile
=
'./package_
c
ore.xml'
;
$packagefile
=
'./package_
C
ore.xml'
;
$options
=
array
(
'filelistgenerator'
=>
'svn'
,
...
...
package_DBAL.php
View file @
f1adf23a
...
...
@@ -19,7 +19,7 @@ $description =<<<EOT
Doctrine_DBAL
is
a
DBAL
(
database
abstraction
layer
)
for
PHP
5.2
.
x
+
.
EOT
;
$packagefile
=
'./package.xml'
;
$packagefile
=
'./package
_DBAL
.xml'
;
$options
=
array
(
'filelistgenerator'
=>
'svn'
,
...
...
package_ORM.php
View file @
f1adf23a
...
...
@@ -23,7 +23,7 @@ provides developers with a powerful alternative to SQL that maintains a maximum
of
flexibility
without
requiring
needless
code
duplication
.
EOT
;
$packagefile
=
'./package.xml'
;
$packagefile
=
'./package
_ORM
.xml'
;
$options
=
array
(
'filelistgenerator'
=>
'svn'
,
...
...
@@ -39,7 +39,6 @@ $options = array(
'lib/Doctrine/Auditlog/'
,
'lib/Doctrine/Cache/'
,
'lib/Doctrine/Collection/'
,
'lib/Doctrine/Column/'
,
'lib/Doctrine/Hook/'
,
'lib/Doctrine/Hydrator/'
,
'lib/Doctrine/I18n/'
,
...
...
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