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:
Sebastian Bazley 2010-06-16 14:28:56 +00:00
parent 12e382daf9
commit 117fc08438

View File

@ -122,6 +122,8 @@
org.apache.http.impl.entity;version=${httpcore.version}, org.apache.http.impl.entity;version=${httpcore.version},
org.apache.http.impl.io;version=${httpcore.version} org.apache.http.impl.io;version=${httpcore.version}
</Import-Package> </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> </instructions>
</configuration> </configuration>
</plugin> </plugin>