From kato-commits-return-56-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Sat Apr 04 15:00:05 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 76942 invoked from network); 4 Apr 2009 15:00:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Apr 2009 15:00:05 -0000 Received: (qmail 5315 invoked by uid 500); 4 Apr 2009 15:00:05 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 5300 invoked by uid 500); 4 Apr 2009 15:00:05 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 5289 invoked by uid 99); 4 Apr 2009 15:00:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2009 15:00:05 +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; Sat, 04 Apr 2009 15:00:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8C7462388A04; Sat, 4 Apr 2009 14:59:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r761953 - in /incubator/kato/trunk/org.apache.kato.api: ./ build.properties build.xml Date: Sat, 04 Apr 2009 14:59:44 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090404145944.8C7462388A04@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Sat Apr 4 14:59:44 2009 New Revision: 761953 URL: http://svn.apache.org/viewvc?rev=761953&view=rev Log: updated kato api build script to pull down required junit binary dependency. Dependencies are stored in a directory called dependencies which has been added to svn ignore Modified: incubator/kato/trunk/org.apache.kato.api/ (props changed) incubator/kato/trunk/org.apache.kato.api/build.properties incubator/kato/trunk/org.apache.kato.api/build.xml Propchange: incubator/kato/trunk/org.apache.kato.api/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Sat Apr 4 14:59:44 2009 @@ -1 +1,3 @@ output + +dependencies Modified: incubator/kato/trunk/org.apache.kato.api/build.properties URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.api/build.properties?rev=761953&r1=761952&r2=761953&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.api/build.properties (original) +++ incubator/kato/trunk/org.apache.kato.api/build.properties Sat Apr 4 14:59:44 2009 @@ -11,8 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. #------------------------------------------------------------------------------- -kato.dependency.root=../KatoBinaryDependencies/lib -junit.jar=${kato.dependency.root}/junit.jar +dependencies=dependencies +junit.jar.url=http://prdownloads.sourceforge.net/junit/junit4.1.zip?download +junit.jar=${dependencies}/junit/junit4.1/junit-4.1.jar output=output dist=${output}/dist javadoc.output=${output}/javadoc Modified: incubator/kato/trunk/org.apache.kato.api/build.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.api/build.xml?rev=761953&r1=761952&r2=761953&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.api/build.xml (original) +++ incubator/kato/trunk/org.apache.kato.api/build.xml Sat Apr 4 14:59:44 2009 @@ -34,6 +34,7 @@ ================================= --> + @@ -43,6 +44,20 @@ + + + + + + + + + + +