You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2005/03/19 07:46:21 UTC

svn commit: r158208 - struts/apps/trunk/blank/build.xml

Author: mrdon
Date: Fri Mar 18 22:46:20 2005
New Revision: 158208

URL: http://svn.apache.org/viewcvs?view=rev&rev=158208
Log:
Fixing blank example to better select java files to compile

PR: 34032

Modified:
    struts/apps/trunk/blank/build.xml

Modified: struts/apps/trunk/blank/build.xml
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/blank/build.xml?view=diff&r1=158207&r2=158208
==============================================================================
--- struts/apps/trunk/blank/build.xml (original)
+++ struts/apps/trunk/blank/build.xml Fri Mar 18 22:46:20 2005
@@ -50,7 +50,7 @@
 
     <!-- Normal build of application -->
     <target name="compile" depends="prepare,resources">
-        <javac srcdir="src" destdir="classes">
+        <javac srcdir="src/java" destdir="classes">
             <classpath refid="compile.classpath"/>
         </javac>
     </target>



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