You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2009/03/09 07:02:57 UTC

svn commit: r751593 - in /geronimo/server/trunk: plugingroups/web-jetty/src/main/history/dependencies.xml plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml

Author: djencks
Date: Mon Mar  9 06:02:53 2009
New Revision: 751593

URL: http://svn.apache.org/viewvc?rev=751593&view=rev
Log:
make ee6 profile work again

Modified:
    geronimo/server/trunk/plugingroups/web-jetty/src/main/history/dependencies.xml
    geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml

Modified: geronimo/server/trunk/plugingroups/web-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/web-jetty/src/main/history/dependencies.xml?rev=751593&r1=751592&r2=751593&view=diff
==============================================================================
--- geronimo/server/trunk/plugingroups/web-jetty/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugingroups/web-jetty/src/main/history/dependencies.xml Mon Mar  9 06:02:53 2009
@@ -58,7 +58,7 @@
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.configs</groupId>
-        <artifactId>jetty6-deployer</artifactId>
+        <artifactId>${jetty}-deployer</artifactId>
         <type>car</type>
     </dependency>
     <dependency>

Modified: geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml?rev=751593&r1=751592&r2=751593&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml Mon Mar  9 06:02:53 2009
@@ -8,7 +8,7 @@
     </module-id>
     <dependency>
         <groupId>org.apache.geronimo.configs</groupId>
-        <artifactId>jetty6</artifactId>
+        <artifactId>${jetty}</artifactId>
         <type>car</type>
     </dependency>
     <dependency>