aboutsummaryrefslogtreecommitdiff
path: root/project/project
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-09-26 22:31:31 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-09-26 22:32:05 +0100
commitbd774eb274606949d39e8575d6769011bbf5126e (patch)
treed33cee684b9cf2eac8ff3af5c4f5717190a9be73 /project/project
parente39edcce60d1f54c0d4133fe1f755d2e0445971d (diff)
downloadspark-bd774eb274606949d39e8575d6769011bbf5126e.tar.gz
spark-bd774eb274606949d39e8575d6769011bbf5126e.tar.bz2
spark-bd774eb274606949d39e8575d6769011bbf5126e.zip
Use new layout for plugins definitions (recommended for SBT 0.11)
Diffstat (limited to 'project/project')
-rw-r--r--project/project/SparkPluginBuild.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/project/project/SparkPluginBuild.scala b/project/project/SparkPluginBuild.scala
new file mode 100644
index 0000000000..999611982a
--- /dev/null
+++ b/project/project/SparkPluginBuild.scala
@@ -0,0 +1,7 @@
+import sbt._
+
+object SparkPluginDef extends Build {
+ lazy val root = Project("plugins", file(".")) dependsOn(junitXmlListener)
+ /* This is not published in a Maven repository, so we get it from GitHub directly */
+ lazy val junitXmlListener = uri("git://github.com/ijuma/junit_xml_listener.git#fe434773255b451a38e8d889536ebc260f4225ce")
+} \ No newline at end of file