How to exclude a particular package form a dependancy?
- by asela38
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?