Author: taylor
Date: Fri Nov 18 12:41:31 2005
New Revision: 345563
URL: http://svn.apache.org/viewcvs?rev=345563&view=rev
Log:
add test back in, now passes on Derby
http://issues.apache.org/jira/browse/JS2-168 resolved
Modified:
portals/jetspeed-2/trunk/components/capability/project.xml
Modified: portals/jetspeed-2/trunk/components/capability/project.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/capability/project.xml?rev=345563&r1=345562&r2=345563&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/capability/project.xml (original)
+++ portals/jetspeed-2/trunk/components/capability/project.xml Fri Nov 18
12:41:31 2005
@@ -72,9 +72,9 @@
<resources>
<resource>
<directory>${basedir}/src/test</directory>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
+ <includes>
+ <include>**/Test*.java</include>
+ </includes>
</resource>
<resource>
<directory>${basedir}/src/java</directory>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]