GitHub user psavard opened a pull request:

    https://github.com/apache/cordova-docs/pull/645

    Wrong header-file attribute. "target" should be "target-dir" instead.

    Attribute "target" of header-file does nothing to the file, It's still 
copied to the root of the plugin folder. Using "target-dir" will create the 
necessary folder and copy the file at the right place.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/psavard/cordova-docs patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/645.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #645
    
----
commit e1fa06d9e958ac045abc6122aab91b70049cdac4
Author: psavard <pysav...@hotmail.com>
Date:   2016-09-29T12:58:38Z

    Change Header-file's "target" attribute to "target-dir"
    
    Attribute "target" of header-file does nothing to the file, It's still 
copied to the root of the plugin folder. "target-dir" will create the necessary 
folder and copy the file at the right place.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to