Author: [email protected]
Date: Thu Oct 13 10:04:11 2011
New Revision: 1506

Log:
AMDATU-434 forgot to remove the optional import

Modified:
   trunk/amdatu-web/dispatcher/pom.xml

Modified: trunk/amdatu-web/dispatcher/pom.xml
==============================================================================
--- trunk/amdatu-web/dispatcher/pom.xml (original)
+++ trunk/amdatu-web/dispatcher/pom.xml Thu Oct 13 10:04:11 2011
@@ -59,7 +59,7 @@
             <Private-Package> org.amdatu.web.dispatcher.*</Private-Package>
             
<Bundle-Activator>org.amdatu.web.dispatcher.osgi.DispatcherServiceActivator</Bundle-Activator>
             
<Bundle-SymbolicName>org.amdatu.web.dispatcher</Bundle-SymbolicName>
-            <Import-Package>org.amdatu.core.tenant;resolution:=optional, 
*</Import-Package>
+            <Import-Package>*</Import-Package>
             <Export-Package>
               org.amdatu.web.dispatcher;version=1.0.0
             </Export-Package>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to