[
https://jira.jboss.org/jira/browse/SHRINKWRAP-61?page=com.atlassian.jira....
]
Aslak resolved SHRINKWRAP-61.
-----------------------------
Resolution: Done
new API:
add*('Source', 'Target')
add*('Source')
merge('Source', 'Target')
Switch order of "path" and "source" in
Archive.merge
----------------------------------------------------
Key: SHRINKWRAP-61
URL:
https://jira.jboss.org/jira/browse/SHRINKWRAP-61
Project: ShrinkWrap
Issue Type: Task
Components: api, impl-base
Reporter: Andrew Lee Rubinger
Assignee: Aslak
Fix For: 1.0.0-beta-1
Switch:
T merge(Path path, Archive<?> source) throws IllegalArgumentException;
...to:
T merge(Archive<?> source, Path path) throws IllegalArgumentException;
...to match:
T merge(Archive<?> source) throws IllegalArgumentException;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira