You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by bl...@apache.org on 2004/06/24 22:47:35 UTC

svn commit: rev 22085 - excalibur/trunk/fortress/examples

Author: bloritsch
Date: Thu Jun 24 13:47:35 2004
New Revision: 22085

Modified:
   excalibur/trunk/fortress/examples/maven.xml
Log:
fix copy/paste error in maven.xml

Modified: excalibur/trunk/fortress/examples/maven.xml
==============================================================================
--- excalibur/trunk/fortress/examples/maven.xml	(original)
+++ excalibur/trunk/fortress/examples/maven.xml	Thu Jun 24 13:47:35 2004
@@ -38,8 +38,8 @@
             </classpath>
         </taskdef>
 
-        <fortress-collect-meta destdir="${maven.build.dir}/test-classes">
-            <fileset dir="${maven.src.dir}/test"/>
+        <fortress-collect-meta destdir="${maven.build.dir}/classes">
+            <fileset dir="${maven.src.dir}/java"/>
         </fortress-collect-meta>
     </goal>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org