sbt/scripted/CommentHandler.scala

12 lines
258 B
Scala
Raw Normal View History

2010-02-08 05:45:19 +01:00
/* sbt -- Simple Build Tool
* Copyright 2009 Mark Harrah
*/
2009-11-09 15:34:52 +01:00
package xsbt.test
import java.io.File
import xsbt.{FileMapper, FileUtilities, Paths}
object CommentHandler extends BasicStatementHandler
{
def apply(command: String, args: List[String]) = ()
}