You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2018/08/12 15:19:19 UTC

[1/4] ant git commit: Fixed Spelling.

Repository: ant
Updated Branches:
  refs/heads/master 18eb262de -> b9c135d0e


Fixed Spelling.

This closes #66 pull request at github/apache/ant


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

Branch: refs/heads/master
Commit: fce87997f7fd35b492b243ec733974d2c5891b41
Parents: 05c88a6
Author: Jimmy Casey <ca...@gmail.com>
Authored: Sun Jul 29 21:43:39 2018 +0000
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Mon Jul 30 10:31:40 2018 +0530

----------------------------------------------------------------------
 src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg   | 2 +-
 src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg,v | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/fce87997/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg
----------------------------------------------------------------------
diff --git a/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg b/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg
index 357a0b0..ca64212 100644
--- a/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg
+++ b/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg
@@ -8,7 +8,7 @@
 #
 #   Making sure that the entered bug-id number is correct.
 #   Validating that the code that was reviewed is indeed the code being
-#       checked in (using the bug-id number or a seperate review
+#       checked in (using the bug-id number or a separate review
 #       number to identify this particular code set.).
 #
 # If any of the above test failed, then the commit would be aborted.

http://git-wip-us.apache.org/repos/asf/ant/blob/fce87997/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg,v
----------------------------------------------------------------------
diff --git a/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg,v b/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg,v
index d80fd09..7ca9a33 100644
--- a/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg,v
+++ b/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/verifymsg,v
@@ -30,7 +30,7 @@ text
 #
 #   Making sure that the entered bug-id number is correct.
 #   Validating that the code that was reviewed is indeed the code being
-#       checked in (using the bug-id number or a seperate review
+#       checked in (using the bug-id number or a separate review
 #       number to identify this particular code set.).
 #
 # If any of the above test failed, then the commit would be aborted.


[2/4] ant git commit: Add Jimmy Casey to Contributors list, for the fce87997f7fd35b492b243ec733974d2c5891b41 commit

Posted by bo...@apache.org.
Add Jimmy Casey to Contributors list, for the fce87997f7fd35b492b243ec733974d2c5891b41 commit


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

Branch: refs/heads/master
Commit: ecae55dab487ded3877c5cad07d2cf0ffee19a8f
Parents: fce8799
Author: Jaikiran Pai <ja...@apache.org>
Authored: Mon Jul 30 19:02:18 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Mon Jul 30 19:02:18 2018 +0530

----------------------------------------------------------------------
 CONTRIBUTORS | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/ecae55da/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 33cf2d4..7005c75 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -191,6 +191,7 @@ Jerome Lacoste
 Jesse Glick
 Jesse Stockall
 Jim Allers
+Jimmy Casey
 Joerg Wassmer
 Joel Tucci
 Joey Richey


[3/4] ant git commit: potential NPE

Posted by bo...@apache.org.
potential NPE


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/0949736b
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/0949736b
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/0949736b

Branch: refs/heads/master
Commit: 0949736bd21582723ba0b5fc3e374d0c76057b7d
Parents: ecae55d
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Aug 12 17:18:31 2018 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Aug 12 17:18:31 2018 +0200

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/types/resources/Files.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/0949736b/src/main/org/apache/tools/ant/types/resources/Files.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/types/resources/Files.java b/src/main/org/apache/tools/ant/types/resources/Files.java
index a66b8ad..b341291 100644
--- a/src/main/org/apache/tools/ant/types/resources/Files.java
+++ b/src/main/org/apache/tools/ant/types/resources/Files.java
@@ -497,7 +497,7 @@ public class Files extends AbstractSelectorContainer
         String[] includePatterns = ps.getIncludePatterns(getProject());
         String[] excludePatterns = ps.getExcludePatterns(getProject());
         return (includePatterns != null && includePatterns.length > 0)
-            || (includePatterns != null && excludePatterns.length > 0);
+            || (excludePatterns != null && excludePatterns.length > 0);
     }
 
 }


[4/4] ant git commit: Merge branch '1.9.x'

Posted by bo...@apache.org.
Merge branch '1.9.x'


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

Branch: refs/heads/master
Commit: b9c135d0eae937cecb58c68f84726e65c202df67
Parents: 18eb262 0949736
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Aug 12 17:19:03 2018 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Aug 12 17:19:03 2018 +0200

----------------------------------------------------------------------
 CONTRIBUTORS | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/b9c135d0/CONTRIBUTORS
----------------------------------------------------------------------