Author: bayard
Date: Sat Jul 15 20:56:11 2006
New Revision: 422356

URL: http://svn.apache.org/viewvc?rev=422356&view=rev
Log:
Made things relevant to finder and not csv and added a checkstyle from csv

Added:
    jakarta/commons/sandbox/finder/trunk/checkstyle.xml
      - copied unchanged from r422353, 
jakarta/commons/sandbox/csv/trunk/checkstyle.xml
Modified:
    jakarta/commons/sandbox/finder/trunk/project.xml
    jakarta/commons/sandbox/finder/trunk/xdocs/index.xml

Modified: jakarta/commons/sandbox/finder/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/sandbox/finder/trunk/project.xml?rev=422356&r1=422355&r2=422356&view=diff
==============================================================================
--- jakarta/commons/sandbox/finder/trunk/project.xml (original)
+++ jakarta/commons/sandbox/finder/trunk/project.xml Sat Jul 15 20:56:11 2006
@@ -16,12 +16,12 @@
 -->
 <project>
   <name>Commons CSV</name>
-  <id>commons-csv</id>
-  <logo>/images/csv-logo-white.png</logo>
+  <id>commons-finder</id>
+  <logo>/images/finder-logo-white.png</logo>
   <inceptionYear>2005</inceptionYear>
-  <shortDescription>Commons CSV</shortDescription>
+  <shortDescription>Commons File Finder</shortDescription>
   <description>
-    Commons CSV is a component that parses comma separated value files. 
+    Similar to 'find' in UNIX.
   </description>
   <currentVersion>0.1-dev</currentVersion>
   
<issueTrackingUrl>http://issues.apache.org/jira/browse/SANDBOX</issueTrackingUrl>
@@ -33,8 +33,8 @@
     </organization>
 
   <repository>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
-    <url>http://svn.apache.org/viewcvs/jakarta/commons/sandbox/csv/trunk</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk</connection>
+    
<url>http://svn.apache.org/viewcvs/jakarta/commons/sandbox/finder/trunk</url>
   </repository>
   
     <mailingLists>
@@ -57,11 +57,6 @@
       <name>Henri Yandell</name>
       <id>bayard</id>
       <email>[EMAIL PROTECTED]</email>
-    </developer>
-    <developer>
-      <name>Martin van den Bemt</name>
-      <id>mvdb</id>
-      <email>[EMAIL PROTECTED]</email>
     </developer>
   </developers>
     

Modified: jakarta/commons/sandbox/finder/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/sandbox/finder/trunk/xdocs/index.xml?rev=422356&r1=422355&r2=422356&view=diff
==============================================================================
--- jakarta/commons/sandbox/finder/trunk/xdocs/index.xml (original)
+++ jakarta/commons/sandbox/finder/trunk/xdocs/index.xml Sat Jul 15 20:56:11 
2006
@@ -21,19 +21,13 @@
  </properties>
 <body>
 <!-- ================================================== -->
-<section name="Commons CSV">
-  <p>Commons CSV was started to unify a common and simple interface for 
reading and writing CSV files under an ASL license. It has been bootstrapped by 
a code donation from Netcetera in Switzerland. There are three pre-existing BSD 
compatible CSV parsers which this component will hopefully make redundant 
(authors willing): </p>
-  <ul>
-    <li><a href="http://kasparov.skife.org/csv/";>Skife CSV</a></li>
-    <li><a href="http://opencsv.sourceforge.net/";>Open CSV</a></li>
-    <li><a href="http://www.osjava.org/genjava/multiproject/gj-csv/";>Genjava 
CSV</a></li>
-  </ul>
-  <p>In addition to the code from Netcetera (org.apache.commons.csv), Martin 
van den Bemt has added an additional writer API 
(org.apache.commons.csv.writer). </p>
+<section name="Commons Finder">
+  <p>Commons Finder is an implementation of the UNIX command line find tool in 
Java. </p>
 </section>
 
 <section name="Getting the code?">
-  <p>There are currently no official downloads, and will not be until CSV 
moves out of the Sandbox, but a nightly build is available from <a 
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-csv/";>http://cvs.apache.org/builds/jakarta-commons/nightly/commons-csv/</a>.
 </p>
-  <p>The latest code may be checked out from the following url - <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/";>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/</a>.
 </p>
+  <p>There are currently no official downloads, and will not be until Finder 
moves out of the Sandbox, but a nightly build is available from <a 
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-finder/";>http://cvs.apache.org/builds/jakarta-commons/nightly/commons-finder/</a>.
 </p>
+  <p>The latest code may be checked out from the following url - <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk/";>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk/</a>.
 </p>
 </section>
 
 <section name="Bugs?">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to