You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2013/10/23 16:37:42 UTC

[jira] [Created] (CB-5184) CLI removes plugins when it shouldn't

Andrew Grieve created CB-5184:
---------------------------------

             Summary: CLI removes plugins when it shouldn't
                 Key: CB-5184
                 URL: https://issues.apache.org/jira/browse/CB-5184
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: Master
            Reporter: Andrew Grieve
            Assignee: Braden Shepherdson


{code}
./cordova-mobile-spec/createmobilespec.sh
...
cd mobilespec
cordova plugin add ../cordova-labs/android-legacy-websql
agrieve@agrieve-macbookpro ~/git/cordova/mobilespec$ cordova plugin rm org.apache.cordova.legacyandroidwebsql
Uninstalling org.apache.cordova.legacyandroidwebsql from android
Preparing android project
Uninstalling org.apache.cordova.legacyandroidwebsql from ios
Preparing ios project
Deleting plugin org.apache.cordova.legacyandroidwebsql
Found 22 removable plugins. Deleting them.
agrieve@agrieve-macbookpro ~/git/cordova/mobilespec$ cordova plugin ls
No plugins added. Use `cordova plugin add <plugin>`.
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)