You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/06/25 22:28:44 UTC

svn commit: r1687635 - /felix/trunk/http/proxy/pom.xml

Author: cziegeler
Date: Thu Jun 25 20:28:44 2015
New Revision: 1687635

URL: http://svn.apache.org/r1687635
Log:
Clean up pom

Modified:
    felix/trunk/http/proxy/pom.xml

Modified: felix/trunk/http/proxy/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/proxy/pom.xml?rev=1687635&r1=1687634&r2=1687635&view=diff
==============================================================================
--- felix/trunk/http/proxy/pom.xml (original)
+++ felix/trunk/http/proxy/pom.xml Thu Jun 25 20:28:44 2015
@@ -42,13 +42,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Export-Package>
-                            org.apache.felix.http.proxy
-                        </Export-Package>
-                    </instructions>
-                </configuration>
             </plugin>
         </plugins>
     </build>