You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2006/12/18 19:59:33 UTC

svn commit: r488392 - in /velocity/tools/trunk: download.xml examples.xml

Author: nbubna
Date: Mon Dec 18 10:59:32 2006
New Revision: 488392

URL: http://svn.apache.org/viewvc?view=rev&rev=488392
Log:
we don't actually need antlr for our particular example app

Modified:
    velocity/tools/trunk/download.xml
    velocity/tools/trunk/examples.xml

Modified: velocity/tools/trunk/download.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/download.xml?view=diff&rev=488392&r1=488391&r2=488392
==============================================================================
--- velocity/tools/trunk/download.xml (original)
+++ velocity/tools/trunk/download.xml Mon Dec 18 10:59:32 2006
@@ -66,7 +66,6 @@
 
   <target name="examples-download"
           description="Download dependencies needed to use the VelocityTools example applications from the central repository">
-    <antcall target="antlr-download" />
     <antcall target="commons-chain-download" />
   </target>
 

Modified: velocity/tools/trunk/examples.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/examples.xml?view=diff&rev=488392&r1=488391&r2=488392
==============================================================================
--- velocity/tools/trunk/examples.xml (original)
+++ velocity/tools/trunk/examples.xml Mon Dec 18 10:59:32 2006
@@ -80,7 +80,6 @@
   </target>
   <target name="struts-dependencies">
     <copy todir="${lib}" file="${dist.dir}/${struts.id}.jar"/>
-    <copy todir="${lib}" file="${antlr.jar}"/>
     <copy todir="${lib}" file="${commons-beanutils.jar}"/>
     <copy todir="${lib}" file="${commons-chain.jar}"/>
     <copy todir="${lib}" file="${commons-collections.jar}"/>