geirm 01/04/10 05:24:29
Modified: build build.xml
Log:
Changed version number, added new example build target, xmlapp_example
Revision Changes Path
1.28 +4 -2 jakarta-velocity/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 2001/04/03 05:39:55 1.27
+++ build.xml 2001/04/10 12:24:28 1.28
@@ -10,7 +10,7 @@
<property file=".ant.properties" />
<property name="Name" value="Velocity"/>
- <property name="version" value="1.0.1-dev"/>
+ <property name="version" value="1.0.1-rc1"/>
<property name="project" value="velocity"/>
<property name="build.dir" value="../bin"/>
@@ -320,6 +320,7 @@
** examples/servletexample1 : servlet 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
** forumdemo : demonstration webapp
**************************************************************
</echo>
@@ -328,7 +329,8 @@
:${example.dir}/app_example2
:${example.dir}/servlet_example1
:${example.dir}/context_example
- :${example.dir}/logger_example"
+ :${example.dir}/logger_example
+ :${example.dir}/xmlapp_example"
debug="${debug}"
deprecation="${deprecation}"
optimize="${optimize}">
- cvs commit: jakarta-velocity/build build.xml jon
- cvs commit: jakarta-velocity/build build.xml geirm
- Re: cvs commit: jakarta-velocity/build build.xml Jon Stevens
- Re: cvs commit: jakarta-velocity/build build.xml Geir Magnusson Jr.
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml jon
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml jon
- cvs commit: jakarta-velocity/build build.xml jon
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml jon
- Re: cvs commit: jakarta-velocity/build build.xml mpoeschl
- Re: cvs commit: jakarta-velocity/build build.xml Jon Stevens
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
