sraeburn 2003/11/28 01:07:13
Modified: . project.xml
Log:
Update Validator dependency to 1.1.1
Enable some JUnit tests
Revision Changes Path
1.12 +14 -6 jakarta-struts/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 27 Nov 2003 19:28:13 -0000 1.11
+++ project.xml 28 Nov 2003 09:07:13 -0000 1.12
@@ -222,11 +222,19 @@
<url>http://jakarta.apache.org/commons/logging.html</url>
</dependency>
+ <!--
<dependency>
<id>commons-validator</id>
<version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/validator.html</url>
</dependency>
+ -->
+
+ <dependency>
+ <id>commons-validator</id>
+ <version>1.1.1-dev</version>
+ <url>http://jakarta.apache.org/commons/validator.html</url>
+ </dependency>
<dependency>
<id>oro</id>
@@ -286,7 +294,7 @@
<sourceDirectory>src/share</sourceDirectory>
- <!-- Unit test cases
+ <!-- Unit test cases -->
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<integrationUnitTestSourceDirectory/>
@@ -294,13 +302,13 @@
<unitTest>
<includes>
- <include>**/*Test.java</include>
+ <include>org/apache/struts/action/TestDynaActionForm.java</include>
+ <include>org/apache/struts/action/TestDynaActionFormClass.java</include>
+ <include>org/apache/struts/config/TestModuleConfig.java</include>
+ <include>org/apache/struts/config/TestActionConfigMatcher.java</include>
+ <include>org/apache/struts/util/Test*.java</include>
</includes>
- <excludes>
- <exclude>**/RepositoryTest.java</exclude>
- </excludes>
</unitTest>
- -->
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]