Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@955239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
12e382daf9
commit
117fc08438
|
@ -122,6 +122,8 @@
|
|||
org.apache.http.impl.entity;version=${httpcore.version},
|
||||
org.apache.http.impl.io;version=${httpcore.version}
|
||||
</Import-Package>
|
||||
<!-- Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd -->
|
||||
<_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME</_removeheaders>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue