com.mle.appbundler.DistributionConf.scala Maven / Gradle / Ivy
The newest version!
package com.mle.appbundler
import scala.xml.NodeSeq
/**
* @author mle
*/
case class DistributionConf(appIdentifier: String,
displayName: String,
name: String,
additionalXml: NodeSeq = NodeSeq.Empty)