Author: gertv
Date: Tue Aug  3 17:56:44 2010
New Revision: 981987

URL: http://svn.apache.org/viewvc?rev=981987&view=rev
Log:
Fix build failures

Added:
    
servicemix/smx4/features/trunk/examples/itests/tests/src/test/resources/me.bmp  
 (with props)
Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=981987&r1=981986&r2=981987&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Tue Aug  3 17:56:44 2010
@@ -475,6 +475,13 @@
             <version>${activemq.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-karaf</artifactId>
+            <version>${activemq.version}</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>        
+        <dependency>
             <groupId>org.apache.geronimo.components</groupId>
             <artifactId>geronimo-transaction</artifactId>
             <version>${geronimo.transaction.version}</version>

Added: 
servicemix/smx4/features/trunk/examples/itests/tests/src/test/resources/me.bmp
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/tests/src/test/resources/me.bmp?rev=981987&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
servicemix/smx4/features/trunk/examples/itests/tests/src/test/resources/me.bmp
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: servicemix/smx4/features/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=981987&r1=981986&r2=981987&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Aug  3 17:56:44 2010
@@ -756,7 +756,7 @@
                       </configuration>
                   </execution>
               </executions>
-          </plugin>
+          </plugin>                                                
       </plugins>
   </build>
 


Reply via email to