geirm 2002/07/22 21:44:39
Modified: docs anakia.html casestudy1.html casestudy2.html
changes.html code-standards.html contributors.html
design.html developer-guide.html devtools.html
differences.html getting-started.html index.html
install.html license.html migration.html
newshistory.html powered.html
specification-ast.html specification-bnf.html
specification.html texen.html todo.html
toolsubproject.html user-guide.html
user-guide_es.html user-guide_fi.html
user-guide_fr.html velocity_and_weblogic.html
veltag.html vtl-reference-guide.html
docs/ymtd ymtd-changes.html ymtd-conclusion.html
ymtd-embedded.html ymtd-error-handling.html
ymtd-generation.html ymtd-hosting.html
ymtd-implementation.html ymtd-javabeans.html
ymtd-sampleapp.html ymtd-saying-hello.html
ymtd-taglibs.html ymtd.html
Log:
rendered
Revision Changes Path
1.39 +1 -1 jakarta-velocity/docs/anakia.html
Index: anakia.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/anakia.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- anakia.html 7 Jul 2002 21:47:48 -0000 1.38
+++ anakia.html 23 Jul 2002 04:44:36 -0000 1.39
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.15 +1 -1 jakarta-velocity/docs/casestudy1.html
Index: casestudy1.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/casestudy1.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- casestudy1.html 7 Jul 2002 21:47:48 -0000 1.14
+++ casestudy1.html 23 Jul 2002 04:44:36 -0000 1.15
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.11 +1 -1 jakarta-velocity/docs/casestudy2.html
Index: casestudy2.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/casestudy2.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- casestudy2.html 7 Jul 2002 21:47:48 -0000 1.10
+++ casestudy2.html 23 Jul 2002 04:44:36 -0000 1.11
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.93 +22 -1 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- changes.html 7 Jul 2002 21:47:48 -0000 1.92
+++ changes.html 23 Jul 2002 04:44:36 -0000 1.93
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
@@ -207,6 +207,27 @@
Fix for bugs 8517, 6955 : anything ...#set... was confusing the parser (gmj)
</li>
+</ul>
+ </blockquote>
+ </td></tr>
+ <tr><td><br/></td></tr>
+ </table>
+ <table border="0"
cellspacing="0" cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="1.3"><strong>1.3</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>
+This section describes changes to the VEL_1_3_BRANCH after the
+1.3 release. This was released as 1.3.1-rc1 on July 22, 2002.
+</p>
+ <ul>
+<li>
+ Fixed primitive argument introspection problem. (gmj)
+</li>
</ul>
</blockquote>
</td></tr>
1.44 +1 -1 jakarta-velocity/docs/code-standards.html
Index: code-standards.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/code-standards.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- code-standards.html 7 Jul 2002 21:47:48 -0000 1.43
+++ code-standards.html 23 Jul 2002 04:44:36 -0000 1.44
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.46 +1 -1 jakarta-velocity/docs/contributors.html
Index: contributors.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/contributors.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- contributors.html 7 Jul 2002 21:47:48 -0000 1.45
+++ contributors.html 23 Jul 2002 04:44:36 -0000 1.46
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.42 +1 -1 jakarta-velocity/docs/design.html
Index: design.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/design.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- design.html 7 Jul 2002 21:47:48 -0000 1.41
+++ design.html 23 Jul 2002 04:44:36 -0000 1.42
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.97 +1 -1 jakarta-velocity/docs/developer-guide.html
Index: developer-guide.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- developer-guide.html 7 Jul 2002 21:47:48 -0000 1.96
+++ developer-guide.html 23 Jul 2002 04:44:36 -0000 1.97
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.18 +1 -1 jakarta-velocity/docs/devtools.html
Index: devtools.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/devtools.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- devtools.html 7 Jul 2002 21:47:48 -0000 1.17
+++ devtools.html 23 Jul 2002 04:44:36 -0000 1.18
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.29 +1 -1 jakarta-velocity/docs/differences.html
Index: differences.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/differences.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- differences.html 7 Jul 2002 21:47:48 -0000 1.28
+++ differences.html 23 Jul 2002 04:44:36 -0000 1.29
@@ -63,7 +63,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.48 +1 -1 jakarta-velocity/docs/getting-started.html
Index: getting-started.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/getting-started.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- getting-started.html 7 Jul 2002 21:47:48 -0000 1.47
+++ getting-started.html 23 Jul 2002 04:44:36 -0000 1.48
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.86 +28 -34 jakarta-velocity/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- index.html 7 Jul 2002 21:51:43 -0000 1.85
+++ index.html 23 Jul 2002 04:44:36 -0000 1.86
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
@@ -134,7 +134,7 @@
<table
border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="Velocity v1.3 Released"><strong>Velocity v1.3
Released</strong></a>
+ <a name="Velocity v1.3.1-rc1 Available"><strong>Velocity v1.3.1-rc1
Available</strong></a>
</font>
</td></tr>
<tr><td>
@@ -146,41 +146,14 @@
<img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77"
height="32" />
</td>
<td>
- Version 1.3 of the
- Velocity Template Engine is now available.
- Thanks to all in the Velocity community!
+ Release candidate 1 of version 1.3.1 of the Velocity Template Engine is
+ available. This is a bugfix to the 1.3 release, fixing a single specific
+ introspection bug. A final version 1.3.1 will follow after validation
+ by users in the community. (2002-07-22)
</td>
</tr>
</table>
</p>
- <p>
- Major enhancements include :
- </p>
- <ul>
- <li>
- Automatic detection of log4j or logkit as the default logger. It's your
- choice - just put either into the classpath.
- </li>
- <li>
- Application Attributes allow your applications to interact with custom
- components such as loggers and resource loaders.
- </li>
- <li>
- The Resource Manager and Resource Cache are now pluggable.
- </li>
- <li>
- The User's Guide is now available in Finnish, French, Spanish and
- English.
- </li>
- </ul>
- <p>
- Minor enhancements are too numerous to mention. Please see the
- <a href="changes.html">change log
- </a> for details.
- </p>
- <p>
- Apologies to the community for the wait... (<i>2002-07-07</i>)
- </p>
</blockquote>
</p>
</td></tr>
@@ -195,6 +168,21 @@
<tr><td>
<blockquote>
<p>
+<strong>Roller Weblogger Brings it Together</strong>
+<blockquote>
+<i> From the site :</i>
+<a href="http://www.rollerweblogger.org/index.html">Roller</a>
+is server-based weblogging software - a web application - that
+is designed to support multiple simultaneous weblog users and visitors.
+Roller was originally written as an example application for an
+article on open source Java development tools. The article
+describes how the Struts Servlet framework, the Castor JDO persistence engine,
+the XDoclet code generator, and the Velocity template processor
+can be used together to create a full-featured database-driven web application.
+(<i>2002-07-22</i>)
+</blockquote>
+</p>
+ <p>
<strong>User's Guide Now Available in French</strong>
<blockquote>
Thanks to the translation contributed by
@@ -378,7 +366,13 @@
<tr><td>
<blockquote>
<p>
- The current release version is version 1.3
+ The current release version is version 1.3. However, we have a release
+ candidate 1.3.1 available, which fixes a bug. It is strongly recommended
+ that the 1.3.1-rc is used.
+</p>
+ <p>
+The fixed release candidate distribution is available in both <code>tar.gz</code>
and <code>zip</code>
+formats, and are found <a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.3.1/">here</a>.
</p>
<p>
The release distribution is available in both <code>tar.gz</code> and
<code>zip</code>
1.49 +1 -1 jakarta-velocity/docs/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/install.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- install.html 7 Jul 2002 21:47:48 -0000 1.48
+++ install.html 23 Jul 2002 04:44:36 -0000 1.49
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.44 +1 -1 jakarta-velocity/docs/license.html
Index: license.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/license.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- license.html 7 Jul 2002 21:47:48 -0000 1.43
+++ license.html 23 Jul 2002 04:44:36 -0000 1.44
@@ -62,7 +62,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.39 +1 -1 jakarta-velocity/docs/migration.html
Index: migration.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/migration.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- migration.html 7 Jul 2002 21:47:48 -0000 1.38
+++ migration.html 23 Jul 2002 04:44:36 -0000 1.39
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.4 +1 -1 jakarta-velocity/docs/newshistory.html
Index: newshistory.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/newshistory.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- newshistory.html 7 Jul 2002 21:47:48 -0000 1.3
+++ newshistory.html 23 Jul 2002 04:44:36 -0000 1.4
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.49 +20 -2 jakarta-velocity/docs/powered.html
Index: powered.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/powered.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- powered.html 7 Jul 2002 21:47:48 -0000 1.48
+++ powered.html 23 Jul 2002 04:44:36 -0000 1.49
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
@@ -533,6 +533,24 @@
</font>
</td>
</tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a href="http://www.rollerweblogger.org/">Roller Weblogger</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ Roller is server-based weblogging software - a web application -
+ that is designed to support multiple simultaneous weblog users and
+ visitors.
+
+ </font>
+</td>
+ </tr>
</table>
</blockquote>
</p>
@@ -1040,7 +1058,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <a href="http://jpublish.sourceforge.net/">JPublish</a>
+ <a href=" http://www.jpublish.org/">JPublish</a>
</font>
</td>
1.23 +1 -1 jakarta-velocity/docs/specification-ast.html
Index: specification-ast.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/specification-ast.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- specification-ast.html 7 Jul 2002 21:47:48 -0000 1.22
+++ specification-ast.html 23 Jul 2002 04:44:36 -0000 1.23
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.23 +1 -1 jakarta-velocity/docs/specification-bnf.html
Index: specification-bnf.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/specification-bnf.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- specification-bnf.html 7 Jul 2002 21:47:48 -0000 1.22
+++ specification-bnf.html 23 Jul 2002 04:44:36 -0000 1.23
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.23 +1 -1 jakarta-velocity/docs/specification.html
Index: specification.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/specification.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- specification.html 7 Jul 2002 21:47:48 -0000 1.22
+++ specification.html 23 Jul 2002 04:44:36 -0000 1.23
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.36 +1 -1 jakarta-velocity/docs/texen.html
Index: texen.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/texen.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- texen.html 7 Jul 2002 21:47:48 -0000 1.35
+++ texen.html 23 Jul 2002 04:44:36 -0000 1.36
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.42 +1 -1 jakarta-velocity/docs/todo.html
Index: todo.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/todo.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- todo.html 7 Jul 2002 21:47:48 -0000 1.41
+++ todo.html 23 Jul 2002 04:44:36 -0000 1.42
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.6 +1 -1 jakarta-velocity/docs/toolsubproject.html
Index: toolsubproject.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/toolsubproject.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- toolsubproject.html 7 Jul 2002 21:47:48 -0000 1.5
+++ toolsubproject.html 23 Jul 2002 04:44:36 -0000 1.6
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.74 +1 -1 jakarta-velocity/docs/user-guide.html
Index: user-guide.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/user-guide.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- user-guide.html 7 Jul 2002 21:47:48 -0000 1.73
+++ user-guide.html 23 Jul 2002 04:44:36 -0000 1.74
@@ -63,7 +63,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.5 +1 -1 jakarta-velocity/docs/user-guide_es.html
Index: user-guide_es.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/user-guide_es.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- user-guide_es.html 7 Jul 2002 21:47:48 -0000 1.4
+++ user-guide_es.html 23 Jul 2002 04:44:37 -0000 1.5
@@ -65,7 +65,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.6 +1 -1 jakarta-velocity/docs/user-guide_fi.html
Index: user-guide_fi.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/user-guide_fi.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- user-guide_fi.html 7 Jul 2002 21:47:49 -0000 1.5
+++ user-guide_fi.html 23 Jul 2002 04:44:37 -0000 1.6
@@ -65,7 +65,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.3 +1 -1 jakarta-velocity/docs/user-guide_fr.html
Index: user-guide_fr.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/user-guide_fr.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- user-guide_fr.html 7 Jul 2002 21:47:49 -0000 1.2
+++ user-guide_fr.html 23 Jul 2002 04:44:37 -0000 1.3
@@ -65,7 +65,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.8 +1 -1 jakarta-velocity/docs/velocity_and_weblogic.html
Index: velocity_and_weblogic.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/velocity_and_weblogic.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- velocity_and_weblogic.html 7 Jul 2002 21:47:49 -0000 1.7
+++ velocity_and_weblogic.html 23 Jul 2002 04:44:37 -0000 1.8
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.17 +1 -1 jakarta-velocity/docs/veltag.html
Index: veltag.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/veltag.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- veltag.html 7 Jul 2002 21:47:49 -0000 1.16
+++ veltag.html 23 Jul 2002 04:44:37 -0000 1.17
@@ -61,7 +61,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.53 +1 -1 jakarta-velocity/docs/vtl-reference-guide.html
Index: vtl-reference-guide.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/vtl-reference-guide.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- vtl-reference-guide.html 7 Jul 2002 21:47:49 -0000 1.52
+++ vtl-reference-guide.html 23 Jul 2002 04:44:37 -0000 1.53
@@ -63,7 +63,7 @@
</li>
<li> <a href="./todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.28 +1 -1 jakarta-velocity/docs/ymtd/ymtd-changes.html
Index: ymtd-changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-changes.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ymtd-changes.html 7 Jul 2002 21:47:50 -0000 1.27
+++ ymtd-changes.html 23 Jul 2002 04:44:38 -0000 1.28
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.27 +1 -1 jakarta-velocity/docs/ymtd/ymtd-conclusion.html
Index: ymtd-conclusion.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-conclusion.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ymtd-conclusion.html 7 Jul 2002 21:47:50 -0000 1.26
+++ ymtd-conclusion.html 23 Jul 2002 04:44:38 -0000 1.27
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.26 +1 -1 jakarta-velocity/docs/ymtd/ymtd-embedded.html
Index: ymtd-embedded.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-embedded.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ymtd-embedded.html 7 Jul 2002 21:47:50 -0000 1.25
+++ ymtd-embedded.html 23 Jul 2002 04:44:38 -0000 1.26
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.27 +1 -1 jakarta-velocity/docs/ymtd/ymtd-error-handling.html
Index: ymtd-error-handling.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-error-handling.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ymtd-error-handling.html 7 Jul 2002 21:47:50 -0000 1.26
+++ ymtd-error-handling.html 23 Jul 2002 04:44:38 -0000 1.27
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.27 +1 -1 jakarta-velocity/docs/ymtd/ymtd-generation.html
Index: ymtd-generation.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-generation.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ymtd-generation.html 7 Jul 2002 21:47:50 -0000 1.26
+++ ymtd-generation.html 23 Jul 2002 04:44:38 -0000 1.27
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.26 +1 -1 jakarta-velocity/docs/ymtd/ymtd-hosting.html
Index: ymtd-hosting.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-hosting.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ymtd-hosting.html 7 Jul 2002 21:47:50 -0000 1.25
+++ ymtd-hosting.html 23 Jul 2002 04:44:38 -0000 1.26
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.29 +1 -1 jakarta-velocity/docs/ymtd/ymtd-implementation.html
Index: ymtd-implementation.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-implementation.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ymtd-implementation.html 7 Jul 2002 21:47:50 -0000 1.28
+++ ymtd-implementation.html 23 Jul 2002 04:44:38 -0000 1.29
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.29 +1 -1 jakarta-velocity/docs/ymtd/ymtd-javabeans.html
Index: ymtd-javabeans.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-javabeans.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ymtd-javabeans.html 7 Jul 2002 21:47:50 -0000 1.28
+++ ymtd-javabeans.html 23 Jul 2002 04:44:38 -0000 1.29
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.29 +1 -1 jakarta-velocity/docs/ymtd/ymtd-sampleapp.html
Index: ymtd-sampleapp.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-sampleapp.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ymtd-sampleapp.html 7 Jul 2002 21:47:50 -0000 1.28
+++ ymtd-sampleapp.html 23 Jul 2002 04:44:38 -0000 1.29
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.29 +1 -1 jakarta-velocity/docs/ymtd/ymtd-saying-hello.html
Index: ymtd-saying-hello.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-saying-hello.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ymtd-saying-hello.html 7 Jul 2002 21:47:50 -0000 1.28
+++ ymtd-saying-hello.html 23 Jul 2002 04:44:38 -0000 1.29
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.29 +1 -1 jakarta-velocity/docs/ymtd/ymtd-taglibs.html
Index: ymtd-taglibs.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-taglibs.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ymtd-taglibs.html 7 Jul 2002 21:47:50 -0000 1.28
+++ ymtd-taglibs.html 23 Jul 2002 04:44:38 -0000 1.29
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
1.28 +1 -1 jakarta-velocity/docs/ymtd/ymtd.html
Index: ymtd.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ymtd.html 7 Jul 2002 21:47:50 -0000 1.27
+++ ymtd.html 23 Jul 2002 04:44:38 -0000 1.28
@@ -61,7 +61,7 @@
</li>
<li> <a href="../todo.html">TODO</a>
</li>
- <li> <a
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
+ <li> <a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity">Report
Issues</a>
</li>
</ul>
<p><strong>Community</strong></p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>