You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/07/21 10:09:30 UTC

svn commit: r796173 - /activemq/activeio/trunk/pom.xml

Author: dejanb
Date: Tue Jul 21 08:09:30 2009
New Revision: 796173

URL: http://svn.apache.org/viewvc?rev=796173&view=rev
Log:
fixing osgi parameters

Modified:
    activemq/activeio/trunk/pom.xml

Modified: activemq/activeio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activeio/trunk/pom.xml?rev=796173&r1=796172&r2=796173&view=diff
==============================================================================
--- activemq/activeio/trunk/pom.xml (original)
+++ activemq/activeio/trunk/pom.xml Tue Jul 21 08:09:30 2009
@@ -216,11 +216,11 @@
         <configuration>
           <instructions>
             <Bundle-Name>${artifactId}</Bundle-Name>
-            <Bundle-SymbolicName>${activemq.osgi.symbolic.name}</Bundle-SymbolicName>
-            <Export-Package>${activemq.osgi.export}</Export-Package>
-            <Import-Package>${activemq.osgi.import}</Import-Package>
-            <Private-Package>${activemq.osgi.private.pkg}</Private-Package>
-            <Implementation-Title>Apache ActiveMQ</Implementation-Title>
+            <Bundle-SymbolicName>${activeio.osgi.symbolic.name}</Bundle-SymbolicName>
+            <Export-Package>${activeio.osgi.export}</Export-Package>
+            <Import-Package>${activeio.osgi.import}</Import-Package>
+            <Private-Package>${activeio.osgi.private.pkg}</Private-Package>
+            <Implementation-Title>Apache ActiveIO</Implementation-Title>
             <Implementation-Version>${project.version}</Implementation-Version>
           </instructions>
         </configuration>