You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2005/09/30 17:43:21 UTC

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

Author: werpu
Date: Fri Sep 30 08:43:17 2005
New Revision: 292779

URL: http://svn.apache.org/viewcvs?rev=292779&view=rev
Log:
fixed a blank bug which was checked in

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=292779&r1=292778&r2=292779&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Fri Sep 30 08:43:17 2005
@@ -1,4 +1,3 @@
-
 <?xml version="1.0" encoding="iso-8859-1"?>
 <project name="myfaces-release" default="dist-all" >
 
@@ -501,7 +500,7 @@
         </ant>
         <ant target="subproject">
             <property name="subproject" value="sandbox"/>
-        </ant>        
+        </ant>
         <ant target="subproject">
             <property name="subproject" value="examples"/>
         </ant>