blob: ef31481408dfc9cd0f48b7ab64c2d4aab53b27e8 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
* Copyright 2004 the mime4j project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project>
<pomVersion>3</pomVersion>
<name>mime4j</name>
<id>mime4j</id>
<currentVersion>0.2</currentVersion>
<!-- <organization>
<name>sourceforge</name>
<url>http://sourceforge.net/</url>
<logo>http://sourceforge.net/sflogo.php?group_id=108895&amp;type=1</logo>
</organization>-->
<inceptionYear>2004</inceptionYear>
<package>org.mime4j</package>
<shortDescription>Java stream based MIME message parser</shortDescription>
<description>
</description>
<url>http://www.mime4j.org/</url>
<issueTrackingUrl>
http://sourceforge.net/tracker/?group_id=108895&amp;atid=654176
</issueTrackingUrl>
<siteAddress>www.mime4j.org</siteAddress>
<repository>
<connection>scm:svn:https://svn.apache.org/repos/asf/james/mime4j/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mime4j/trunk/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/james/mime4j/trunk/</url>
</repository>
<versions>
<version>
<id>0.2-SNAPSHOT</id>
<name>0.2-SNAPSHOT</name>
<tag>HEAD</tag>
</version>
</versions>
<!-- <mailingLists>
<mailingList>
<name>mime4j developer list</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/mime4j-developer</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/mime4j-developer</unsubscribe>
</mailingList>
</mailingLists>-->
<developers>
<developer>
<name>Niklas Therning</name>
<id>ntherning</id>
<email>niklas(at)trillian(dot)se</email>
<organization>Trillian AB</organization>
</developer>
<developer>
<name>Joe Cheng</name>
<id>jcheng</id>
<email>code(at)joecheng(dot)com</email>
<organization></organization>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<url>http://jakarta.apache.org/commons/logging</url>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.0</version>
<url>http://jakarta.apache.org/commons/io</url>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
<url>http://logging.apache.org/log4j</url>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<aspectSourceDirectory/>
<!-- Unit test cases -->
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/RepositoryTest.java</exclude>
</excludes>
</unitTest>
<!-- Integration unit test cases -->
<integrationUnitTest/>
<jars>
</jars>
</build>
</project>