You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/11/28 10:03:39 UTC

svn commit: r721392 - /geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml

Author: jdillon
Date: Fri Nov 28 01:03:39 2008
New Revision: 721392

URL: http://svn.apache.org/viewvc?rev=721392&view=rev
Log:
Need to rename this, add some details

Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml

Modified: geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml?rev=721392&r1=721391&r2=721392&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml Fri Nov 28 01:03:39 2008
@@ -29,6 +29,14 @@
         <artifactId>gshell-commands</artifactId>
         <version>1.0-alpha-2-SNAPSHOT</version>
     </parent>
+
+    <!--
+    TODO: Rename to gshell-fileutils or gshell-coreutils to match up the linux rpm equiv?
+    
+    SEE:
+        http://www.gnu.org/software/coreutils/
+        http://www.gnu.org/software/coreutils/manual/coreutils.html
+    -->
     
     <artifactId>gshell-vfs</artifactId>
     <name>GShell Commands :: VFS</name>