You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2009/12/29 04:17:57 UTC

svn commit: r894305 - in /geronimo/server/branches/2.2/plugins/activemq: activemq-webconsole-jetty/src/main/history/dependencies.xml activemq-webconsole-tomcat/src/main/history/dependencies.xml

Author: xuhaihong
Date: Tue Dec 29 03:17:51 2009
New Revision: 894305

URL: http://svn.apache.org/viewvc?rev=894305&view=rev
Log:
Update dependencies.xml file

Modified:
    geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml
    geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml?rev=894305&r1=894304&r2=894305&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml Tue Dec 29 03:17:51 2009
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<plugin-artifact xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2" xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3">
+<plugin-artifact xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3" xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2">
     <module-id>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq-webconsole-jetty</artifactId>
@@ -23,6 +23,11 @@
     </dependency>
     <dependency>
         <groupId>jivesoftware</groupId>
+        <artifactId>smack</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>jivesoftware</groupId>
         <artifactId>smackx</artifactId>
         <type>jar</type>
     </dependency>

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml?rev=894305&r1=894304&r2=894305&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml Tue Dec 29 03:17:51 2009
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<plugin-artifact xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2" xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3">
+<plugin-artifact xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3" xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2">
     <module-id>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq-webconsole-tomcat</artifactId>
@@ -23,6 +23,11 @@
     </dependency>
     <dependency>
         <groupId>jivesoftware</groupId>
+        <artifactId>smack</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>jivesoftware</groupId>
         <artifactId>smackx</artifactId>
         <type>jar</type>
     </dependency>