Author: chammers
Date: Thu Oct 29 23:11:50 2009
New Revision: 831147
URL: http://svn.apache.org/viewvc?rev=831147&view=rev
Log:
Renaming pear package as discussed on the -dev list
Modified:
incubator/log4php/trunk/package-config.php
incubator/log4php/trunk/pom.xml
Modified: incubator/log4php/trunk/package-config.php
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/package-config.php?rev=831147&r1=831146&r2=831147&view=diff
==============================================================================
--- incubator/log4php/trunk/package-config.php (original)
+++ incubator/log4php/trunk/package-config.php Thu Oct 29 23:11:50 2009
@@ -19,8 +19,8 @@
// parse pom.xml to get version in sync
preg_match("/<version>(.+?)(-(\w+))?<\/version>/",
file_get_contents("../../pom.xml"), $pom_version);
-$name = 'apachelog4php';
-$summary = 'log4Php is a PHP port of log4j framework';
+$name = 'Apache_log4php';
+$summary = 'log4php is a PHP port of log4j framework';
$version = $pom_version[1].(empty($pom_version[3]) ? '' : $pom_version[3]);
$versionBuild = 'b1';
$apiVersion = '2.0.0';
@@ -28,7 +28,7 @@
$apiStability = 'stable';
$description = <<<EOT
-log4Php is a PHP port of log4j framework. It supports XML configuration,
+log4php is a PHP port of log4j framework. It supports XML configuration,
logging to files, stdout/err, syslog, socket, configurable output layouts
and logging levels.
EOT;
Modified: incubator/log4php/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=831147&r1=831146&r2=831147&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Thu Oct 29 23:11:50 2009
@@ -199,7 +199,7 @@
<exec executable="pear" dir="target/pear">
<arg line="package"/>
</exec>
- <move
file="target/pear/apachelog4php-${pear.version}.tgz"
tofile="target/apache-log4php-${pear.version}-pear.tgz" />
+ <move
file="target/pear/Apache_log4php-${pear.version}.tgz"
tofile="target/Apache_log4php-${pear.version}-pear.tgz" />
</tasks>
</configuration>
</execution>