Added the package fnmatch and two exceptions.
commit535041bba0836a3488fbd465adb171a2c70c9415
authorFlorian Koeberle <florianskarten@web.de>
Wed, 18 Jun 2008 10:22:30 +0000 (18 12:22 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 23 Jun 2008 02:13:31 +0000 (23 04:13 +0200)
tree577b1240ab418900722a76007225873dabae00b1
parentfc1c0299c364fda0d1ef6a6964dd858ad89c48ad
Added the package fnmatch and two exceptions.

Signed-off-by: Florian Koeberle <florianskarten@web.de>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/fnmatch/FileNameMatcherTest.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/errors/InvalidPatternException.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/errors/NoClosingBracketException.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fnmatch/AbstractHead.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fnmatch/CharacterHead.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fnmatch/FileNameMatcher.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fnmatch/GroupHead.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fnmatch/Head.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fnmatch/LastHead.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fnmatch/RestrictedWildCardHead.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fnmatch/WildCardHead.java [new file with mode: 0644]