You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/12 13:11:12 UTC

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

Author: foconer
Date: Thu Jan 12 04:10:44 2006
New Revision: 368352

URL: http://svn.apache.org/viewcvs?rev=368352&view=rev
Log:
Updated geronimo dependency information and correction on servicemix package.

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=368352&r1=368351&r2=368352&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-console/project.xml Thu Jan 12 04:10:44 2006
@@ -27,11 +27,11 @@
     <shortDescription>ServiceMix Console</shortDescription>
     <description>ServiceMix Console</description>
   
-    <package>org.servicemix.console</package>
+    <package>org.apache.servicemix.console</package>
     <packageGroups>
       <packageGroup>
         <title>ServiceMix Console</title>
-        <packages>org.servicemix.console</packages>
+        <packages>org.apache.servicemix.console</packages>
       </packageGroup>
     </packageGroups>
  
@@ -41,21 +41,21 @@
     <dependencies>
     
       <dependency>
-        <groupId>servicemix</groupId>
+        <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix-jbi</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
           <eclipse.dependency>true</eclipse.dependency>
-                <war.bundle>true</war.bundle>
+          <war.bundle>true</war.bundle>
         </properties>
       </dependency>
       <dependency>
-        <groupId>servicemix</groupId>
+        <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix-core</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
           <eclipse.dependency>true</eclipse.dependency>
-                <war.bundle>true</war.bundle>
+          <war.bundle>true</war.bundle>
         </properties>
       </dependency>
       <dependency>
@@ -66,112 +66,111 @@
           <war.bundle>true</war.bundle>
         </properties>
       </dependency>
-    <dependency>
-      <id>geronimo-spec+jta</id>
-      <version>${geronimo_spec_jta_version}</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>geronimo-spec</groupId>
-      <artifactId>geronimo-spec-activation</artifactId>
-      <version>${geronimo_spec_activation_version}</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>backport-util-concurrent</groupId>
-      <artifactId>backport-util-concurrent</artifactId>
-      <version>${backport_util_concurrent_version}</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>${commons_logging_version}</version>
-      <url>http://jakarta.apache.org/commons/logging/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-        <dependency>
-            <groupId>javax.portlet</groupId>
-            <artifactId>portlet-api</artifactId>
-            <version>${portlet_api_version}</version>
-            <properties>
-                <war.bundle>false</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.pluto</groupId>
-            <artifactId>pluto</artifactId>
-            <version>${pluto_version}</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-         </dependency>
-        <dependency>
-            <groupId>org.apache.pluto</groupId>
-            <artifactId>pluto-portal</artifactId>
-            <version>${pluto_version}</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-         </dependency>
-        <dependency>
-            <groupId>org.apache.pluto</groupId>
-            <artifactId>pluto-descriptors</artifactId>
-            <version>${pluto_version}</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-         </dependency>
-
-        <dependency>
-            <groupId>commons-el</groupId>
-            <artifactId>commons-el</artifactId>
-            <version>${commons_el_version}</version>
-            <url>http://jakarta.apache.org/commons/el/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>       
-        <dependency>
-            <groupId>jstl</groupId>
-            <artifactId>jstl</artifactId>
-            <version>${jstl_version}</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>       
-        <dependency>
-            <groupId>taglibs</groupId>
-            <artifactId>standard</artifactId>
-            <version>${standard_taglibs_version}</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>        
-        <dependency>
-            <groupId>castor</groupId>
-            <artifactId>castor</artifactId>
-            <version>${castor_version}</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>geronimo-spec</groupId>
-            <artifactId>geronimo-spec-j2ee-connector</artifactId>
-            <version>${geronimo_spec_j2ee_connector_version}</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
+    
+      <!-- J2EE JARs -->
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+        <version>${geronimo_spec_jta_version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-activation_1.0.2_spec</artifactId>
+        <version>${geronimo_spec_activation_version}</version>
+        <properties>
+	  <war.bundle>true</war.bundle>
+        </properties>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+        <version>${geronimo_spec_j2ee_connector_version}</version>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+      </dependency>
+    
+      <dependency>
+        <groupId>backport-util-concurrent</groupId>
+        <artifactId>backport-util-concurrent</artifactId>
+        <version>${backport_util_concurrent_version}</version>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>${commons_logging_version}</version>
+        <url>http://jakarta.apache.org/commons/logging/</url>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+      </dependency>
+      <dependency>
+         <groupId>javax.portlet</groupId>
+         <artifactId>portlet-api</artifactId>
+         <version>${portlet_api_version}</version>
+         <properties>
+           <war.bundle>false</war.bundle>
+         </properties>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.pluto</groupId>
+         <artifactId>pluto</artifactId>
+         <version>${pluto_version}</version>
+         <properties>
+           <war.bundle>true</war.bundle>
+         </properties>
+       </dependency>
+       <dependency>
+         <groupId>org.apache.pluto</groupId>
+         <artifactId>pluto-portal</artifactId>
+         <version>${pluto_version}</version>
+         <properties>
+           <war.bundle>true</war.bundle>
+         </properties>
+       </dependency>
+       <dependency>
+         <groupId>org.apache.pluto</groupId>
+         <artifactId>pluto-descriptors</artifactId>
+         <version>${pluto_version}</version>
+         <properties>
+           <war.bundle>true</war.bundle>
+         </properties>
+       </dependency>
+       <dependency>
+         <groupId>commons-el</groupId>
+         <artifactId>commons-el</artifactId>
+         <version>${commons_el_version}</version>
+         <url>http://jakarta.apache.org/commons/el/</url>
+         <properties>
+           <war.bundle>true</war.bundle>
+         </properties>
+       </dependency>       
+       <dependency>
+         <groupId>jstl</groupId>
+         <artifactId>jstl</artifactId>
+         <version>${jstl_version}</version>
+         <properties>
+           <war.bundle>true</war.bundle>
+         </properties>
+       </dependency>       
+       <dependency>
+         <groupId>taglibs</groupId>
+         <artifactId>standard</artifactId>
+         <version>${standard_taglibs_version}</version>
+         <properties>
+           <war.bundle>true</war.bundle>
+         </properties>
+       </dependency>        
+       <dependency>
+         <groupId>castor</groupId>
+         <artifactId>castor</artifactId>
+         <version>${castor_version}</version>
+         <properties>
+           <war.bundle>true</war.bundle>
+         </properties>
         </dependency>
                 
     </dependencies>