[ 
https://issues.apache.org/jira/browse/BUILDR-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Assaf Arkin closed BUILDR-35.
-----------------------------

    Resolution: Fixed

> Error in documentation when explaining how to remove dependencies
> -----------------------------------------------------------------
>
>                 Key: BUILDR-35
>                 URL: https://issues.apache.org/jira/browse/BUILDR-35
>             Project: Buildr
>          Issue Type: Bug
>          Components: Site/documentation
>    Affects Versions: 1.3
>            Reporter: Luis Parravicini
>             Fix For: 1.3
>
>
> In http://incubator.apache.org/buildr/packaging.html#packaging_wars , the 
> sample code showing how to remove dependencies is adding a dependency instead.
> ===== from site [begin] ==================
> # Remove an artifact from the existing set:
> package(:war).libs += artifacts(LOG4J)
> ===== from site [end] ==================
> Should be:
> package(:war).libs -= artifacts(LOG4J)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to