Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 023F2200B38 for ; Fri, 8 Jul 2016 23:09:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 00E49160A7D; Fri, 8 Jul 2016 21:09:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A278160A36 for ; Fri, 8 Jul 2016 23:09:23 +0200 (CEST) Received: (qmail 57051 invoked by uid 500); 8 Jul 2016 21:09:22 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 57042 invoked by uid 99); 8 Jul 2016 21:09:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2016 21:09:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 44192E03C0; Fri, 8 Jul 2016 21:09:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cdutz@apache.org To: commits@flex.apache.org Date: Fri, 08 Jul 2016 21:09:22 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: [flex-falcon] [refs/heads/featue/flexjs-ant-tasks] - - Refactored the Ant task code to be located in a separate module archived-at: Fri, 08 Jul 2016 21:09:24 -0000 Repository: flex-falcon Updated Branches: refs/heads/featue/flexjs-ant-tasks [created] d1f0c033e http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d1f0c033/flexjs-ant-tasks/src/main/resources/flexTasks.tasks ---------------------------------------------------------------------- diff --git a/flexjs-ant-tasks/src/main/resources/flexTasks.tasks b/flexjs-ant-tasks/src/main/resources/flexTasks.tasks new file mode 100644 index 0000000..22e8354 --- /dev/null +++ b/flexjs-ant-tasks/src/main/resources/flexTasks.tasks @@ -0,0 +1,21 @@ +################################################################################ +## +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## +################################################################################ + +mxmlc=org.apache.flex.compiler.ant.MXMLCTask +compc=org.apache.flex.compiler.ant.COMPCTask http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d1f0c033/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index be14306..2e8cb3e 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,7 @@ compiler-jx debugger flex-compiler-oem + flexjs-ant-tasks