You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/10/16 00:44:04 UTC

svn commit: r705087 - in /tuscany/branches/sca-equinox/modules/host-jetty: pom.xml src/main/java/org/apache/tuscany/sca/http/jetty/module/

Author: rfeng
Date: Wed Oct 15 15:44:04 2008
New Revision: 705087

URL: http://svn.apache.org/viewvc?rev=705087&view=rev
Log:
Restrict Export-Package

Removed:
    tuscany/branches/sca-equinox/modules/host-jetty/src/main/java/org/apache/tuscany/sca/http/jetty/module/
Modified:
    tuscany/branches/sca-equinox/modules/host-jetty/pom.xml

Modified: tuscany/branches/sca-equinox/modules/host-jetty/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/host-jetty/pom.xml?rev=705087&r1=705086&r2=705087&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/host-jetty/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/host-jetty/pom.xml Wed Oct 15 15:44:04 2008
@@ -66,9 +66,7 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         <Bundle-SymbolicName>org.apache.tuscany.sca.host.jetty</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        <Export-Package>
-                            org.apache.tuscany.sca.http.jetty,
-                        </Export-Package>
+                        <Export-Package></Export-Package>
                         <Import-Package>
                             org.mortbay.jetty;version="6.1.7",
                             org.mortbay.jetty.handler;version="6.1.7",