mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:42:52 +08:00
CB-8683 changed plugin-id to pacakge-name
This commit is contained in:
parent
563f0038fd
commit
f1ae0e9ccf
@ -3,7 +3,7 @@
|
|||||||
"version": "0.3.7-dev",
|
"version": "0.3.7-dev",
|
||||||
"description": "Cordova Camera Plugin",
|
"description": "Cordova Camera Plugin",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "org.apache.cordova.camera",
|
"id": "cordova-plugin-camera",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"firefoxos",
|
"firefoxos",
|
||||||
"android",
|
"android",
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
id="org.apache.cordova.camera"
|
id="cordova-plugin-camera"
|
||||||
version="0.3.7-dev">
|
version="0.3.7-dev">
|
||||||
<name>Camera</name>
|
<name>Camera</name>
|
||||||
<description>Cordova Camera Plugin</description>
|
<description>Cordova Camera Plugin</description>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
id="org.apache.cordova.camera.tests"
|
id="cordova-plugin-camera-tests"
|
||||||
version="0.3.7-dev">
|
version="0.3.7-dev">
|
||||||
<name>Cordova Camera Plugin Tests</name>
|
<name>Cordova Camera Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
Loading…
Reference in New Issue
Block a user