com.mle.appbundler.IncludeConf.scala Maven / Gradle / Ivy
The newest version!
package com.mle.appbundler
import java.nio.file.Path
/**
* @author mle
*/
case class IncludeConf(src: Path, dest: Path, include: Seq[Path], exclude: Seq[Path])