Return-Path: Delivered-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Received: (qmail 81378 invoked from network); 2 Mar 2011 12:30:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Mar 2011 12:30:45 -0000 Received: (qmail 6641 invoked by uid 500); 2 Mar 2011 12:30:45 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 6608 invoked by uid 500); 2 Mar 2011 12:30:44 -0000 Mailing-List: contact hama-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-commits@incubator.apache.org Received: (qmail 6599 invoked by uid 99); 2 Mar 2011 12:30:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 12:30:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 12:30:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F343D23888EC; Wed, 2 Mar 2011 12:30:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1076189 - in /incubator/hama/trunk: README.txt bin/hama build.xml conf/ conf/groomservers conf/groomservers.template conf/hama-env.sh conf/hama-env.sh.template conf/hama-site.xml conf/hama-site.xml.template Date: Wed, 02 Mar 2011 12:30:18 -0000 To: hama-commits@incubator.apache.org From: edwardyoon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110302123018.F343D23888EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: edwardyoon Date: Wed Mar 2 12:30:18 2011 New Revision: 1076189 URL: http://svn.apache.org/viewvc?rev=1076189&view=rev Log: Fix build script. Added: incubator/hama/trunk/README.txt incubator/hama/trunk/conf/groomservers.template - copied unchanged from r1075304, incubator/hama/trunk/conf/groomservers incubator/hama/trunk/conf/hama-env.sh.template - copied unchanged from r1075304, incubator/hama/trunk/conf/hama-env.sh incubator/hama/trunk/conf/hama-site.xml.template - copied unchanged from r1075304, incubator/hama/trunk/conf/hama-site.xml Removed: incubator/hama/trunk/conf/groomservers incubator/hama/trunk/conf/hama-env.sh incubator/hama/trunk/conf/hama-site.xml Modified: incubator/hama/trunk/bin/hama incubator/hama/trunk/build.xml incubator/hama/trunk/conf/ (props changed) Added: incubator/hama/trunk/README.txt URL: http://svn.apache.org/viewvc/incubator/hama/trunk/README.txt?rev=1076189&view=auto ============================================================================== --- incubator/hama/trunk/README.txt (added) +++ incubator/hama/trunk/README.txt Wed Mar 2 12:30:18 2011 @@ -0,0 +1,7 @@ +For the latest information about Hama, please visit our website at: + + http://incubator.apache.org/hama + +and our wiki, at: + + http://wiki.apache.org/hama/ Modified: incubator/hama/trunk/bin/hama URL: http://svn.apache.org/viewvc/incubator/hama/trunk/bin/hama?rev=1076189&r1=1076188&r2=1076189&view=diff ============================================================================== --- incubator/hama/trunk/bin/hama (original) +++ incubator/hama/trunk/bin/hama Wed Mar 2 12:30:18 2011 @@ -117,10 +117,7 @@ IFS= if [ -d "$HAMA_HOME/webapps" ]; then CLASSPATH=${CLASSPATH}:$HAMA_HOME fi -for f in $HAMA_HOME/hama-*-core.jar; do - CLASSPATH=${CLASSPATH}:$f; -done -for f in $HAMA_HOME/build/hama-*-dev.jar; do # TODO - should be changed before initial release +for f in $HAMA_HOME/hama-**.jar; do CLASSPATH=${CLASSPATH}:$f; done Modified: incubator/hama/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/build.xml?rev=1076189&r1=1076188&r2=1076189&view=diff ============================================================================== --- incubator/hama/trunk/build.xml (original) +++ incubator/hama/trunk/build.xml Wed Mar 2 12:30:18 2011 @@ -18,7 +18,7 @@ --> - + @@ -91,6 +91,18 @@ + + + + + + + + + + + + @@ -127,25 +139,51 @@ + + + + + + - + + + + + + + + + + + + + + + + + + + + + Propchange: incubator/hama/trunk/conf/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Mar 2 12:30:18 2011 @@ -0,0 +1 @@ +grromservers