Ran across a case where a project bundle was using a Bundle-Classpath entry with the /target/classes/ value in it's manifest even though it had no such path in the bundle. As expected Bnd flagged this as an error.
Over at the spring-osgi maillist someone mentioned this practice as a way to get their bundle working in an equinox environment. Don't understand this statement really - Although I run eclipse I don't have much experience with Equinox. Is fudging the behavior of Bundle-Classpath in this manner okay or is this verboten? thanks for any clarification, John