Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B73190B5 for ; Wed, 19 Oct 2011 15:33:24 +0000 (UTC) Received: (qmail 81635 invoked by uid 500); 19 Oct 2011 15:33:23 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 81518 invoked by uid 500); 19 Oct 2011 15:33:22 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 81384 invoked by uid 99); 19 Oct 2011 15:33:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 15:33:22 +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, 19 Oct 2011 15:33:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4509D2388A6E for ; Wed, 19 Oct 2011 15:32:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1186272 - /commons/proper/bsf/trunk/pom.xml Date: Wed, 19 Oct 2011 15:32:59 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111019153259.4509D2388A6E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Oct 19 15:32:58 2011 New Revision: 1186272 URL: http://svn.apache.org/viewvc?rev=1186272&view=rev Log: Allow compilation to work for all but netrexx (tests don't work yet) Modified: commons/proper/bsf/trunk/pom.xml Modified: commons/proper/bsf/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/bsf/trunk/pom.xml?rev=1186272&r1=1186271&r2=1186272&view=diff ============================================================================== --- commons/proper/bsf/trunk/pom.xml (original) +++ commons/proper/bsf/trunk/pom.xml Wed Oct 19 15:32:58 2011 @@ -154,7 +154,7 @@ - org/apache/bsf/engines/** + org/apache/bsf/engines/netrexx/** @@ -173,9 +173,6 @@ org.apache.maven.plugins maven-surefire-plugin - - **/*TestCase.java - **/Abstract* @@ -214,6 +211,36 @@ 3.8.2 test + + commons-jexl + commons-jexl + 1.1 + + + rhino + js + 1.7R2 + + + jython + jython + 2.1 + + + xalan + xalan + 2.7.0 + + + jacl + jacl + 1.2.6 + + + jacl + tcljava + 1.2.6 +