You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2015/03/03 21:06:59 UTC

cordova-app-hello-world git commit: [CB-8597] First attempt at importing cordova-app-hello-world via npm dependency

Repository: cordova-app-hello-world
Updated Branches:
  refs/heads/copy-from-app-hello-world [created] d4eb5930b


[CB-8597] First attempt at importing cordova-app-hello-world via npm dependency


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/d4eb5930
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/d4eb5930
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/d4eb5930

Branch: refs/heads/copy-from-app-hello-world
Commit: d4eb5930b555545838229f0a8944716018ba3c1b
Parents: 7383e09
Author: Michal Mocny <mm...@gmail.com>
Authored: Tue Mar 3 15:06:45 2015 -0500
Committer: Michal Mocny <mm...@gmail.com>
Committed: Tue Mar 3 15:06:45 2015 -0500

----------------------------------------------------------------------
 config.xml   | 12 ++++++++++++
 package.json | 16 ++++++++++++++++
 2 files changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/d4eb5930/config.xml
----------------------------------------------------------------------
diff --git a/config.xml b/config.xml
new file mode 100644
index 0000000..9dd0a63
--- /dev/null
+++ b/config.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='utf-8'?>
+<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+    <name>HelloCordova</name>
+    <description>
+        A sample Apache Cordova application that responds to the deviceready event.
+    </description>
+    <author email="dev@cordova.apache.org" href="http://cordova.io">
+        Apache Cordova Team
+    </author>
+    <content src="index.html" />
+    <access origin="*" />
+</widget>

http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/d4eb5930/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d562a36
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+  "name": "cordova-app-hello-world",
+  "version": "3.8.0-dev",
+  "description": "",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-app-hello-world.git"
+  },
+  "keywords": [],
+  "author": "Apache Cordova",
+  "license": "Apache version 2.0"
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org