You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/10/18 21:56:57 UTC

svn commit: r465353 - /incubator/roller/trunk/sandbox/planetroller/build.xml

Author: snoopdave
Date: Wed Oct 18 12:56:56 2006
New Revision: 465353

URL: http://svn.apache.org/viewvc?view=rev&rev=465353
Log:
Hibernate needs Antlr

Modified:
    incubator/roller/trunk/sandbox/planetroller/build.xml

Modified: incubator/roller/trunk/sandbox/planetroller/build.xml
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/sandbox/planetroller/build.xml?view=diff&rev=465353&r1=465352&r2=465353
==============================================================================
--- incubator/roller/trunk/sandbox/planetroller/build.xml (original)
+++ incubator/roller/trunk/sandbox/planetroller/build.xml Wed Oct 18 12:56:56 2006
@@ -25,6 +25,7 @@
         <include name="roller-business.jar"/>        
         
         <include name="hibernate3.jar"/>
+        <include name="antlr.jar"/>
         <include name="asm.jar"/>
         <include name="asm-attrs.jar"/>
         <include name="cglib-2.1.3.jar"/>