You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2006/01/31 23:00:57 UTC

svn commit: r373919 - /tomcat/container/branches/tc4.1.x/build.xml

Author: markt
Date: Tue Jan 31 14:00:55 2006
New Revision: 373919

URL: http://svn.apache.org/viewcvs?rev=373919&view=rev
Log:
Update build to reflect removal of jasper2 directory

Modified:
    tomcat/container/branches/tc4.1.x/build.xml

Modified: tomcat/container/branches/tc4.1.x/build.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/build.xml?rev=373919&r1=373918&r2=373919&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/build.xml (original)
+++ tomcat/container/branches/tc4.1.x/build.xml Tue Jan 31 14:00:55 2006
@@ -22,7 +22,7 @@
   <property name="servlet.doc"           value="${servlet.home}/docs/api" />
 
   <!-- Source dependencies -->
-  <property name="jasper.home"      value="${basedir}/../jasper/jasper2"/>
+  <property name="jasper.home"      value="${basedir}/../jasper"/>
   <property name="jtc.home"         value="${basedir}/../connectors"/>
 
   <!-- Build Defaults -->



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org