reapply (mdiggory 2003/11/01 08:14:45)
Modification to project.xml to build and locate the cvs tree in the proper location. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141027 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3619649ce9
commit
b2844c7d27
14
project.xml
14
project.xml
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Revision: 1.28 $ $Date: 2003/11/14 21:46:30 $ -->
|
||||
<!-- $Revision: 1.29 $ $Date: 2003/11/15 19:05:38 $ -->
|
||||
<project>
|
||||
<extend>../../jakarta-commons/project.xml</extend>
|
||||
<name>Math</name>
|
||||
|
@ -13,7 +13,7 @@ A library of lightweight, self-contained mathematics and statistics components.
|
|||
<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>
|
||||
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/math/</siteDirectory>
|
||||
<siteDirectory>/www/jakarta.apache.org/commons/math/</siteDirectory>
|
||||
<versions>
|
||||
<version>
|
||||
<id>0.1-dev</id>
|
||||
|
@ -85,11 +85,13 @@ The Math project is a library of lightweight, self-contained mathematics and sta
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
</repository>
|
||||
|
||||
<build>
|
||||
|
@ -116,6 +118,7 @@ The Math project is a library of lightweight, self-contained mathematics and sta
|
|||
<report>maven-changelog-plugin</report>
|
||||
<report>maven-changes-plugin</report>
|
||||
<report>maven-checkstyle-plugin</report>
|
||||
<report>maven-clover-plugin</report>
|
||||
<report>maven-developer-activity-plugin</report>
|
||||
<report>maven-file-activity-plugin</report>
|
||||
<report>maven-javadoc-plugin</report>
|
||||
|
@ -126,7 +129,6 @@ The Math project is a library of lightweight, self-contained mathematics and sta
|
|||
<report>maven-statcvs-plugin</report>
|
||||
<report>maven-tasklist-plugin</report>
|
||||
<!--
|
||||
<report>maven-clover-plugin</report>
|
||||
<report>maven-linkcheck-plugin</report>
|
||||
-->
|
||||
</reports>
|
||||
|
|
Loading…
Reference in New Issue