You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2005/10/24 23:54:45 UTC

svn commit: r328160 - /jakarta/commons/proper/betwixt/trunk/project.xml

Author: rdonkin
Date: Mon Oct 24 14:54:41 2005
New Revision: 328160

URL: http://svn.apache.org/viewcvs?rev=328160&view=rev
Log:
Added some comments on the usage of the dependencies.

Modified:
    jakarta/commons/proper/betwixt/trunk/project.xml

Modified: jakarta/commons/proper/betwixt/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/project.xml?rev=328160&r1=328159&r2=328160&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/project.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/project.xml Mon Oct 24 14:54:41 2005
@@ -185,12 +185,18 @@
       <id>xerces</id>
       <version>2.4.0</version>
       <url>http://xml.apache.org/xerces2-j/index.html</url>
+      <properties>
+          <comment>Any JAXP compliant parser (1.2 or later).</comment>
+      </properties>
     </dependency>
 
     <dependency>
       <id>xml-apis</id>
       <version>1.0.b2</version>
       <url>http://xml.apache.org/commons/</url>
+      <properties>
+          <comment>Any JAXP compliant parser (1.2 or later)</comment>
+      </properties>
     </dependency>
 
 	<!-- for unit tests -->
@@ -198,6 +204,9 @@
       <id>junit</id>
       <version>3.8.1</version>
       <url>http://www.junit.org</url>
+      <properties>
+          <comment>Used only for unit testing</comment>
+      </properties>
     </dependency>
 
   </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org