Created
October 31, 2017 10:40
-
-
Save ASUK-Development/d3ad0240feb602ea8b8304c7bd161e8d to your computer and use it in GitHub Desktop.
Quick fix for error 404 Not Found: https://git-wip-us.apache.org/repos/asf/cordova-plugin in netbeans
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a list of plugins installed in your project | |
# You can delete or add new plugins | |
# | |
# Format is following: | |
# id.of.plugin=url_of_repository | |
# | |
# Corresponding "id.of.plugin" can be found in the plugin's plugin.xml file: | |
# <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="foo.bar.plugin" version="0.0.1"> | |
# | |
# This list contains all core cordova plugins. | |
# | |
# For more information about plugins see http://cordova.apache.org/blog/releases/2013/07/23/cordova-3.html | |
# | |
# | |
# UPDATE: | |
# | |
# Fix for error 404 Not Found: https://git-wip-us.apache.org/repos/asf/cordova-plugin | |
# Set git links to github as the git-wip-us ones no longer work. replace the contents of plugin.properties with the contents of this file. | |
cordova-plugin-device=https://github.com/apache/cordova-plugin-device.git | |
cordova-plugin-network-information=https://github.com/apache/cordova-plugin-network-information.git | |
cordova-plugin-battery-status=https://github.com/apache/cordova-plugin-battery-status.git | |
cordova-plugin-device-motion=https://github.com/apache/cordova-plugin-device-motion.git | |
cordova-plugin-device-orientation=https://github.com/apache/cordova-plugin-device-orientation.git | |
cordova-plugin-geolocation=https://github.com/apache/cordova-plugin-geolocation.git | |
cordova-plugin-camera=https://github.com/apache/cordova-plugin-camera.git | |
cordova-plugin-media-capture=https://github.com/apache/cordova-plugin-media-capture.git | |
cordova-plugin-media=https://github.com/apache/cordova-plugin-media.git | |
cordova-plugin-file=https://github.com/apache/cordova-plugin-file.git | |
cordova-plugin-file-transfer=https://github.com/apache/cordova-plugin-file-transfer.git | |
cordova-plugin-vibration=https://github.com/apache/cordova-plugin-vibration.git | |
cordova-plugin-contacts=https://github.com/apache/cordova-plugin-contacts.git | |
cordova-plugin-splashscreen=https://github.com/apache/cordova-plugin-splashscreen.git | |
cordova-plugin-console=https://github.com/apache/cordova-plugin-console.git | |
cordova-plugin-dialogs=https://github.com/apache/cordova-plugin-dialogs.git | |
cordova-plugin-globalization=https://github.com/apache/cordova-plugin-globalization.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment