cactus-dev  

svn commit: r670346 - in /jakarta/cactus/trunk/samples/jetty: ivy.xml pom.xml

ptahchiev
Sun, 22 Jun 2008 05:12:31 -0700

Author: ptahchiev
Date: Sun Jun 22 05:12:07 2008
New Revision: 670346

URL: http://svn.apache.org/viewvc?rev=670346&view=rev
Log:
small changes on the jetty samples.

Modified:
    jakarta/cactus/trunk/samples/jetty/ivy.xml
    jakarta/cactus/trunk/samples/jetty/pom.xml

Modified: jakarta/cactus/trunk/samples/jetty/ivy.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/ivy.xml?rev=670346&r1=670345&r2=670346&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/ivy.xml (original)
+++ jakarta/cactus/trunk/samples/jetty/ivy.xml Sun Jun 22 05:12:07 2008
@@ -43,6 +43,8 @@
                
                <dependency org="org.mortbay.jetty" name="org.mortbay.jetty" 
rev="5.1.9"/>
                <dependency org="tomcat" name="jasper-compiler" rev="5.5.9"/>
-               <dependency org="tomcat" name="jasper-runtime" rev="5.5.9"/>    
+               <dependency org="tomcat" name="jasper-runtime" rev="5.5.9"/>
+    
+    <dependency org="jdom" name="jdom" rev="1.0"/>     
        </dependencies>
 </ivy-module> 

Modified: jakarta/cactus/trunk/samples/jetty/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/pom.xml?rev=670346&r1=670345&r2=670346&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/pom.xml (original)
+++ jakarta/cactus/trunk/samples/jetty/pom.xml Sun Jun 22 05:12:07 2008
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.samples</artifactId>
-               <version>1.8.0-SNAPSHOT</version>
+               <version>1.8.1-SNAPSHOT</version>
        </parent>
        <artifactId>cactus.samples.jetty</artifactId>
        <name>Cactus Jetty Samples</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • svn commit: r670346 - in /jakarta/cactus/trunk/samples/jetty: ivy.xml pom.xml ptahchiev