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 2006/01/19 02:45:53 UTC

svn commit: r370344 - /incubator/servicemix/trunk/servicemix-console/project.xml

Author: gnodet
Date: Wed Jan 18 17:45:52 2006
New Revision: 370344

URL: http://svn.apache.org/viewcvs?rev=370344&view=rev
Log:
Add dependencies to war so that it can work standalone

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

Modified: incubator/servicemix/trunk/servicemix-console/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-console/project.xml?rev=370344&r1=370343&r2=370344&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-console/project.xml Wed Jan 18 17:45:52 2006
@@ -72,6 +72,9 @@
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
         <version>${geronimo_spec_jta_version}</version>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
@@ -112,7 +115,7 @@
          <artifactId>portlet-api</artifactId>
          <version>${portlet_api_version}</version>
          <properties>
-           <war.bundle>false</war.bundle>
+           <war.bundle>true</war.bundle>
          </properties>
       </dependency>
       <dependency>
@@ -135,6 +138,14 @@
          <groupId>org.apache.pluto</groupId>
          <artifactId>pluto-descriptors</artifactId>
          <version>${pluto_version}</version>
+         <properties>
+           <war.bundle>true</war.bundle>
+         </properties>
+       </dependency>
+       <dependency>
+         <groupId>xerces</groupId>
+         <artifactId>xercesImpl</artifactId>
+         <version>${xercesImpl_version}</version>
          <properties>
            <war.bundle>true</war.bundle>
          </properties>