/*
 * Copyright (c) 2001, 2002 The XDoclet team
 * All rights reserved.
 */
package xdoclet.ant;

/**
 * @author    Ara Abrahamian (ara_e_w@yahoo.com)
 * @created   May 31, 2002
 * @version   $Revision: 1.2 $
 */
public final class XDocletAntMessages
{
    /**
     * @msg.bundle   msg="The {0} property must be specified"
     */
    public final static String PROPERTY_MISSING = "PROPERTY_MISSING";

    /**
     * @msg.bundle   msg="Failed to copy {0} to {1} due to {2}"
     */
    public final static String FAILED_TO_COPY = "FAILED_TO_COPY";

    /**
     * @msg.bundle   msg="Fatal unexpected error creating TemplateEngine"
     */
    public final static String ERROR_CREATING_TEMPLATEENGINE = "ERROR_CREATING_TEMPLATEENGINE";
}
