Author: saminda Date: Mon Dec 17 09:27:43 2007 New Revision: 11271 Log:
added packaging Modified: trunk/commons/opencsv-1.8/pom.xml Modified: trunk/commons/opencsv-1.8/pom.xml ============================================================================== --- trunk/commons/opencsv-1.8/pom.xml (original) +++ trunk/commons/opencsv-1.8/pom.xml Mon Dec 17 09:27:43 2007 @@ -5,6 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>au.com.bytecode</groupId> <artifactId>opencsv</artifactId> + <packaging>jar</packaging> <version>1.8</version> <name>A Simple CSV Parser for Java under a commercial-friendly Apache 2.0 license</name> <description>Source and binary will be held in WSO2 Maven2 repository</description> _______________________________________________ Commons-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/commons-dev
