Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 34836 invoked from network); 2 Sep 2008 20:57:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2008 20:57:00 -0000 Received: (qmail 31572 invoked by uid 500); 2 Sep 2008 20:56:54 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 31525 invoked by uid 500); 2 Sep 2008 20:56:54 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 31514 invoked by uid 99); 2 Sep 2008 20:56:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 13:56:54 -0700 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, 02 Sep 2008 20:56:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BB2DA238899E; Tue, 2 Sep 2008 13:56:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r691379 - /tomcat/trunk/extras.xml Date: Tue, 02 Sep 2008 20:56:05 -0000 To: dev@tomcat.apache.org From: fhanik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080902205605.BB2DA238899E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fhanik Date: Tue Sep 2 13:56:05 2008 New Revision: 691379 URL: http://svn.apache.org/viewvc?rev=691379&view=rev Log: Build the samples classes too Modified: tomcat/trunk/extras.xml Modified: tomcat/trunk/extras.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/extras.xml?rev=691379&r1=691378&r2=691379&view=diff ============================================================================== --- tomcat/trunk/extras.xml (original) +++ tomcat/trunk/extras.xml Tue Sep 2 13:56:05 2008 @@ -80,6 +80,7 @@ + @@ -246,6 +247,7 @@ + @@ -263,6 +265,26 @@ + + + + + + + + + + + + + + + + @@ -270,10 +292,12 @@ + You've built the Tomcat Bayeux libraries, simply add the following libraries to your CATALINA_HOME/lib directory: ${cometd-api.jar} ${tomcat-bayeux.jar} + ${tomcat-bayeux-samples.jar} ${tomcat.extras}/${json-lib.jar} To run the sample application, copy the following applications into your CATALINA_BASE/webapps directory ${cometd.war} --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org