Author: bayard Date: Thu Jan 5 13:18:34 2006 New Revision: 366281 URL: http://svn.apache.org/viewcvs?rev=366281&view=rev Log: so out of date, I had copied a pom that depended on a super pom. fixed that, fixed name (Csv to CSV) and fixed test pattern so they run
Modified: jakarta/commons/sandbox/csv/trunk/project.xml Modified: jakarta/commons/sandbox/csv/trunk/project.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/csv/trunk/project.xml?rev=366281&r1=366280&r2=366281&view=diff ============================================================================== --- jakarta/commons/sandbox/csv/trunk/project.xml (original) +++ jakarta/commons/sandbox/csv/trunk/project.xml Thu Jan 5 13:18:34 2006 @@ -15,14 +15,13 @@ limitations under the License. --> <project> - <extend>../commons-build/sandbox-project.xml</extend> - <name>Commons Csv</name> + <name>Commons CSV</name> <id>commons-csv</id> <logo>/images/csv-logo-white.png</logo> <inceptionYear>2005</inceptionYear> - <shortDescription>Commons Csv</shortDescription> + <shortDescription>Commons CSV</shortDescription> <description> - Commons Csv is a component that parses comma separated value files. + Commons CSV is a component that parses comma separated value files. </description> <currentVersion>0.1-dev</currentVersion> <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl> @@ -49,7 +48,7 @@ <unitTestSourceDirectory>src/test</unitTestSourceDirectory> <unitTest> <includes> - <include>**/*Test</include> + <include>**/*Test*</include> </includes> </unitTest> </build> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]