Fixed plugin ids to new format
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/0b45e9eb Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/0b45e9eb Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/0b45e9eb Branch: refs/heads/master Commit: 0b45e9eb2b401f982344d507940690800d20061e Parents: aac2db1 Author: Shazron Abdullah <[email protected]> Authored: Wed Apr 8 17:14:09 2015 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Wed Apr 8 17:14:09 2015 -0700 ---------------------------------------------------------------------- plugin.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/0b45e9eb/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 922d540..1255b5c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -14,8 +14,8 @@ <engines> <engine name="cordova" version=">=3.9.9" /> </engines> - - <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" /> + + <dependency id="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"> @@ -32,7 +32,7 @@ <source-file src="src/ios/CDVWKWebViewEngine.m" /> <header-file src="src/ios/CDVWKWebViewUIDelegate.h" /> <source-file src="src/ios/CDVWKWebViewUIDelegate.m" /> - + </platform> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
