package org.lams.toolbuilder.wizards; public class WizardConstants { // Wizard constants public static String WIZARD_TITLE = "LAMS Tool Builder Wizard"; public static String WIZARD_DESCRIPTION = "This wizard creates an empty LAMS tool project"; public static String LAMS_BASE_VERSION = "2.0"; public static String TOOL_VERSION="20070000"; public static String SAMPLE_TOOL_NAME = "Sample Tool"; public static String SAMPLE_TOOL_SIGNATURE = "lams_tool_smpl"; public static String SAMPLE_VENDOR = "org.lamsfoundation"; }