How to exclude a particular package form a dependancy?
Posted
by asela38
on Stack Overflow
See other posts from Stack Overflow
or by asela38
Published on 2010-06-15T03:54:40Z
Indexed on
2010/06/15
4:02 UTC
Read the original article
Hit count: 193
When specifing a dependancies using ant ivy, is there a way to exclude a particular package?
eg: I am putting a dependency to MyJar.jar it has packages
com.test.one com.test.one.first com.test.one.second com.test.two etc.
i want to exclude the package com.text.one.first
if there is a way, how can i do that?
© Stack Overflow or respective owner