Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test for #594
  • Loading branch information
harrah committed Dec 12, 2012
1 parent dc4331e commit 4cb7327
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sbt/src/sbt-test/project/global-plugin/global/plugins/A.scala
@@ -0,0 +1,5 @@
package test

object Global {
val x = 3
}
5 changes: 5 additions & 0 deletions sbt/src/sbt-test/project/global-plugin/project/Build.scala
@@ -0,0 +1,5 @@
import sbt._

object Test {
assert(test.Global.x == 3);
}
4 changes: 4 additions & 0 deletions sbt/src/sbt-test/project/global-plugin/test
@@ -0,0 +1,4 @@
# tests that a source file in $sbt.global.base/plugins/ is available to the build definition in project/

# dummy to ensure project gets loaded
> name

0 comments on commit 4cb7327

Please sign in to comment.