forked from sbt/sbt-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change package to com.github.sbt.git
To prevent classpath problems when it is on the same classpath with the sbt-git when it was published with the old Refs sbt#216
- Loading branch information
Showing
9 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...safe/sbt/git/ConsoleGitReadableOnly.scala → ...thub/sbt/git/ConsoleGitReadableOnly.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.typesafe.sbt.git | ||
package com.github.sbt.git | ||
|
||
import scala.util.Try | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...m/typesafe/sbt/git/ConsoleGitRunner.scala → ...com/github/sbt/git/ConsoleGitRunner.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.typesafe.sbt.git | ||
package com.github.sbt.git | ||
|
||
import sbt._ | ||
import Keys._ | ||
|
3 changes: 1 addition & 2 deletions
3
src/main/scala/com/typesafe/sbt/SbtGit.scala → .../scala/com/github/sbt/git/GitPlugin.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cala/com/typesafe/sbt/git/GitRunner.scala → .../scala/com/github/sbt/git/GitRunner.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.typesafe.sbt.git | ||
package com.github.sbt.git | ||
|
||
import sbt._ | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ain/scala/com/typesafe/sbt/git/JGit.scala → src/main/scala/com/github/sbt/git/JGit.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ala/com/typesafe/sbt/git/JGitRunner.scala → ...scala/com/github/sbt/git/JGitRunner.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.typesafe.sbt.git | ||
package com.github.sbt.git | ||
|
||
import sbt._ | ||
import Keys._ | ||
|
2 changes: 1 addition & 1 deletion
2
...ala/com/typesafe/sbt/git/NullLogger.scala → ...scala/com/github/sbt/git/NullLogger.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.typesafe.sbt.git | ||
package com.github.sbt.git | ||
|
||
import sbt.LogEvent | ||
import sbt.Level | ||
|
2 changes: 1 addition & 1 deletion
2
...la/com/typesafe/sbt/git/ReadableGit.scala → ...cala/com/github/sbt/git/ReadableGit.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../scala/com/typesafe/sbt/SbtGitSuite.scala → ...cala/com/github/sbt/git/SbtGitSuite.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.typesafe.sbt | ||
package com.github.sbt.git | ||
|
||
import sbt.ScmInfo | ||
import sbt.url | ||
|