/** * <p>Copyright: Copyright (c) 2013</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.cres.extend.core.constants; /** * @author qinyuan * */ public interface ICresExtendConstants { /** * cres������չ����ID */ public static final String CRES_PROJECT_EXTEND_PROPERTY_NAME = "com.hundsun.ares.studio.cres.extend.ui.project.projectproperty"; /** * cres����nature */ public static final String CRES_PROJECT_NATURE = "com.hundsun.ares.studio.cresnature"; /** * cresģ����չ���� */ public static final String CRES_EXTEND_MOUDLE_PROPERTY = "CresModuleExtendProperty"; /** * cres������չ���� */ public static final String CRES_EXTEND_PROJECT_PROPERTY = "CresProjectExtendProperty"; }