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.

summaryrefslogtreecommitdiffstats
blob: 2433376857ed11385f2da581ed3b2f952f2a7dd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package org.eclipse.jst.jee.project.facet;

public interface IWebCreateDeploymentFilesDataModelProperties extends
		ICreateDeploymentFilesDataModelProperties {
	/**
	 * This field should not be used.  It is not part of the API and may be modified in the future.
	 */
	public static Class _provider_class = WebCreateDeploymentFilesDataModelProvider.class;

}

Back to the top