Skip to content

Commit b1f0634

Browse files
committed
fixing ignores in maven's indexer subproject
1 parent 24102fe commit b1f0634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opengrok-indexer/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ information: Portions Copyright [yyyy] [name of copyright owner]
1818
1919
CDDL HEADER END
2020
21-
Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
21+
Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
2222
2323
-->
2424
<project name="OpenGrok" default="jar" basedir=".">
@@ -121,7 +121,7 @@ Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
121121
defaultexcludes="no"/>
122122
<zip destfile="${build.test.classes.dir}/org/opensolaris/opengrok/history/repositories.zip"
123123
basedir="${test.repositories}"
124-
excludes="mercurial/hg/**, mercurial/hgignore, git/git"
124+
excludes="mercurial/hg/**, mercurial/hgignore, git/git/**"
125125
update="false"
126126
defaultexcludes="no"/>
127127

0 commit comments

Comments
 (0)