You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2008/12/21 11:04:08 UTC

svn commit: r728414 - /lucene/solr/trunk/contrib/velocity/src/main/java/footer.vm

Author: ehatcher
Date: Sun Dec 21 02:04:08 2008
New Revision: 728414

URL: http://svn.apache.org/viewvc?rev=728414&view=rev
Log:
Add comment to footer about why it is where it is for now

Modified:
    lucene/solr/trunk/contrib/velocity/src/main/java/footer.vm

Modified: lucene/solr/trunk/contrib/velocity/src/main/java/footer.vm
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/src/main/java/footer.vm?rev=728414&r1=728413&r2=728414&view=diff
==============================================================================
--- lucene/solr/trunk/contrib/velocity/src/main/java/footer.vm (original)
+++ lucene/solr/trunk/contrib/velocity/src/main/java/footer.vm Sun Dec 21 02:04:08 2008
@@ -1,3 +1,5 @@
+## This template currently lives in the java src/ tree as an example of templates being loaded from the classpath
+
 #if($params.getBool("debugQuery",false))
   #parse("debug.vm")
 #end