Skip to content

Commit

Permalink
Remove autowrap()
Browse files Browse the repository at this point in the history
The option is not needed. It even can introduce some fishy behaviour when it accidentally wraps new dependencies who we think are already bundles. (this has hidden the previous bugfix btw. (EVIL)
  • Loading branch information
Toni Menzel committed Feb 5, 2012
1 parent 93e8c12 commit 4b59db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class SDNSetup {
public static Option[] sdnOptions()
{
return options(
autoWrap(),
//autoWrap(),
equinox(),
// vmOptions("-Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8000"),
repository("https://oss.sonatype.org/content/groups/ops4j/"),
Expand Down

0 comments on commit 4b59db0

Please sign in to comment.