mirror of https://github.com/sbt/sbt.git
More 2.8 compatibility changes
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@928 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
parent
1ee23e827e
commit
8d507ea50e
|
|
@ -3,6 +3,7 @@
|
|||
*/
|
||||
|
||||
package sbt.impl
|
||||
import sbt._
|
||||
|
||||
import java.util.Properties
|
||||
import java.io.{File, FileInputStream, FileOutputStream, InputStream, OutputStream}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
/* sbt -- Simple Build Tool
|
||||
* Copyright 2009 Mark Harrah
|
||||
*/
|
||||
package sbt.impl
|
||||
import sbt._
|
||||
|
||||
private[sbt] object SelectMainClass
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright 2009 Mark Harrah
|
||||
*/
|
||||
package sbt.impl
|
||||
import sbt._
|
||||
|
||||
import java.io.File
|
||||
import scala.collection.mutable.{HashMap, Map}
|
||||
|
|
|
|||
Loading…
Reference in New Issue