You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2006/04/14 02:07:22 UTC

svn commit: r393984 - /incubator/servicemix/trunk/servicemix-assembly/project.xml

Author: bsnyder
Date: Thu Apr 13 17:07:20 2006
New Revision: 393984

URL: http://svn.apache.org/viewcvs?rev=393984&view=rev
Log:
Forgot to add the .zip back in for the wsn2005 module.

Modified:
    incubator/servicemix/trunk/servicemix-assembly/project.xml

Modified: incubator/servicemix/trunk/servicemix-assembly/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/project.xml?rev=393984&r1=393983&r2=393984&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-assembly/project.xml Thu Apr 13 17:07:20 2006
@@ -118,6 +118,16 @@
       <groupId>${pom.groupId}</groupId>
       <artifactId>servicemix-wsn2005</artifactId>
       <version>${pom.currentVersion}</version>
+      <type>zip</type>
+      <properties>
+        <eclipse.dependency>true</eclipse.dependency>
+        <component>true</component>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>servicemix-wsn2005</artifactId>
+      <version>${pom.currentVersion}</version>
       <type>jar</type>
       <properties>
         <optional>true</optional>