blob: 9447e3d09a9f13f4fea553e9fee3df1f3d0574ee [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.jsdt.web.ui.internal.contentproperties.ui;
import org.eclipse.wst.jsdt.web.ui.internal.JSPUIMessages;
public class ProjectJSPFContentSettingsPropertyPage extends
JSPFContentSettingsPropertyPage {
public ProjectJSPFContentSettingsPropertyPage() {
setDescription(JSPUIMessages.ProjectJSPFContentSettingsPropertyPage_0);
}
}