mdiggory 2003/06/01 21:48:22
Modified: math project.xml
Log:
project.xml had two dependencies sections, I removed the empty one.
Revision Changes Path
1.16 +12 -21 jakarta-commons-sandbox/math/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/math/project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- project.xml 1 Jun 2003 15:43:40 -0000 1.15
+++ project.xml 2 Jun 2003 04:48:21 -0000 1.16
@@ -39,23 +39,6 @@
</developer>
</developers>
- <dependencies>
-
- <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>
-
- </dependencies>
-
<contributors>
<contributor>
<name>Phil Steitz</name>
@@ -72,10 +55,18 @@
</contributors>
<dependencies>
-<!-- <dependency>
- <id>junit</id>
- <version>3.8</version>
- </dependency> -->
+ <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>
</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>
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|