You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2021/04/08 07:04:59 UTC

[velocity-tools] branch master updated (8a18326 -> 630e360)

This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git.


    from 8a18326  [maven-release-plugin] prepare for next development iteration
     new 6c1da7e  [tools/view] Fix some javadoc
     new 630e360  [tools] Re-enable travis

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml.disabled => .travis.yml                                     | 0
 .../src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java    | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename .travis.yml.disabled => .travis.yml (100%)

[velocity-tools] 01/02: [tools/view] Fix some javadoc

Posted by cb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git

commit 6c1da7e5962facecd9d7d34558fda850abed68f2
Author: Claude Brisson <cl...@renegat.net>
AuthorDate: Mon Mar 1 14:48:24 2021 +0100

    [tools/view] Fix some javadoc
---
 .../src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/velocity-tools-view/src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java b/velocity-tools-view/src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java
index 5337a02..38035ae 100644
--- a/velocity-tools-view/src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java
+++ b/velocity-tools-view/src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java
@@ -50,7 +50,7 @@ import java.util.Optional;
  * '<code>_</code>' replaced by spaces, transformed to lowercase.</p>
  * <p>You can customize this displayed name and the URL of every path element using tools properties:</p>
  * <pre><code>
- *     <tool key="breadcrumb" colors.name="My Colors" colors.url="/colors/all.vhtml"/>
+ *     &lt;tool key="breadcrumb" colors.name="My Colors" colors.url="/colors/all.vhtml"/&gt;
  * </code></pre>
  * <p>where '<code>colors</code>' refers to the <code>/colors/</code> path element. The name and destination of the
  * root path element can be changed with '<code>home.name</code>' and '<code>home.url</code>'.</p>

[velocity-tools] 02/02: [tools] Re-enable travis

Posted by cb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git

commit 630e3601ee2f8c8183cc8e5b469511c8c5b2721a
Author: Claude Brisson <cl...@renegat.net>
AuthorDate: Thu Apr 8 09:04:53 2021 +0200

    [tools] Re-enable travis
---
 .travis.yml.disabled => .travis.yml | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/.travis.yml.disabled b/.travis.yml
similarity index 100%
rename from .travis.yml.disabled
rename to .travis.yml