mdiggory 2003/11/01 08:14:45
Modified: math project.xml
Log:
Modification to project.xml to build and locate the cvs tree in the proper location.
Revision Changes Path
1.2 +4 -4 jakarta-commons/math/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/math/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 1 Nov 2003 16:04:12 -0000 1.1
+++ project.xml 1 Nov 2003 16:14:45 -0000 1.2
@@ -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>
@@ -88,8 +88,8 @@
<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>
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]