Return-Path: Delivered-To: apmail-incubator-oodt-commits-archive@minotaur.apache.org Received: (qmail 64383 invoked from network); 17 Aug 2010 01:04:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 01:04:57 -0000 Received: (qmail 22707 invoked by uid 500); 17 Aug 2010 01:04:57 -0000 Delivered-To: apmail-incubator-oodt-commits-archive@incubator.apache.org Received: (qmail 22686 invoked by uid 500); 17 Aug 2010 01:04:57 -0000 Mailing-List: contact oodt-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oodt-dev@incubator.apache.org Delivered-To: mailing list oodt-commits@incubator.apache.org Received: (qmail 22679 invoked by uid 99); 17 Aug 2010 01:04:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 01:04:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Tue, 17 Aug 2010 01:04:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 125832388903; Tue, 17 Aug 2010 01:03:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r986164 - in /incubator/oodt/trunk: CHANGES.txt filemgr/src/site/xdoc/user/basic.xml Date: Tue, 17 Aug 2010 01:03:37 -0000 To: oodt-commits@incubator.apache.org From: mattmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100817010337.125832388903@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mattmann Date: Tue Aug 17 01:03:36 2010 New Revision: 986164 URL: http://svn.apache.org/viewvc?rev=986164&view=rev Log: - fix for OODT-26 Typo identified in basic user's guide Modified: incubator/oodt/trunk/CHANGES.txt incubator/oodt/trunk/filemgr/src/site/xdoc/user/basic.xml Modified: incubator/oodt/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/CHANGES.txt?rev=986164&r1=986163&r2=986164&view=diff ============================================================================== --- incubator/oodt/trunk/CHANGES.txt (original) +++ incubator/oodt/trunk/CHANGES.txt Tue Aug 17 01:03:36 2010 @@ -5,6 +5,8 @@ Apache OODT Change Log Release 0.1-incubating - Current Development -------------------------------------------- +* OODT-26 Typo identified in basic user's guide (Rishi Verma via mattmann) + * OODT-16 OODT website (kelly) * OODT-24 Fmprod webapp currently depended on the toXML method of the Metadata object Modified: incubator/oodt/trunk/filemgr/src/site/xdoc/user/basic.xml URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/site/xdoc/user/basic.xml?rev=986164&r1=986163&r2=986164&view=diff ============================================================================== --- incubator/oodt/trunk/filemgr/src/site/xdoc/user/basic.xml (original) +++ incubator/oodt/trunk/filemgr/src/site/xdoc/user/basic.xml Tue Aug 17 01:03:36 2010 @@ -112,7 +112,7 @@ the License. > cd /usr/local -> mv src/filemgr/trunk/cas-filemgr-vX.Y.Z-dist.tar.gz ./ +> mv src/filemgr/target/cas-filemgr-vX.Y.Z-dist.tar.gz ./ > tar -xvzf cas-filemgr-vX.Y.Z-dist.tar.gz > export FILEMGR_HOME=/usr/local/cas-filemgr-vX.Y.Z