Author: ruwan
Date: Tue Mar  3 19:17:43 2009
New Revision: 749704

URL: http://svn.apache.org/viewvc?rev=749704&view=rev
Log:
fixing the generated OSGi bundle with the handler module

Modified:
    synapse/trunk/java/modules/handler/pom.xml

Modified: synapse/trunk/java/modules/handler/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/handler/pom.xml?rev=749704&r1=749703&r2=749704&view=diff
==============================================================================
--- synapse/trunk/java/modules/handler/pom.xml (original)
+++ synapse/trunk/java/modules/handler/pom.xml Tue Mar  3 19:17:43 2009
@@ -49,12 +49,12 @@
                 <configuration>
                     <instructions>
                         <Bundle-Version>1.3.0</Bundle-Version>
-                        <Bundle-Name>${pom.artifactId}</Bundle-Name>
+                        <Bundle-Name>org.apache.synapse.handlers</Bundle-Name>
                         <Bundle-Vendor>Apache Software 
Foundation</Bundle-Vendor>
                         
<Bundle-Description>${pom.description}</Bundle-Description>
-                        
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-SymbolicName>org.apache.synapse.handlers</Bundle-SymbolicName>
                         <Private-Package>
-                            
org.apache.synapse.util;-split-package:=merge-first,
+                            org.apache.synapse.handler.util,
                             org.apache.synapse.handler,
                         </Private-Package>
                         <Export-Package>


Reply via email to