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 7CC20200CAB for ; Sun, 18 Jun 2017 20:13:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7B48F160BE3; Sun, 18 Jun 2017 18:13:32 +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 C20AC160BD1 for ; Sun, 18 Jun 2017 20:13:31 +0200 (CEST) Received: (qmail 23715 invoked by uid 500); 18 Jun 2017 18:13:31 -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 23707 invoked by uid 99); 18 Jun 2017 18:13:31 -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; Sun, 18 Jun 2017 18:13:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5FD26DFE22; Sun, 18 Jun 2017 18:13:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: piotrz@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/tlf] - Add pom for Text module build Date: Sun, 18 Jun 2017 18:13:28 +0000 (UTC) archived-at: Sun, 18 Jun 2017 18:13:32 -0000 Repository: flex-asjs Updated Branches: refs/heads/tlf 22a1145a5 -> 0a59f91b2 Add pom for Text module build Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0a59f91b Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0a59f91b Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0a59f91b Branch: refs/heads/tlf Commit: 0a59f91b245f9b6c167dee08b54689476097d5c7 Parents: 22a1145 Author: piotrz Authored: Sun Jun 18 20:13:23 2017 +0200 Committer: piotrz Committed: Sun Jun 18 20:13:23 2017 +0200 ---------------------------------------------------------------------- frameworks/projects/Text/pom.xml | 116 ++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0a59f91b/frameworks/projects/Text/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Text/pom.xml b/frameworks/projects/Text/pom.xml new file mode 100644 index 0000000..cfafc1c --- /dev/null +++ b/frameworks/projects/Text/pom.xml @@ -0,0 +1,116 @@ + + + + 4.0.0 + + + org.apache.flex.flexjs.framework + projects + 0.9.0-SNAPSHOT + + + Text + 0.9.0-SNAPSHOT + swc + + Apache Flex - FlexJS: Framework: Libs: Text + + + src/main/flex + + + org.apache.flex.flexjs.compiler + flexjs-maven-plugin + ${flexjs.compiler.version} + true + + + + library://ns.apache.org/flexjs/basic + ${project.basedir}/src/main/resources/basic-manifest.xml + + + as + library://ns.apache.org/flexjs/basic + ${project.basedir}/src/main/resources/basic-as-manifest.xml + + + + TextClasses + + + + defaults.css + ../src/main/resources/defaults.css + + + true + true + + + + + + + + org.apache.flex.flexjs.framework + Core + 0.9.0-SNAPSHOT + swc + swf + + + org.apache.flex.flexjs.framework + Core + 0.9.0-SNAPSHOT + swc + js + + + org.apache.flex.flexjs.framework + Basic + 0.9.0-SNAPSHOT + swc + swf + + + org.apache.flex.flexjs.framework + Basic + 0.9.0-SNAPSHOT + swc + js + + + org.apache.flex.flexjs.framework + HTML + 0.9.0-SNAPSHOT + swc + swf + + + org.apache.flex.flexjs.framework + HTML + 0.9.0-SNAPSHOT + swc + js + + + + \ No newline at end of file