Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-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 35F77116E1 for ; Thu, 19 Jun 2014 14:05:10 +0000 (UTC) Received: (qmail 19019 invoked by uid 500); 19 Jun 2014 14:05:09 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 18981 invoked by uid 500); 19 Jun 2014 14:05:09 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 18972 invoked by uid 99); 19 Jun 2014 14:05:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 14:05:09 +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; Thu, 19 Jun 2014 14:05:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 38C9523888FE; Thu, 19 Jun 2014 14:04:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1603882 - /struts/struts1/branches/STRUTS_1_2_BRANCH/build.xml Date: Thu, 19 Jun 2014 14:04:47 -0000 To: commits@struts.apache.org From: pbenedict@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140619140447.38C9523888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pbenedict Date: Thu Jun 19 14:04:46 2014 New Revision: 1603882 URL: http://svn.apache.org/r1603882 Log: Update compiler and dependencies Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/build.xml Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/build.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_2_BRANCH/build.xml?rev=1603882&r1=1603881&r2=1603882&view=diff ============================================================================== --- struts/struts1/branches/STRUTS_1_2_BRANCH/build.xml (original) +++ struts/struts1/branches/STRUTS_1_2_BRANCH/build.xml Thu Jun 19 14:04:46 2014 @@ -212,6 +212,7 @@ + @@ -281,53 +282,58 @@ + src="http://search.maven.org/remotecontent?filepath=commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar"/> + + + src="http://search.maven.org/remotecontent?filepath=commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar"/> - + src="http://search.maven.org/remotecontent?filepath=commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.jar"/> + src="http://search.maven.org/remotecontent?filepath=commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"/> + src="http://search.maven.org/remotecontent?filepath=commons-validator/commons-validator/1.1.4/commons-validator-1.1.4.jar"/> + src="http://search.maven.org/remotecontent?filepath=oro/oro/2.0.8/oro-2.0.8.jar"/> + src="http://search.maven.org/remotecontent?filepath=xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar"/> + src="http://search.maven.org/remotecontent?filepath=antlr/antlr/2.7.6/antlr-2.7.6.jar"/> + src="http://search.maven.org/remotecontent?filepath=servletapi/servletapi/2.2/servletapi-2.2.jar"/> + src="http://search.maven.org/remotecontent?filepath=jstl/jstl/1.0.6/jstl-1.0.6.jar"/> + src="http://search.maven.org/remotecontent?filepath=taglibs/standard/1.0.6/standard-1.0.6.jar"/> + src="http://search.maven.org/remotecontent?filepath=junit/junit/3.8.1/junit-3.8.1.jar"/> + @@ -398,7 +404,9 @@ destdir="${build.home}/library/classes" debug="${compile.debug}" optimize="${compile.optimize}" - deprecation="${compile.deprecation}"> + source="1.5" + target="1.5" + deprecation="${compile.deprecation}">