You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2006/05/06 00:37:23 UTC

svn commit: r400198 - /tomcat/container/tc5.5.x/modules/groupcom/build/build.xml

Author: fhanik
Date: Fri May  5 15:37:20 2006
New Revision: 400198

URL: http://svn.apache.org/viewcvs?rev=400198&view=rev
Log:
fixed build script for relocated files

Modified:
    tomcat/container/tc5.5.x/modules/groupcom/build/build.xml

Modified: tomcat/container/tc5.5.x/modules/groupcom/build/build.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/build/build.xml?rev=400198&r1=400197&r2=400198&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/build/build.xml (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/build/build.xml Fri May  5 15:37:20 2006
@@ -14,7 +14,7 @@
 
   <path id="javadoc.sourcepath">
     <pathelement location="${basedir}/src/share"/>
-    <pathelement location="${basedir}/test"/>
+    <pathelement location="${basedir}/test/java"/>
   </path>
 
 



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