You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bd...@apache.org on 2005/07/06 21:26:06 UTC

svn commit: r209501 - /myfaces/build/trunk/build-ide.xml

Author: bdudney
Date: Wed Jul  6 12:26:04 2005
New Revision: 209501

URL: http://svn.apache.org/viewcvs?rev=209501&view=rev
Log:
changed 'all' to 'jar' in the default target so that the build file has no errors

Modified:
    myfaces/build/trunk/build-ide.xml

Modified: myfaces/build/trunk/build-ide.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build-ide.xml?rev=209501&r1=209500&r2=209501&view=diff
==============================================================================
--- myfaces/build/trunk/build-ide.xml (original)
+++ myfaces/build/trunk/build-ide.xml Wed Jul  6 12:26:04 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<project name="myfaces-release" default="all" >
+<project name="myfaces-release" default="jar" >
 
     <!--
     Special ant build file for IDE-related tasks.  One example is to build a jar file containing the *transformed* TLD's