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 2014/04/24 20:30:29 UTC

[2/9] git commit: mobing config.xml up out of www

mobing config.xml up out of www


Project: http://git-wip-us.apache.org/repos/asf/cordova-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-labs/commit/d0aae3cd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-labs/tree/d0aae3cd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-labs/diff/d0aae3cd

Branch: refs/heads/cdvtest
Commit: d0aae3cd22d2039cd3a680979410f31d2d8ae885
Parents: b12e2cf
Author: Michal Mocny <mm...@gmail.com>
Authored: Mon Mar 31 15:04:21 2014 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Mon Mar 31 15:04:21 2014 -0400

----------------------------------------------------------------------
 cordova-app-test-harness/www/config.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/d0aae3cd/cordova-app-test-harness/www/config.xml
----------------------------------------------------------------------
diff --git a/cordova-app-test-harness/www/config.xml b/cordova-app-test-harness/www/config.xml
deleted file mode 100644
index 142dae6..0000000
--- a/cordova-app-test-harness/www/config.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<widget id="org.apache.cordova.CordovaTests" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
-    <name>Cordova Tests</name>
-    <description>
-        Cordova Test Runner
-    </description>
-    <author>
-    </author>
-    <content src="index.html" />
-    <access origin="http://www.apache.org/*" />
-    <access origin="https://www.googleapis.com/*" />
-
-    <preference name="fullscreen" value="true" />
-    <preference name="webviewbounce" value="false" />
-</widget>