fix package.xml
authorChuck Hagenbuch <chuck@horde.org>
Thu, 16 Jul 2009 03:40:13 +0000 (23:40 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 16 Jul 2009 03:40:13 +0000 (23:40 -0400)
framework/Release/package.xml

index 8e6b36d..56784ff 100644 (file)
@@ -6,7 +6,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <name>Release</name>
  <channel>pear.horde.org</channel>
  <summary>Horde Release generation library</summary>
- <description>These package provides the tools necessary to create the Horde distribution packages.
+ <description>This package provides the tools necessary to create the Horde distribution packages.
  </description>
  <lead>
   <name>Chuck Hagenbuch</name>
@@ -74,10 +74,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <optional/>
  </dependencies>
  <phprelease>
-  <install>
-   <file name="lib/Horde/Release.php" as="Horde/Release.php" />
-   <file name="lib/Horde/Release/Whups.php" as="Horde/Release/Whups.php" />
-  </install>
+  <filelist>
+   <install name="lib/Horde/Release.php" as="Horde/Release.php" />
+   <install name="lib/Horde/Release/Whups.php" as="Horde/Release/Whups.php" />
+  </filelist>
  </phprelease>
  <changelog/>
 </package>