001    /*
002     * Apache License
003     * Version 2.0, January 2004
004     * http://www.apache.org/licenses/
005     *
006     * Copyright 2008 by chenillekit.org
007     *
008     * Licensed under the Apache License, Version 2.0 (the "License");
009     * you may not use this file except in compliance with the License.
010     * You may obtain a copy of the License at
011     *
012     * http://www.apache.org/licenses/LICENSE-2.0
013     */
014    
015    package org.chenillekit.quartz;
016    
017    /**
018     * Constants holding class
019     * @version $Id: ChenilleKitQuartzConstants.java 608 2010-02-22 11:37:02Z mlusetti $
020     */
021    @Deprecated
022    public class ChenilleKitQuartzConstants
023    {
024            public static final String CONFIG_RESOURCE_KEY = "quartz.properties";
025    
026    }