From continuum-commits-return-3354-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Sun Sep 02 09:35:26 2007 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 19367 invoked from network); 2 Sep 2007 09:35:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2007 09:35:26 -0000 Received: (qmail 99161 invoked by uid 500); 2 Sep 2007 09:35:21 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 99136 invoked by uid 500); 2 Sep 2007 09:35:21 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 99123 invoked by uid 99); 2 Sep 2007 09:35:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Sep 2007 02:35:21 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Sep 2007 09:35:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 516701A9832; Sun, 2 Sep 2007 02:35:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r571935 - in /maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF: jboss-web.xml web.xml Date: Sun, 02 Sep 2007 09:35:05 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070902093505.516701A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: evenisse Date: Sun Sep 2 02:35:04 2007 New Revision: 571935 URL: http://svn.apache.org/viewvc?rev=571935&view=rev Log: [CONTINUUM-1167] Add JBoss support Submitted by: Thierry Lach Added: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml (with props) Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml Added: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml?rev=571935&view=auto ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml (added) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml Sun Sep 2 02:35:04 2007 @@ -0,0 +1,23 @@ + + + + + jdbc/continuum + javax.sql.DataSource + java:/continuum + + + + jdbc/users + javax.sql.DataSource + java:/users + + + + mail/Session + javax.mail.Session + java:/Mail + + + + Propchange: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision" Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml?rev=571935&r1=571934&r2=571935&view=diff ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml Sun Sep 2 02:35:04 2007 @@ -94,4 +94,23 @@ + + jdbc/continuum + javax.sql.DataSource + Container + + + + jdbc/users + javax.sql.DataSource + Container + + + + mail/Session + javax.mail.Session + Container + + +