You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/09/14 01:29:48 UTC

svn commit: r280714 - /myfaces/build/trunk/build.xml

Author: svieujot
Date: Tue Sep 13 16:29:45 2005
New Revision: 280714

URL: http://svn.apache.org/viewcvs?rev=280714&view=rev
Log:
Another path bugfix.

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=280714&r1=280713&r2=280714&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Tue Sep 13 16:29:45 2005
@@ -719,8 +719,8 @@
             <fileset dir="../api/build/temp/classes"/>
             <fileset dir="../impl/build/temp/classes"/>
             <fileset dir="../tomahawk/build/temp/classes"/>
-            <fileset dir="../">
-                <include name="sandbox/build/temp/classes/**" unless="skip.sandbox"/>
+            <fileset dir="../sandbox/build/temp/classes/">
+                <include name="**" unless="skip.sandbox"/>
             </fileset>
 
             <!-- tlds -->