Author: Derick Rethans
Date: 2006-10-24 11:59:08 +0200 (Tue, 24 Oct 2006)
New Revision: 3829

Log:
- Fixed the layout of this script a bit... we've longer names and version nr's
  than anticipated.

Modified:
   scripts/package.php

Modified: scripts/package.php
===================================================================
--- scripts/package.php 2006-10-24 09:58:30 UTC (rev 3828)
+++ scripts/package.php 2006-10-24 09:59:08 UTC (rev 3829)
@@ -71,7 +71,7 @@
 
 function addPackage( $packageDir, $name, $version )
 {
-    echo sprintf( '* %-20s %-8s: ', $name, $version );
+    echo sprintf( '* %-40s %-12s: ', $name, $version );
     
     $dirName = "releases/$name/$version";
     if ( !is_dir( $dirName ) )

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to