Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B315611512 for ; Mon, 19 May 2014 09:46:45 +0000 (UTC) Received: (qmail 85632 invoked by uid 500); 19 May 2014 09:46:45 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 85598 invoked by uid 500); 19 May 2014 09:46:45 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 85590 invoked by uid 500); 19 May 2014 09:46:45 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 85587 invoked by uid 99); 19 May 2014 09:46:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 09:46:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 29BE0986ABA; Mon, 19 May 2014 09:46:45 +0000 (UTC) From: JayCanuck To: callback-dev@incubator.apache.org Reply-To: callback-dev@incubator.apache.org Message-ID: Subject: [GitHub] cordova-webos pull request: CB-6715 [webOS] Upgrade webOS Cordova ... Content-Type: text/plain Date: Mon, 19 May 2014 09:46:45 +0000 (UTC) GitHub user JayCanuck opened a pull request: https://github.com/apache/cordova-webos/pull/2 CB-6715 [webOS] Upgrade webOS Cordova project tool/template Upgrading for both Cordova 3.x standards as well as for the new backwards-compatible tool, ares-webos-sdk (due for public release in the next few days). If you want to hold off on integration until after ares-webos-sdk goes public, I'm fine with that. Tested on Windows 7, Mac OS X 10.9, and Ubuntu 14.04. You can merge this pull request into a Git repository by running: $ git pull https://github.com/JayCanuck/cordova-webos webOS Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-webos/pull/2.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2 ---- commit 2db28a874074f5db33ea4036ffa6f6d0a01722f4 Author: Jason Robitaille Date: 2014-04-20T08:12:59Z Revised to base 3.x format, basing off FirefoxOS as an example commit 9f5cf35a86f6cb83a86f5fe5a02a27496dc061b7 Author: Jason Robitaille Date: 2014-05-02T21:34:07Z Merge remote-tracking branch 'upstream/master' commit b6161cde1bf178e7cb2141453072f00ac185fedf Author: Jason Robitaille Date: 2014-05-18T07:12:00Z Added static node_modules for projects (following pattern used on other cordova platforms) commit a1852b90da352d9d7b1b60db28ceae5b5b179dc9 Author: Jason Robitaille Date: 2014-05-18T07:12:56Z reverted to previousa naming commit eaf9bc85ff9add2b695be61d3c69a9f85eba7db0 Author: Jason Robitaille Date: 2014-05-18T07:13:41Z Switched to CordovaExample rather than HelloCordova commit 970782559fe97f48bc122850e6b46f165f797d56 Author: Jason Robitaille Date: 2014-05-18T07:14:12Z reverted to previous naming commit cfe6133375f79cd155b781667513f550d189e912 Author: Jason Robitaille Date: 2014-05-18T07:14:26Z updated version commit 9fba441b80c403e3e304f4084a5a17b081335829 Author: Jason Robitaille Date: 2014-05-18T07:15:22Z Updated for webos commit f13b7de17418a7eb146b9a5aae4448b603a0dca8 Author: Jason Robitaille Date: 2014-05-18T07:15:32Z added gitignore commit 6d2b69cc1f61837cabb2795fa272c8a7405bb763 Author: Jason Robitaille Date: 2014-05-18T07:15:49Z cordova.js in root directory commit 382d068e3200496b868fc4d17ad294a7d437838c Author: Jason Robitaille Date: 2014-05-18T07:16:32Z Updated check_reqs, create, and update scripts for webos commit 368e8f4fc00390bc9512c28faecf17a55c432a69 Author: Jason Robitaille Date: 2014-05-18T07:17:13Z Added project-included build/run/version scripts and related modules commit f2cb27b4d1cb531272da820d5025ef435efa5443 Author: Jason Robitaille Date: 2014-05-18T07:28:57Z updated permissions and endline formats commit 15369343eb2c6f92b5cab6231e0f06775fc47f3b Author: Jason Robitaille Date: 2014-05-18T09:07:37Z Fixed error detection on ares commands commit afa4f3a0fbe3e75b47ae3184fda87b6410871947 Author: Jason Robitaille Date: 2014-05-18T10:16:37Z Added custom --enyo-debug flag commit 148ebccb5f37fbcc714e92e641022ab573214035 Author: Jason Robitaille Date: 2014-05-18T10:16:46Z Updated default values commit cc75100641686a530da19c2a0c5469e78f34a1ef Author: Jason Robitaille Date: 2014-05-18T10:18:33Z Added support for custom --enyo-debug flag. Also now just ignores unknown flags. commit 90b9783fbd761d5c7419b08e57221b5743a98fff Author: Jason Robitaille Date: 2014-05-19T08:59:16Z Updated version commit b1a71a09420f881375ab57addda27feceabd9f94 Author: Jason Robitaille Date: 2014-05-19T08:59:43Z Added more scripts to lt endline requirements ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---