Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-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 39F41E3B3 for ; Tue, 20 Nov 2012 16:06:10 +0000 (UTC) Received: (qmail 83095 invoked by uid 500); 20 Nov 2012 16:06:10 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 82871 invoked by uid 500); 20 Nov 2012 16:06:08 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 82847 invoked by uid 99); 20 Nov 2012 16:06:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 16:06:07 +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; Tue, 20 Nov 2012 16:06:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 621FA23888E4; Tue, 20 Nov 2012 16:05:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1411716 - in /incubator/flex/falcon/trunk: ./ compiler.tests/ compiler.tests/build.xml compiler/build.xml compiler/downloads.xml Date: Tue, 20 Nov 2012 16:05:42 -0000 To: flex-commits@incubator.apache.org From: cframpton@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121120160543.621FA23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cframpton Date: Tue Nov 20 16:05:41 2012 New Revision: 1411716 URL: http://svn.apache.org/viewvc?rev=1411716&view=rev Log: Add includeAntRuntime="true" to javac tasks so that with Ant 1.8 they will work the same as they did with Ant 1.7. Modified: incubator/flex/falcon/trunk/ (props changed) incubator/flex/falcon/trunk/compiler.tests/ (props changed) incubator/flex/falcon/trunk/compiler.tests/build.xml incubator/flex/falcon/trunk/compiler/build.xml incubator/flex/falcon/trunk/compiler/downloads.xml Propchange: incubator/flex/falcon/trunk/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Tue Nov 20 16:05:41 2012 @@ -0,0 +1 @@ +sdk Propchange: incubator/flex/falcon/trunk/compiler.tests/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Tue Nov 20 16:05:41 2012 @@ -1 +1,4 @@ temp +classes +lib +results Modified: incubator/flex/falcon/trunk/compiler.tests/build.xml URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/build.xml?rev=1411716&r1=1411715&r2=1411716&view=diff ============================================================================== --- incubator/flex/falcon/trunk/compiler.tests/build.xml (original) +++ incubator/flex/falcon/trunk/compiler.tests/build.xml Tue Nov 20 16:05:41 2012 @@ -54,7 +54,7 @@ - + Modified: incubator/flex/falcon/trunk/compiler/build.xml URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler/build.xml?rev=1411716&r1=1411715&r2=1411716&view=diff ============================================================================== --- incubator/flex/falcon/trunk/compiler/build.xml (original) +++ incubator/flex/falcon/trunk/compiler/build.xml Tue Nov 20 16:05:41 2012 @@ -230,7 +230,7 @@ - + @@ -243,7 +243,7 @@ - + @@ -255,7 +255,7 @@ - + @@ -409,7 +409,7 @@ - + @@ -532,7 +532,7 @@ + includes="**/*.java" destdir="${compiler}/generated/classes" classpathref="classpath" includeAntRuntime="true"> @@ -802,8 +802,10 @@ description="Builds support.swc"> + + Modified: incubator/flex/falcon/trunk/compiler/downloads.xml URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler/downloads.xml?rev=1411716&r1=1411715&r2=1411716&view=diff ============================================================================== --- incubator/flex/falcon/trunk/compiler/downloads.xml (original) +++ incubator/flex/falcon/trunk/compiler/downloads.xml Tue Nov 20 16:05:41 2012 @@ -367,7 +367,7 @@ + includes="**/*.java" includeAntRuntime="true"/>