You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/03/26 14:14:54 UTC

struts git commit: Moves outstanding XWork files

Repository: struts
Updated Branches:
  refs/heads/master df29298ee -> 2a09e8642


Moves outstanding XWork files


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/2a09e864
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/2a09e864
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/2a09e864

Branch: refs/heads/master
Commit: 2a09e86429aec7c50f76857f3a14455e0f4ef003
Parents: df29298
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sat Mar 26 14:14:40 2016 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sat Mar 26 14:14:40 2016 +0100

----------------------------------------------------------------------
 .../xwork2/validator/VisitorValidatorTestAction.properties          | 1 +
 .../xwork2/validator/VisitorValidatorTestAction.properties          | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/2a09e864/core/src/test/resources/com/opensymphony/xwork2/validator/VisitorValidatorTestAction.properties
----------------------------------------------------------------------
diff --git a/core/src/test/resources/com/opensymphony/xwork2/validator/VisitorValidatorTestAction.properties b/core/src/test/resources/com/opensymphony/xwork2/validator/VisitorValidatorTestAction.properties
new file mode 100644
index 0000000..6382497
--- /dev/null
+++ b/core/src/test/resources/com/opensymphony/xwork2/validator/VisitorValidatorTestAction.properties
@@ -0,0 +1 @@
+invalid.count=Action: Count must be between ${min} and ${max}, current value is ${count}.

http://git-wip-us.apache.org/repos/asf/struts/blob/2a09e864/xwork-core/src/test/resources/com/opensymphony/xwork2/validator/VisitorValidatorTestAction.properties
----------------------------------------------------------------------
diff --git a/xwork-core/src/test/resources/com/opensymphony/xwork2/validator/VisitorValidatorTestAction.properties b/xwork-core/src/test/resources/com/opensymphony/xwork2/validator/VisitorValidatorTestAction.properties
deleted file mode 100644
index 6382497..0000000
--- a/xwork-core/src/test/resources/com/opensymphony/xwork2/validator/VisitorValidatorTestAction.properties
+++ /dev/null
@@ -1 +0,0 @@
-invalid.count=Action: Count must be between ${min} and ${max}, current value is ${count}.