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 2007/03/12 16:36:45 UTC

svn commit: r517259 - in /incubator/servicemix/branches/servicemix-3.1: distributions/apache-servicemix/pom.xml pom.xml

Author: gnodet
Date: Mon Mar 12 08:36:44 2007
New Revision: 517259

URL: http://svn.apache.org/viewvc?view=rev&rev=517259
Log:
SM-878 include servicemix-bean in the distribution

Modified:
    incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
    incubator/servicemix/branches/servicemix-3.1/pom.xml

Modified: incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml?view=diff&rev=517259&r1=517258&r2=517259
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml Mon Mar 12 08:36:44 2007
@@ -73,6 +73,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-bean</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-sca</artifactId>
     </dependency>
     <dependency>
@@ -392,6 +396,13 @@
                 </artifactItem>                
                 <artifactItem>
                   <groupId>org.apache.servicemix</groupId>
+                  <artifactId>servicemix-bean</artifactId>
+                  <version>${servicemix-version}</version>
+                  <classifier>installer</classifier>
+                  <type>zip</type>
+                </artifactItem>                
+                <artifactItem>
+                  <groupId>org.apache.servicemix</groupId>
                   <artifactId>servicemix-shared</artifactId>
                   <version>${servicemix-version}</version>
                   <classifier>installer</classifier>
@@ -516,4 +527,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/pom.xml?view=diff&rev=517259&r1=517258&r2=517259
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/pom.xml Mon Mar 12 08:36:44 2007
@@ -472,6 +472,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
+                <artifactId>servicemix-bean</artifactId>
+                <version>3.1.1-incubating-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-eip</artifactId>
                 <version>3.1.1-incubating-SNAPSHOT</version>
             </dependency>