dirkv 2003/11/15 11:05:38
Modified: math project.xml
Log:
reapply (mdiggory 2003/11/01 08:14:45)
Modification to project.xml to build and locate the cvs tree in the proper
location.
Revision Changes Path
1.29 +8 -6 jakarta-commons/math/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/math/project.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- project.xml 14 Nov 2003 21:46:30 -0000 1.28
+++ project.xml 15 Nov 2003 19:05:38 -0000 1.29
@@ -13,7 +13,7 @@
<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 @@
</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:[EMAIL
PROTECTED]:/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:[EMAIL
PROTECTED]:/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 @@
<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 @@
<report>maven-statcvs-plugin</report>
<report>maven-tasklist-plugin</report>
<!--
- <report>maven-clover-plugin</report>
<report>maven-linkcheck-plugin</report>
-->
</reports>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]