/******************************************************************************* * Copyright (c) 2013 hangum. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * * Contributors: * hangum - initial API and implementation ******************************************************************************/ package com.hangum.tadpole.application.start; /** * Dummy plugin activator * * @author hangum * */ public class BrowserActivator { public static final String ID = "com.hangum.tadpole.applicattion.start"; /** 이미지를 가져다 쓰기위해서 어플리케이션 아이디를 디파인 했습니다. */ public static final String APPLICTION_ID = "com.hangum.tadpole.application"; }