Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8F0317CF9 for ; Thu, 30 Apr 2015 19:01:21 +0000 (UTC) Received: (qmail 97807 invoked by uid 500); 30 Apr 2015 19:01:16 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 97784 invoked by uid 500); 30 Apr 2015 19:01:16 -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 97776 invoked by uid 99); 30 Apr 2015 19:01:16 -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; Thu, 30 Apr 2015 19:01:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 45D02E0061; Thu, 30 Apr 2015 19:01:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pent@apache.org To: commits@flex.apache.org Message-Id: <88c5867b00b24a44837bbb6091eea8ff@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/develop] - Added missing defaults.css definitions for Mobile and HTML projects. Date: Thu, 30 Apr 2015 19:01:16 +0000 (UTC) Repository: flex-asjs Updated Branches: refs/heads/develop 254b5e955 -> 8cf28a4cf Added missing defaults.css definitions for Mobile and HTML projects. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8cf28a4c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8cf28a4c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8cf28a4c Branch: refs/heads/develop Commit: 8cf28a4cf1ff9c1187565030e2a9b03ef1ce386b Parents: 254b5e9 Author: Peter Ent Authored: Thu Apr 30 15:01:11 2015 -0400 Committer: Peter Ent Committed: Thu Apr 30 15:01:11 2015 -0400 ---------------------------------------------------------------------- frameworks/projects/HTML/as/defaults.css | 8 ++++++ frameworks/projects/Mobile/asjs/defaults.css | 33 ++++++++++++++++++++++ frameworks/projects/Mobile/compile-config.xml | 5 ++++ 3 files changed, 46 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8cf28a4c/frameworks/projects/HTML/as/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/as/defaults.css b/frameworks/projects/HTML/as/defaults.css index 8ee8b40..6f3db3e 100644 --- a/frameworks/projects/HTML/as/defaults.css +++ b/frameworks/projects/HTML/as/defaults.css @@ -428,4 +428,12 @@ svg|TextButton iMeasurementBead: ClassReference("org.apache.flex.html.beads.TextButtonMeasurementBead"); } +/* ASJS */ + +DataGrid +{ + IBeadModel: ClassReference("org.apache.flex.html.beads.models.DataGridModel"); + IBeadView: ClassReference("org.apache.flex.html.beads.DataGridView"); +} + } http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8cf28a4c/frameworks/projects/Mobile/asjs/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/Mobile/asjs/defaults.css b/frameworks/projects/Mobile/asjs/defaults.css new file mode 100644 index 0000000..d529595 --- /dev/null +++ b/frameworks/projects/Mobile/asjs/defaults.css @@ -0,0 +1,33 @@ +/* + * + * 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. + * + */ + +@namespace "library://ns.apache.org/flexjs/basic"; +@namespace svg "library://ns.apache.org/flexjs/svg"; + +StackedViewManager +{ + IBeadModel: ClassReference("org.apache.flex.mobile.models.ViewManagerModel"); + IBeadView: ClassReference("org.apache.flex.mobile.beads.StackedViewManagerView"); +} + +TabbedViewManager +{ + IBeadModel: ClassReference("org.apache.flex.mobile.models.ViewManagerModel"); + IBeadView: ClassReference("org.apache.flex.mobile.beads.TabbedViewManagerView"); +} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8cf28a4c/frameworks/projects/Mobile/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Mobile/compile-config.xml b/frameworks/projects/Mobile/compile-config.xml index 980f4ad..35c7fda 100644 --- a/frameworks/projects/Mobile/compile-config.xml +++ b/frameworks/projects/Mobile/compile-config.xml @@ -66,6 +66,10 @@ + defaults.css + asjs/defaults.css + + js/out/* js/out/* @@ -76,6 +80,7 @@ MobileClasses + MobileASJSClasses