You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2011/01/25 17:05:47 UTC

svn commit: r1063331 - in /mina/branches/2.0.3: mina-filter-compression/pom.xml mina-integration-beans/pom.xml mina-integration-jmx/pom.xml mina-integration-ognl/pom.xml mina-statemachine/pom.xml mina-transport-apr/pom.xml mina-transport-serial/pom.xml

Author: elecharny
Date: Tue Jan 25 16:05:47 2011
New Revision: 1063331

URL: http://svn.apache.org/viewvc?rev=1063331&view=rev
Log:
added a missing property in bundles

Modified:
    mina/branches/2.0.3/mina-filter-compression/pom.xml
    mina/branches/2.0.3/mina-integration-beans/pom.xml
    mina/branches/2.0.3/mina-integration-jmx/pom.xml
    mina/branches/2.0.3/mina-integration-ognl/pom.xml
    mina/branches/2.0.3/mina-statemachine/pom.xml
    mina/branches/2.0.3/mina-transport-apr/pom.xml
    mina/branches/2.0.3/mina-transport-serial/pom.xml

Modified: mina/branches/2.0.3/mina-filter-compression/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/2.0.3/mina-filter-compression/pom.xml?rev=1063331&r1=1063330&r2=1063331&view=diff
==============================================================================
--- mina/branches/2.0.3/mina-filter-compression/pom.xml (original)
+++ mina/branches/2.0.3/mina-filter-compression/pom.xml Tue Jan 25 16:05:47 2011
@@ -32,6 +32,7 @@
   <packaging>bundle</packaging>  
 
   <properties>
+    <symbolicName>${project.groupId}.filter.compression</symbolicName>
     <exportedPackage>${project.groupId}.filter.compression</exportedPackage>
   </properties>
 

Modified: mina/branches/2.0.3/mina-integration-beans/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/2.0.3/mina-integration-beans/pom.xml?rev=1063331&r1=1063330&r2=1063331&view=diff
==============================================================================
--- mina/branches/2.0.3/mina-integration-beans/pom.xml (original)
+++ mina/branches/2.0.3/mina-integration-beans/pom.xml Tue Jan 25 16:05:47 2011
@@ -32,6 +32,7 @@
   <packaging>bundle</packaging>  
 
   <properties>
+    <symbolicName>${project.groupId}.integration.beans</symbolicName>
     <exportedPackage>${project.groupId}.integration.beans</exportedPackage>
   </properties>
 

Modified: mina/branches/2.0.3/mina-integration-jmx/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/2.0.3/mina-integration-jmx/pom.xml?rev=1063331&r1=1063330&r2=1063331&view=diff
==============================================================================
--- mina/branches/2.0.3/mina-integration-jmx/pom.xml (original)
+++ mina/branches/2.0.3/mina-integration-jmx/pom.xml Tue Jan 25 16:05:47 2011
@@ -32,6 +32,7 @@
   <packaging>bundle</packaging>  
 
   <properties>
+    <symbolicName>${project.groupId}.integration.jmx</symbolicName>
     <exportedPackage>${project.groupId}.integration.jmx</exportedPackage>
   </properties>
 

Modified: mina/branches/2.0.3/mina-integration-ognl/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/2.0.3/mina-integration-ognl/pom.xml?rev=1063331&r1=1063330&r2=1063331&view=diff
==============================================================================
--- mina/branches/2.0.3/mina-integration-ognl/pom.xml (original)
+++ mina/branches/2.0.3/mina-integration-ognl/pom.xml Tue Jan 25 16:05:47 2011
@@ -32,6 +32,7 @@
   <packaging>bundle</packaging>  
 
   <properties>
+    <symbolicName>${project.groupId}.integration.ognl</symbolicName>
     <exportedPackage>${project.groupId}.integration.ognl</exportedPackage>
   </properties>
 

Modified: mina/branches/2.0.3/mina-statemachine/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/2.0.3/mina-statemachine/pom.xml?rev=1063331&r1=1063330&r2=1063331&view=diff
==============================================================================
--- mina/branches/2.0.3/mina-statemachine/pom.xml (original)
+++ mina/branches/2.0.3/mina-statemachine/pom.xml Tue Jan 25 16:05:47 2011
@@ -32,6 +32,7 @@
   <packaging>bundle</packaging>  
 
   <properties>
+    <symbolicName>${project.groupId}.statemachine</symbolicName>
     <exportedPackage>${project.groupId}.statemachine</exportedPackage>
   </properties>
 

Modified: mina/branches/2.0.3/mina-transport-apr/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/2.0.3/mina-transport-apr/pom.xml?rev=1063331&r1=1063330&r2=1063331&view=diff
==============================================================================
--- mina/branches/2.0.3/mina-transport-apr/pom.xml (original)
+++ mina/branches/2.0.3/mina-transport-apr/pom.xml Tue Jan 25 16:05:47 2011
@@ -30,6 +30,7 @@
   <packaging>bundle</packaging>  
 
   <properties>
+    <symbolicName>${project.groupId}.transport.socket.apr</symbolicName>
     <exportedPackage>${project.groupId}.transport.socket.apr</exportedPackage>
   </properties>
 

Modified: mina/branches/2.0.3/mina-transport-serial/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/2.0.3/mina-transport-serial/pom.xml?rev=1063331&r1=1063330&r2=1063331&view=diff
==============================================================================
--- mina/branches/2.0.3/mina-transport-serial/pom.xml (original)
+++ mina/branches/2.0.3/mina-transport-serial/pom.xml Tue Jan 25 16:05:47 2011
@@ -32,6 +32,7 @@
   <packaging>bundle</packaging>  
 
   <properties>
+    <symbolicName>${project.groupId}.transport.serial</symbolicName>
     <exportedPackage>${project.groupId}.transport.serial</exportedPackage>
   </properties>