[ https://issues.apache.org/jira/browse/CB-5362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840911#comment-13840911 ]
ASF subversion and git services commented on CB-5362: ----------------------------------------------------- Commit 3e143be0768c3431b9193d5458f904114c9e793a in branch refs/heads/master from [~jsoref] [ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=3e143be ] CB-5362 blackberry parser: support local cordova-blackberry In a project directory: .cordova/config.json: { "lib": { "blackberry10": { "uri": "/path/to/cordova-blackberry/blackberry10", "version: "dev", "id": "blackberry10" } } } > URI parameter should be able to handle local repo > ------------------------------------------------- > > Key: CB-5362 > URL: https://issues.apache.org/jira/browse/CB-5362 > Project: Apache Cordova > Issue Type: Bug > Components: BlackBerry, CLI > Affects Versions: 3.1.0 > Reporter: JennyGee > Priority: Minor > > (In cases where you have multiple copies of the pre-released cordova library > and quickly switch between them.) In the project directory, you can have the > following .cordova/config.json, and set: > {code:javascript} > {... > "lib": { > "android": { > "version": "dev", > "uri": "/some/local/path", > "id": "cordova-android-dev" > } > } > } > Where the URI can specify some local REPO. -- This message was sent by Atlassian JIRA (v6.1#6144)