You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2009/07/30 17:45:17 UTC

svn commit: r799335 - in /synapse/branches/1.3: ./ modules/commons/ modules/core/ modules/experimental/ modules/extensions/ modules/handler/ modules/samples/ modules/tasks/ modules/transports/core/nhttp/ modules/transports/core/pipe/ modules/transports...

Author: ruwan
Date: Thu Jul 30 15:45:17 2009
New Revision: 799335

URL: http://svn.apache.org/viewvc?rev=799335&view=rev
Log:
Fixing the OSGi bundle versions, since they will now be picked from the pom.version

Modified:
    synapse/branches/1.3/modules/commons/pom.xml
    synapse/branches/1.3/modules/core/pom.xml
    synapse/branches/1.3/modules/experimental/pom.xml
    synapse/branches/1.3/modules/extensions/pom.xml
    synapse/branches/1.3/modules/handler/pom.xml
    synapse/branches/1.3/modules/samples/pom.xml
    synapse/branches/1.3/modules/tasks/pom.xml
    synapse/branches/1.3/modules/transports/core/nhttp/pom.xml
    synapse/branches/1.3/modules/transports/core/pipe/pom.xml
    synapse/branches/1.3/modules/transports/core/vfs/pom.xml
    synapse/branches/1.3/modules/transports/optional/fix/pom.xml
    synapse/branches/1.3/pom.xml

Modified: synapse/branches/1.3/modules/commons/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/commons/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/commons/pom.xml (original)
+++ synapse/branches/1.3/modules/commons/pom.xml Thu Jul 30 15:45:17 2009
@@ -53,7 +53,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Export-Package>
                             org.apache.synapse.commons.*,
                         </Export-Package>

Modified: synapse/branches/1.3/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/core/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/core/pom.xml (original)
+++ synapse/branches/1.3/modules/core/pom.xml Thu Jul 30 15:45:17 2009
@@ -135,7 +135,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Export-Package>
                             org.apache.synapse,
                             org.apache.synapse.aspects.*,

Modified: synapse/branches/1.3/modules/experimental/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/experimental/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/experimental/pom.xml (original)
+++ synapse/branches/1.3/modules/experimental/pom.xml Thu Jul 30 15:45:17 2009
@@ -46,7 +46,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Export-Package>
                             org.apache.synapse.experimental.*,
                         </Export-Package>

Modified: synapse/branches/1.3/modules/extensions/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/extensions/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/extensions/pom.xml (original)
+++ synapse/branches/1.3/modules/extensions/pom.xml Thu Jul 30 15:45:17 2009
@@ -53,7 +53,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Export-Package>
                             org.apache.synapse.format.hessian.*,
                             org.apache.synapse.format.syslog.*,

Modified: synapse/branches/1.3/modules/handler/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/handler/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/handler/pom.xml (original)
+++ synapse/branches/1.3/modules/handler/pom.xml Thu Jul 30 15:45:17 2009
@@ -48,7 +48,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Private-Package>
                             org.apache.synapse.handler.util,
                             org.apache.synapse.handler,

Modified: synapse/branches/1.3/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/samples/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/samples/pom.xml (original)
+++ synapse/branches/1.3/modules/samples/pom.xml Thu Jul 30 15:45:17 2009
@@ -396,7 +396,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Private-Package>samples.*</Private-Package>
                     </instructions>
                 </configuration>

Modified: synapse/branches/1.3/modules/tasks/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/tasks/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/tasks/pom.xml (original)
+++ synapse/branches/1.3/modules/tasks/pom.xml Thu Jul 30 15:45:17 2009
@@ -53,7 +53,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Export-Package>
                             org.apache.synapse.task.*,
                         </Export-Package>

Modified: synapse/branches/1.3/modules/transports/core/nhttp/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/transports/core/nhttp/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/transports/core/nhttp/pom.xml (original)
+++ synapse/branches/1.3/modules/transports/core/nhttp/pom.xml Thu Jul 30 15:45:17 2009
@@ -45,7 +45,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Export-Package>
                             org.apache.synapse.transport.nhttp.*,
                         </Export-Package>

Modified: synapse/branches/1.3/modules/transports/core/pipe/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/transports/core/pipe/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/transports/core/pipe/pom.xml (original)
+++ synapse/branches/1.3/modules/transports/core/pipe/pom.xml Thu Jul 30 15:45:17 2009
@@ -45,7 +45,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Export-Package>
                             org.apache.synapse.transport.pipe.*,
                         </Export-Package>

Modified: synapse/branches/1.3/modules/transports/core/vfs/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/transports/core/vfs/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/transports/core/vfs/pom.xml (original)
+++ synapse/branches/1.3/modules/transports/core/vfs/pom.xml Thu Jul 30 15:45:17 2009
@@ -45,7 +45,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Export-Package>
                             org.apache.synapse.transport.vfs.*,
                         </Export-Package>

Modified: synapse/branches/1.3/modules/transports/optional/fix/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/modules/transports/optional/fix/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/modules/transports/optional/fix/pom.xml (original)
+++ synapse/branches/1.3/modules/transports/optional/fix/pom.xml Thu Jul 30 15:45:17 2009
@@ -45,7 +45,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${synapse.bundle.version}</Bundle-Version>
                         <Export-Package>
                             org.apache.synapse.transport.fix.*,
                         </Export-Package>

Modified: synapse/branches/1.3/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/pom.xml?rev=799335&r1=799334&r2=799335&view=diff
==============================================================================
--- synapse/branches/1.3/pom.xml (original)
+++ synapse/branches/1.3/pom.xml Thu Jul 30 15:45:17 2009
@@ -792,7 +792,6 @@
     <properties>
         <!-- Synapse and related components -->
         <synapse.version>1.3.0.SNAPSHOT</synapse.version>
-        <synapse.bundle.version>0.0.0</synapse.bundle.version>
         <commons.dbcp.version>1.2.2</commons.dbcp.version>
         <commons.pool.version>1.3</commons.pool.version>
         <commons.vfs.version>1.1-587797</commons.vfs.version>