This content has been marked as final.
Show 2 replies
-
1. Re: How to exclude a class from an included package
aslak Nov 17, 2011 11:32 AM (in response to hanseichelpilz)ShrinKWrap.create(WebArchive.class) .addPackages(true, Filters.exclude(MyClass.class), "com.foo.bar")
-
2. Re: How to exclude a class from an included package
hanseichelpilz Nov 17, 2011 11:34 AM (in response to aslak)figured it out myself in the meantime, but thanks a lot!