You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2015/04/06 23:43:48 UTC

[1/2] tapestry-5 git commit: Remove

from JavaDoc

Repository: tapestry-5
Updated Branches:
  refs/heads/master ee6b0cade -> faaf0b025
Updated Tags:  refs/tags/5.4-beta-29 [created] 9aac4fa3b


Remove <p/> from JavaDoc

Turns out, I had an IntelliJ setting providing these; turned off now.


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9aac4fa3
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9aac4fa3
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9aac4fa3

Branch: refs/heads/master
Commit: 9aac4fa3b05df5a33611355b4a20e1c9a5d09851
Parents: ee6b0ca
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Apr 6 14:24:27 2015 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Apr 6 14:24:27 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/corelib/components/DateField.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9aac4fa3/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java
index 94a9a1f..0e23ba2 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java
@@ -36,11 +36,11 @@ import java.util.Locale;
 /**
  * A component used to collect a provided date from the user using a client-side JavaScript calendar. Non-JavaScript
  * clients can simply type into a text field.
- * <p/>
+ *
  * One aspect here is that, because client-side JavaScript formatting and parsing is so limited, we (currently)
  * use Ajax to send the user's input to the server for parsing (before raising the popup) and formatting (after closing
  * the popup). Weird and inefficient, but easier than writing client-side JavaScript for that purpose.
- * <p/>
+ *
  * Tapestry's DateField component is a wrapper around <a
  * href="http://webfx.eae.net/dhtml/datepicker/datepicker.html">WebFX DatePicker</a>.
  *


[2/2] tapestry-5 git commit: Advance version number for 5.4-beta-30

Posted by hl...@apache.org.
Advance version number for 5.4-beta-30


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/faaf0b02
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/faaf0b02
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/faaf0b02

Branch: refs/heads/master
Commit: faaf0b025aea1443ac5be9c0cdb17bf43c413ea3
Parents: 9aac4fa
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Apr 6 14:43:39 2015 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Apr 6 14:43:39 2015 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/faaf0b02/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e1cc52a..10f944a 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-29"
+    def minor = "-beta-30"
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
     // When building normally, or for a release, no suffix is desired.


[2/2] tapestry-5 git commit: Advance version number for 5.4-beta-30

Posted by hl...@apache.org.
Advance version number for 5.4-beta-30


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/faaf0b02
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/faaf0b02
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/faaf0b02

Branch: refs/heads/master
Commit: faaf0b025aea1443ac5be9c0cdb17bf43c413ea3
Parents: 9aac4fa
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Apr 6 14:43:39 2015 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Apr 6 14:43:39 2015 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/faaf0b02/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e1cc52a..10f944a 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-29"
+    def minor = "-beta-30"
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
     // When building normally, or for a release, no suffix is desired.