2003-11-14 16:46:30 -05:00
<?xml version="1.0" encoding="UTF-8"?>
2004-01-30 09:19:26 -05:00
<!-- $Revision: 1.38 $ $Date: 2004/01/30 14:19:26 $ -->
2003-11-14 16:46:30 -05:00
<project >
2004-01-30 09:19:26 -05:00
<extend > ../project.xml</extend>
2003-11-14 16:46:30 -05:00
<name > Math</name>
<id > commons-math</id>
<currentVersion > 0.1-dev</currentVersion>
2004-01-30 09:19:26 -05:00
<organization >
<name > Apache Software Foundation</name>
<url > http://www.apache.org</url>
<logo > http://jakarta.apache.org/images/jakarta-logo.gif</logo>
</organization>
2003-11-14 16:46:30 -05:00
<inceptionYear > 2003</inceptionYear>
2003-11-17 00:38:09 -05:00
<logo > /images/math.gif</logo>
2003-11-14 16:46:30 -05:00
<shortDescription >
2004-01-17 13:16:01 -05:00
Jakarta Commons Math
2003-11-14 16:46:30 -05:00
</shortDescription>
<description >
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.
</description>
2003-11-15 14:05:38 -05:00
<siteDirectory > /www/jakarta.apache.org/commons/math/</siteDirectory>
2003-11-14 16:46:30 -05:00
<versions >
<version >
<id > 0.1-dev</id>
<name > 0.1-dev</name>
</version>
</versions>
<developers >
2003-11-15 15:57:46 -05:00
<developer >
<name > Albert Davidson Chou</name>
<email > hotfusionman@yahoo.com</email>
</developer>
<developer >
<name > Mark Diggory</name>
<id > mdiggory</id>
<email > mdiggory@apache.org</email>
</developer>
2003-11-14 16:46:30 -05:00
<developer >
<name > Robert Burrell Donkin</name>
<id > rdonkin</id>
<email > rdonkin@apache.org</email>
</developer>
<developer >
2003-11-15 15:57:46 -05:00
<name > Tim O'Brien</name>
2003-11-14 16:46:30 -05:00
<id > tobrien</id>
<email > tobrien@apache.org</email>
2003-11-15 15:57:46 -05:00
</developer>
2003-11-14 16:46:30 -05:00
<developer >
2003-11-15 15:57:46 -05:00
<name > J. Pietschmann</name>
2003-12-22 22:55:34 -05:00
<id > pietsch</id>
2003-11-15 15:57:46 -05:00
<email > j3322ptm@yahoo.de</email>
2004-01-11 02:42:20 -05:00
</developer>
<developer >
<name > Phil Steitz</name>
<id > psteitz</id>
<email > psteitz@apache.org</email>
</developer>
2003-11-15 15:57:46 -05:00
<developer >
<name > Brent Worden</name>
2003-12-22 22:55:34 -05:00
<id > brentworden</id>
2003-11-19 02:06:47 -05:00
<email > brentworden@apache.org</email>
2003-11-15 15:57:46 -05:00
</developer>
2003-11-14 16:46:30 -05:00
</developers>
<contributors >
2004-01-25 22:09:15 -05:00
<contributor >
<name > Piotr Kochanski</name>
</contributor>
2003-11-14 16:46:30 -05:00
</contributors>
<dependencies >
<dependency >
<id > commons-beanutils</id>
<version > 1.5</version>
</dependency>
<dependency >
<id > commons-collections</id>
2004-01-28 16:05:55 -05:00
<version > 2.1</version>
2003-11-14 16:46:30 -05:00
</dependency>
<dependency >
<id > commons-lang</id>
2004-01-28 16:05:55 -05:00
<version > 2.0</version>
2003-11-14 16:46:30 -05:00
</dependency>
<dependency >
<id > commons-logging</id>
<version > 1.0.3</version>
</dependency>
<dependency >
<id > commons-discovery</id>
<version > SNAPSHOT</version>
2004-01-28 16:05:55 -05:00
</dependency>
2003-11-14 16:46:30 -05:00
</dependencies>
2003-11-15 14:05:38 -05:00
<issueTrackingUrl >
http://nagoya.apache.org/bugzilla/enter_bug.cgi?reporter=& product=Commons& version=unspecified& component=Math& rep_platform=All& op_sys=All& priority=Other& bug_severity=normal& bug_status=NEW& assigned_to=& cc=& bug_file_loc=& short_desc=%5Bpatch%5D+%22Your+subject+heading+here%22& comment=Please+provide+details+here.+Its+best+to+submit+patches+that+alter+existing+file%0D%0Acontent+in+%22unified+cvs+diff%22+format.+%0D%0A%0D%0ASubmissions+that+provide+new+files+can+be+supplied+as+direct+file+attachments+or%0D%0Aarchives+in+zip+or+tar.gz+format.+please+be+kind+enough+to+identify+the+format%0D%0Aof+the+attached+archive+as+bugzill+tends+to+strip+these+characterstics+by%0D%0Aremoving+the+files+extension.& maketemplate=Remember+values+as+bookmarkable+template& form_name=enter_bug
</issueTrackingUrl>
2003-11-14 16:46:30 -05:00
<repository >
2003-11-15 14:05:38 -05:00
<connection > scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
<url > http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
2003-11-14 16:46:30 -05:00
</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>
<include > **/*.txt</include>
</includes>
</resource>
</resources>
</unitTest>
</build>
<reports >
<report > maven-changelog-plugin</report>
<report > maven-changes-plugin</report>
<report > maven-checkstyle-plugin</report>
2003-11-15 14:05:38 -05:00
<report > maven-clover-plugin</report>
2003-11-14 16:46:30 -05:00
<report > maven-developer-activity-plugin</report>
<report > maven-file-activity-plugin</report>
<report > maven-javadoc-plugin</report>
2004-01-11 02:42:20 -05:00
<report > maven-jdepend-plugin</report>
2003-11-14 16:46:30 -05:00
<report > maven-junit-report-plugin</report>
<report > maven-jxr-plugin</report>
<report > maven-license-plugin</report>
<report > maven-statcvs-plugin</report>
<report > maven-tasklist-plugin</report>
<!--
<report > maven-linkcheck-plugin</report>
-->
</reports>
</project>