Clean up publish-local test

git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@1079 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
dmharrah 2009-10-03 15:44:29 +00:00
parent 0147545668
commit 776efa9100
1 changed files with 0 additions and 1 deletions

View File

@ -18,6 +18,5 @@ class MultiPublishTest(info: ProjectInfo) extends ParentProject(info)
ManagedStyle.Maven
else
ManagedStyle.Auto
val publishTo = "Scala Tools Nexus" at (outputPath / "test-repo").absolutePath
}
}