projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a01a4d
)
Fix the package.xml. These are files, not directories.
author
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 17 Feb 2010 12:17:59 +0000
(13:17 +0100)
committer
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 17 Feb 2010 12:17:59 +0000
(13:17 +0100)
framework/Core/package.xml
patch
|
blob
|
history
diff --git
a/framework/Core/package.xml
b/framework/Core/package.xml
index
3b4f4e8
..
c7c8681
100644
(file)
--- a/
framework/Core/package.xml
+++ b/
framework/Core/package.xml
@@
-56,8
+56,8
@@
Application Framework.
<dir name="Core">
<dir name="Autoloader">
<dir name="Callback">
- <
dir
name="Auth.php" role="php" />
- <
dir
name="Mime.php" role="php" />
+ <
file
name="Auth.php" role="php" />
+ <
file
name="Mime.php" role="php" />
</dir> <!-- /lib/Horde/Core/Autoloader/Callback -->
</dir> <!-- /lib/Horde/Core/Autoloader -->
<dir name="Binder">