Author: ptahchiev Date: Sat May 3 05:49:18 2008 New Revision: 653069 URL: http://svn.apache.org/viewvc?rev=653069&view=rev Log: changes made to integrate with cargo-1.0-SNAPSHOT
Modified: jakarta/cactus/trunk/samples/build.properties jakarta/cactus/trunk/samples/servlet/ivy.xml jakarta/cactus/trunk/samples/servlet/pom.xml Modified: jakarta/cactus/trunk/samples/build.properties URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/build.properties?rev=653069&r1=653068&r2=653069&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/build.properties (original) +++ jakarta/cactus/trunk/samples/build.properties Sat May 3 05:49:18 2008 @@ -21,7 +21,7 @@ #If you call from maven this property will be #set to the pom.version. This works like a charm #because Ant properties are immutable. -cactus.version=1.8.0 +cactus.version=1.8.1-SNAPSHOT #Here comes the directory properties. basedir=. Modified: jakarta/cactus/trunk/samples/servlet/ivy.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/ivy.xml?rev=653069&r1=653068&r2=653069&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/servlet/ivy.xml (original) +++ jakarta/cactus/trunk/samples/servlet/ivy.xml Sat May 3 05:49:18 2008 @@ -39,13 +39,16 @@ <dependency org="htmlunit" name="htmlunit" rev="1.10"/> <dependency org="aspectj" name="aspectjrt" rev="1.5.3"/> - <dependency org="org.codehaus.cargo" name="cargo-core-uberjar" rev="0.9"/> - <dependency org="org.codehaus.cargo" name="cargo-ant" rev="0.9"/> + <dependency org="org.codehaus.cargo" name="cargo-core-uberjar" rev="1.0-SNAPSHOT"/> + <dependency org="org.codehaus.cargo" name="cargo-ant" rev="1.0-SNAPSHOT"/> <dependency org="javax.servlet" name="jsp-api" rev="2.0"/> <dependency org="javax.servlet" name="servlet-api" rev="2.5"/> <dependency org="javax.servlet" name="jstl" rev="1.1.2"/> <dependency org="taglibs" name="standard" rev="1.1.2"/> + + <dependency org="jdom" name="jdom" rev="1.0"/> + <dependency org="jaxen" name="jaxen" rev="1.1.1"/> <dependency org="junitperf" name="junitperf" rev="1.8"/> </dependencies> Modified: jakarta/cactus/trunk/samples/servlet/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/pom.xml?rev=653069&r1=653068&r2=653069&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/servlet/pom.xml (original) +++ jakarta/cactus/trunk/samples/servlet/pom.xml Sat May 3 05:49:18 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.servlet</artifactId> <name>Cactus Servlet Samples</name> @@ -138,6 +138,16 @@ <artifactId>standard</artifactId> <version>1.1.2</version> </dependency> + <dependency> + <groupId>jdom</groupId> + <artifactId>jdom</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <version>1.1.1</version> + </dependency> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]