Remove GitRepository.GIT_DIR constant
commitb37453fe18b4395f59fb4f8d0e7d03d6e5745af0
authorMykola Nikishov <mn@mn.com.ua>
Sat, 26 Jun 2010 12:58:41 +0000 (26 15:58 +0300)
committerMykola Nikishov <mn@mn.com.ua>
Mon, 28 Jun 2010 16:49:41 +0000 (28 19:49 +0300)
treeede48b25fb6244b92c8e7c6554a5f803f523892d
parent5249e5b26d1a793d52552dab7ac68bc035331ad1
Remove GitRepository.GIT_DIR constant

org.eclipse.jgit.lib.Constants.DOT_GIT was introduced [1], [2] exactly
for this. NBGit doesn't export any public packages so removing this
constant wouldn't affect anybody.

[1] JGit commit: 0b8b6b5309f2510f1a2e1c3d77942fa9470dd324
[2] http://egit.eclipse.org/w/?p=jgit.git;a=commit;h=0b8b6b5309f2510f1a2e1c3d77942fa9470dd324

Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
src/org/nbgit/Git.java
src/org/nbgit/GitRepository.java