Skip to content

Commit

Permalink
Update package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 19, 2017
1 parent 1451acc commit 0da3bd7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
18 changes: 10 additions & 8 deletions framework/Image/package.xml
Expand Up @@ -23,18 +23,18 @@
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<date>2016-07-12</date>
<date>2017-01-19</date>
<version>
<release>2.3.7</release>
<api>2.3.0</api>
<release>2.4.0</release>
<api>2.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mjr] Add support for storing image data as a temporary stream.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -394,6 +394,7 @@
</dir> <!-- /test/Horde/Image -->
</dir> <!-- /test/Horde -->
<file name=".htaccess" role="test" />
<file name="conf.php.dist" role="test" />
<file name="error.png" role="test" />
<file name="gd.php" role="test" />
<file name="im.php" role="test" />
Expand Down Expand Up @@ -629,6 +630,7 @@
<install as="locale/zh_TW/LC_MESSAGES/Horde_Image.mo" name="locale/zh_TW/LC_MESSAGES/Horde_Image.mo" />
<install as="locale/zh_TW/LC_MESSAGES/Horde_Image.po" name="locale/zh_TW/LC_MESSAGES/Horde_Image.po" />
<install as=".htaccess" name="test/.htaccess" />
<install as="conf.php.dist" name="test/conf.php.dist" />
<install as="error.png" name="test/error.png" />
<install as="gd.php" name="test/gd.php" />
<install as="im.php" name="test/im.php" />
Expand Down Expand Up @@ -1188,15 +1190,15 @@ Initial release as a PEAR package
</release>
<release>
<version>
<release>2.3.7</release>
<api>2.3.0</api></version>
<release>2.4.0</release>
<api>2.4.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-07-12</date>
<date>2017-01-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mjr] Add support for storing image data as a temporary stream.
</notes>
</release>
</changelog>
Expand Down
7 changes: 7 additions & 0 deletions framework/Image/test/conf.php.dist
@@ -0,0 +1,7 @@
<?php
// Path to horde base directory. Needed so we can run from git checkout.
$horde = '/usr/local/horde/horde/horde';

// Path to convert and identify for Im test
$convert = '/opt/local/bin/convert';
$identify = '/opt/local/bin/identify';

0 comments on commit 0da3bd7

Please sign in to comment.