Update plugin.xml for new local-webserver location
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/def716ce Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/def716ce Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/def716ce Branch: refs/heads/master Commit: def716ce1674e0925b8f0a76ab71359faa92113e Parents: 40f6b45 Author: Shazron Abdullah <[email protected]> Authored: Fri Nov 7 18:35:34 2014 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Fri Nov 7 18:35:34 2014 -0800 ---------------------------------------------------------------------- plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/def716ce/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 2643b94..e734892 100644 --- a/plugin.xml +++ b/plugin.xml @@ -9,13 +9,13 @@ <description>Cordova WKWebView Engine Plugin</description> <license>Apache 2.0</license> <keywords>cordova,wkwebview,webview</keywords> + <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugins.git</repo> <engines> <engine name="cordova" version=">3.7.0" /> </engines> - <!-- this plugin will be moved to labs soon --> - <dependency id="io.shaz.plugin.cordova-local-webserver" url="https://github.com/shazron/CordovaLocalWebServer.git" version=">=2.1.0" /> + <dependency id="org.apache.cordova.labs.local-webserver" url="https://git-wip-us.apache.org/repos/asf/cordova-plugins.git#master:local-webserver" version=">=2.1.0" /> <!-- ios --> <platform name="ios"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
