/** * */ package eu.impact_project.iif.tw; /** * @author <a href="mailto:carl.wilson.bl@gmail.com">Carl Wilson</a> * <a href="http://sourceforge.net/users/carlwilson-bl">carlwilson-bl@SourceForge</a> * <a href="https://github.com/carlwilson-bl">carlwilson-bl@github</a> * */ public final class Constants { /** Name of project */ public static final String PROJECT_NAME = "IMPACT Toolwrapper"; /** Default project properties file name */ public static final String DEFAULT_PROJECT_PROPERTIES = "toolwrapper.properties"; /** Default toolspec xml file */ public static final String DEFAULT_TOOLSPEC = "default-toolspec.xml"; }