You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/08/25 11:16:03 UTC

svn commit: r688675 - in /servicemix/smx4/specs/trunk: jbi-api-1.0/ jbi-api-1.0/pom.xml pom.xml

Author: gnodet
Date: Mon Aug 25 02:16:02 2008
New Revision: 688675

URL: http://svn.apache.org/viewvc?rev=688675&view=rev
Log:
SM-1455: Add JBI api to the specs subproject

Added:
    servicemix/smx4/specs/trunk/jbi-api-1.0/
      - copied from r688638, servicemix/smx4/nmr/trunk/jbi/api/
Modified:
    servicemix/smx4/specs/trunk/jbi-api-1.0/pom.xml
    servicemix/smx4/specs/trunk/pom.xml

Modified: servicemix/smx4/specs/trunk/jbi-api-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jbi-api-1.0/pom.xml?rev=688675&r1=688638&r2=688675&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jbi-api-1.0/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jbi-api-1.0/pom.xml Mon Aug 25 02:16:02 2008
@@ -22,22 +22,22 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.servicemix.jbi</groupId>
-        <artifactId>jbi</artifactId>
-        <version>1.0-m2-SNAPSHOT</version>
+        <groupId>org.apache.servicemix.specs</groupId>
+        <artifactId>specs</artifactId>
+        <version>1.1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.jbi</groupId>
-    <artifactId>org.apache.servicemix.jbi.api</artifactId>
+    <groupId>org.apache.servicemix.specs</groupId>
+    <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m2-SNAPSHOT</version>
-    <name>Apache ServiceMix JBI API</name>
+    <version>1.1-SNAPSHOT</version>
+    <name>Apache ServiceMix Specs :: JBI API 1.0</name>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-activation_1.1_spec</artifactId>
-            <version>${geronimo.activation.version}</version>
+            <version>1.0.2</version>
         </dependency>
     </dependencies>
 
@@ -49,9 +49,12 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                        <Export-Package>javax.jbi*</Export-Package>
+                        <Export-Package>javax.jbi*;version=1.0;-split-package:=merge-first</Export-Package>
                         <Import-Package>*</Import-Package>
+                        <Implementation-Title>Apache ServiceMix</Implementation-Title>
+                        <Implementation-Version>${project.version}</Implementation-Version>
                     </instructions>
+                    <unpackBundle>true</unpackBundle>
                 </configuration>
             </plugin>
         </plugins>

Modified: servicemix/smx4/specs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/pom.xml?rev=688675&r1=688674&r2=688675&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/pom.xml (original)
+++ servicemix/smx4/specs/trunk/pom.xml Mon Aug 25 02:16:02 2008
@@ -42,6 +42,7 @@
         <module>jaxb-api-2.1</module>
         <module>jaxws-api-2.0</module>
         <module>jaxws-api-2.1</module>
+        <module>jbi-api-1.0</module>
         <module>scripting-api-1.0</module>
     </modules>