2003-05-12 15:28:54 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<project >
<extend > ../../jakarta-commons/project.xml</extend>
<name > Math</name>
<id > commons-math</id>
2003-05-20 06:24:32 -04:00
<currentVersion > 0.1-dev</currentVersion>
2003-05-12 15:28:54 -04:00
<inceptionYear > 2003</inceptionYear>
2003-05-20 06:24:32 -04:00
<logo />
2003-05-12 15:28:54 -04:00
<shortDescription >
2003-05-20 06:24:32 -04:00
A library of lightweight, self-contained mathematics and statistics components.
2003-05-12 15:28:54 -04:00
</shortDescription>
<description >
2003-05-20 06:24:32 -04:00
The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
2003-05-20 15:54:58 -04:00
</description>
<siteDirectory > /www/jakarta.apache.org/commons/sandbox/math/</siteDirectory>
2003-05-12 15:28:54 -04:00
<versions >
<version >
2003-05-20 06:24:32 -04:00
<id > 0.1-dev</id>
<name > 0.1-dev</name>
2003-05-12 15:28:54 -04:00
</version>
</versions>
<developers >
<developer >
<name > Robert Burrell Donkin</name>
<id > rdonkin</id>
<email > rdonkin@apache.org</email>
</developer>
<developer >
<name > Tim OBrien</name>
<id > tobrien</id>
<email > tobrien@apache.org</email>
</developer>
2003-06-01 11:43:40 -04:00
<developer >
<name > Mark R. Diggory</name>
<id > mdiggory</id>
2003-06-04 08:48:14 -04:00
<email > mdiggory@apache.org</email>
2003-06-01 11:43:40 -04:00
</developer>
2003-05-12 15:28:54 -04:00
</developers>
<contributors >
<contributor >
<name > Phil Steitz</name>
2003-05-30 11:40:28 -04:00
<email > phil@steitz.com</email>
<roles >
<role > proposal author</role>
<role > initial contributor</role>
</roles>
2003-05-12 15:28:54 -04:00
</contributor>
2003-05-26 13:29:36 -04:00
<contributor >
<name > Brent Worden</name>
<email > brent@worden.org</email>
</contributor>
2003-06-04 23:24:21 -04:00
<contributor >
<name > Albert Davidson Chou</name>
<email > hotfusionman@yahoo.com</email>
</contributor>
2003-05-12 15:28:54 -04:00
</contributors>
<dependencies >
2003-06-02 00:48:21 -04:00
<dependency >
<id > commons-beanutils</id>
<version > 1.5</version>
</dependency>
<dependency >
<id > commons-collections</id>
<version > 2.1</version>
</dependency>
<dependency >
<id > commons-logging</id>
<version > 1.0.3</version>
</dependency>
2003-05-12 15:28:54 -04:00
</dependencies>
2003-05-23 13:33:18 -04:00
<issueTrackingUrl > http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW& bug_status=ASSIGNED& bug_status=REOPENED& email1=& emailtype1=substring& emailassigned_to1=1& email2=& emailtype2=substring& emailreporter2=1& bugidtype=include& bug_id=& changedin=& votes=& chfieldfrom=& chfieldto=Now& chfieldvalue=& product=Commons& component=Sandbox& short_desc=& short_desc_type=allwordssubstr& long_desc=& long_desc_type=allwordssubstr& bug_file_loc=& bug_file_loc_type=allwordssubstr& keywords=& keywords_type=anywords& field0-0-0=noop& type0-0-0=noop& value0-0-0=& cmdtype=doit& order=%27Importance%27</issueTrackingUrl>
2003-05-12 15:28:54 -04:00
<repository >
<connection > scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/${pom.artifactId.substring(8)}</connection>
<url > http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</url>
</repository>
<build >
<unitTest >
<includes >
<include > **/*Test.java</include>
</includes>
<excludes >
<exclude > **/*AbstractTest.java</exclude>
</excludes>
<resources >
<resource >
<directory > ${pom.build.unitTestSourceDirectory}</directory>
<includes >
<include > **/*.xml</include>
2003-05-21 10:21:15 -04:00
<include > **/*.txt</include>
2003-05-12 15:28:54 -04:00
</includes>
</resource>
</resources>
</unitTest>
</build>
<reports >
2003-05-30 11:40:28 -04:00
<report > maven-changelog-plugin</report>
2003-05-12 15:28:54 -04:00
<report > maven-changes-plugin</report>
<report > maven-checkstyle-plugin</report>
2003-05-20 06:24:32 -04:00
<!-- <report>maven - clover - plugin</report> -->
2003-06-18 16:06:48 -04:00
<report > maven-developer-activity-plugin</report>
<report > maven-file-activity-plugin</report>
2003-05-12 15:28:54 -04:00
<report > maven-javadoc-plugin</report>
2003-06-18 16:06:48 -04:00
<report > maven-jdepend-plugin</report>
2003-05-12 15:28:54 -04:00
<report > maven-junit-report-plugin</report>
<report > maven-jxr-plugin</report>
2003-06-18 16:06:48 -04:00
<report > maven-license-plugin</report>
2003-05-29 19:26:24 -04:00
<!-- <report>maven - linkcheck - plugin</report> -->
2003-06-18 16:09:39 -04:00
<report > maven-statcvs-plugin</report>
2003-05-29 19:30:48 -04:00
<!-- <report>maven - tasklist - plugin</report> -->
2003-05-12 15:28:54 -04:00
</reports>
2003-05-15 11:38:48 -04:00
2003-05-12 15:28:54 -04:00
</project>