Alin Dreghiciu created PAXURL-40
Currently, wrap protocol accepts just embedding of the target, to be wrapped, jar. This means that the content of the target jar is copied inside the generated bundle.
But sometimes a violation of licensing terms to insert metadata into a JAR's manifest. In that case the best approach is to include the target JAR within the generated bundle JAR. That is, the unaltered commercial JAR is nested inside the bundle JAR, with the Bundle-Classpath property set to point at it.
Votes: 1, Watches: 0