You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2010/09/21 08:30:02 UTC

svn commit: r999236 - /synapse/trunk/java/modules/extensions/pom.xml

Author: hiranya
Date: Tue Sep 21 06:30:02 2010
New Revision: 999236

URL: http://svn.apache.org/viewvc?rev=999236&view=rev
Log:
Fixing the Fragment-Host header of the extensions module


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

Modified: synapse/trunk/java/modules/extensions/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/extensions/pom.xml?rev=999236&r1=999235&r2=999236&view=diff
==============================================================================
--- synapse/trunk/java/modules/extensions/pom.xml (original)
+++ synapse/trunk/java/modules/extensions/pom.xml Tue Sep 21 06:30:02 2010
@@ -75,7 +75,7 @@
                             *;resolution:=optional
                         </Import-Package>
                         <DynamicImport-Package>*</DynamicImport-Package>
-                        <Fragment-Host>org.apache.synapse.synapse-core</Fragment-Host>
+                        <Fragment-Host>synapse-core</Fragment-Host>
                     </instructions>
                 </configuration>
             </plugin>