From 5f5a261e0d23994b2813c6c1200107fb73423d25 Mon Sep 17 00:00:00 2001 From: samskivert Date: Sat, 11 Sep 2010 04:28:04 +0000 Subject: [PATCH] Go ahead and build and ship the Velocity and Digester stuff. Most of the Velocity stuff actually works with a non-hacked Velocity implementation, and specifically VelocityUtil and ClasspathResourceLoader are used all over the place for great justice, so we want to support that. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2881 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- pom.xml | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 801cc16c..ea3513e7 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,31 @@ compile true + + org.apache.velocity + velocity + 1.6.4 + compile + true + + oro + oro + com.sun.jmxjmxri + orooro + junitjunit + + + + commons-digester + commons-digester + 2.0 + compile + true + + commons-beanutils + commons-beanutils + + junit junit @@ -111,25 +136,10 @@ -Xlint" "-Xlint:-serial" "-Xlint:-path - com/samskivert/velocity/** - com/samskivert/xml/** + com/samskivert/velocity/ImportDirective.java + com/samskivert/velocity/DispatcherServlet.java - - - default-testCompile - test-compile - - - com/samskivert/velocity/** - com/samskivert/xml/** - - - - testCompile - - - org.apache.maven.plugins @@ -166,7 +176,6 @@ true public - com.samskivert.velocity:com.samskivert.xml http://java.sun.com/products/javamail/javadocs/ http://download.oracle.com/javaee/1.2.1/api/