You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/09/24 04:41:15 UTC

svn commit: r291238 - /jakarta/commons/proper/validator/trunk/project.xml

Author: niallp
Date: Fri Sep 23 19:41:06 2005
New Revision: 291238

URL: http://svn.apache.org/viewcvs?rev=291238&view=rev
Log:
Add dependency comments

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

Modified: jakarta/commons/proper/validator/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/project.xml?rev=291238&r1=291237&r2=291238&view=diff
==============================================================================
--- jakarta/commons/proper/validator/trunk/project.xml (original)
+++ jakarta/commons/proper/validator/trunk/project.xml Fri Sep 23 19:41:06 2005
@@ -296,6 +296,12 @@
       <id>xml-apis</id>
       <version>2.0.2</version>
       <url>http://xml.apache.org/commons/</url>
+      <properties>
+          <comment>
+              &lt;strong&gt;JDK 1.3&lt;/strong&gt; - NOT required for
+              JDK 1.4 and higher.
+          </comment>
+      </properties>
     </dependency>
 
 	<!-- for unit tests -->
@@ -303,6 +309,12 @@
       <id>junit</id>
       <version>3.8.1</version>
       <url>http://www.junit.org/</url>
+      <properties>
+          <comment>
+              &lt;strong&gt;Test Only&lt;/strong&gt; - required only for
+              running the Validator unit tests.
+          </comment>
+      </properties>
     </dependency>
 
     <dependency>
@@ -311,6 +323,14 @@
       <version>1.9.2</version>
       <url>http://maven.apache.org/reference/plugins/xdoc/</url>
       <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - required only for
+              building the Validator site documentation (commons build
+              now requires v1.9.2 of this plugin rather than the default v1.8
+              shipped with Maven 1.0.2).
+          </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