All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy