Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for installing LibraryProjects #20

Open
wildabeast opened this issue Oct 13, 2012 · 1 comment
Open

Add support for installing LibraryProjects #20

wildabeast opened this issue Oct 13, 2012 · 1 comment

Comments

@wildabeast
Copy link
Collaborator

example of a plugin with a LibraryProject:
https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner

spec:

    <android>
        <library-project src="LibraryProject" />
    </android>

expected result from pluginstall on above spec:

  1. copies src/android/LibraryProject to project_dir/LibraryProject
  2. adds the following line to project.properties:
    android.library.reference.1=./LibraryProject
@wildabeast
Copy link
Collaborator Author

Cross-posted in cordova-plugin-spec alunny/cordova-plugin-spec#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant