You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2010/06/16 16:28:57 UTC

svn commit: r955239 - /httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml

Author: sebb
Date: Wed Jun 16 14:28:56 2010
New Revision: 955239

URL: http://svn.apache.org/viewvc?rev=955239&view=rev
Log:
Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd

Modified:
    httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml

Modified: httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml?rev=955239&r1=955238&r2=955239&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml Wed Jun 16 14:28:56 2010
@@ -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>