Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: 2b81bf80d4989a0ee2753f2493b22eeb2b8bb2b2 (plain) (blame)
1
2
3
4
5
package org.eclipse.jst.jsp.ui.internal.style;

public interface IStyleConstantsJSP {
	public static final String JSP_CONTENT = "jsp_content"; //$NON-NLS-1$
}

Back to the top