You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/04/21 03:17:08 UTC

svn commit: r395747 - /myfaces/maven/trunk/build-world-1.1.2.sh

Author: schof
Date: Thu Apr 20 18:17:05 2006
New Revision: 395747

URL: http://svn.apache.org/viewcvs?rev=395747&view=rev
Log:
fixed so we can automate the build of the tomahawk branch

Modified:
    myfaces/maven/trunk/build-world-1.1.2.sh

Modified: myfaces/maven/trunk/build-world-1.1.2.sh
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/build-world-1.1.2.sh?rev=395747&r1=395746&r2=395747&view=diff
==============================================================================
--- myfaces/maven/trunk/build-world-1.1.2.sh (original)
+++ myfaces/maven/trunk/build-world-1.1.2.sh Thu Apr 20 18:17:05 2006
@@ -2,9 +2,9 @@
 
 set -e
 #set -x
-core_repo="http://svn.apache.org/repos/asf/myfaces/core/branches/1_1_2/"
-shared_repo="http://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_0/"
-#tomahawk_repo="http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk"
+core_repo="http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2/"
+shared_repo="http://svn.apache.org/repos/asf/myfaces/shared/tags/2_0_0/"
+tomahawk_repo="http://svn.apache.org/repos/asf/myfaces/tomahawk/branches/1_1_2"
 
 usage()
 {