You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/08 16:53:15 UTC

svn commit: r931961 - /geronimo/server/trunk/framework/bundles/wadi-core/pom.xml

Author: rickmcguire
Date: Thu Apr  8 14:53:15 2010
New Revision: 931961

URL: http://svn.apache.org/viewvc?rev=931961&view=rev
Log:
Fix bnde build warnings

Modified:
    geronimo/server/trunk/framework/bundles/wadi-core/pom.xml

Modified: geronimo/server/trunk/framework/bundles/wadi-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/bundles/wadi-core/pom.xml?rev=931961&r1=931960&r2=931961&view=diff
==============================================================================
--- geronimo/server/trunk/framework/bundles/wadi-core/pom.xml (original)
+++ geronimo/server/trunk/framework/bundles/wadi-core/pom.xml Thu Apr  8 14:53:15 2010
@@ -63,8 +63,7 @@
                             org.codehaus.wadi.location*;version="2.1.2",
                             org.codehaus.wadi.replication*;version="2.1.2",
                             org.codehaus.wadi.servicespace*;version="2.1.2",
-                            org.codehaus.wadi.web*;version="2.1.2",
-                            org.codehaus.wadi.web.impl*;version="2.1.2"
+                            org.codehaus.wadi.web*;version="2.1.2"
                         </Export-Package>
                         <Import-Package>org*;resolution:=optional,javax*;resolution:=optional,*</Import-Package>
                         <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->