This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.agitude.fileutils | |
import java.io.File | |
import org.apache.commons.io.FileUtils | |
// Utility object for test purpose only | |
object DummyProject { | |
private val TMP_DIR = new File("tmp") | |
val WEB_PACKAGE = Package("org.agitude.web", "module1") |