You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/28 11:28:33 UTC

svn commit: r500773 - /velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml

Author: henning
Date: Sun Jan 28 02:28:32 2007
New Revision: 500773

URL: http://svn.apache.org/viewvc?view=rev&rev=500773
Log:
Fix minor naming error.


Modified:
    velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml

Modified: velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml?view=diff&rev=500773&r1=500772&r2=500773
==============================================================================
--- velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml (original)
+++ velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml Sun Jan 28 02:28:32 2007
@@ -489,8 +489,8 @@
     <echo>
       **************************************************************
       ** Building the examples :
-      **   examples/appexample1 : application example
-      **   examples/appexample2 : application example
+      **   examples/app_example1 : application example
+      **   examples/app_example2 : application example
       **   examples/context_example : example context implementations
       **   examples/logger_example : how to make an external logger
       **   examples/xmlapp_example : how to access XML data in a template