Author: adietish
Date: 2010-09-16 06:15:08 -0400 (Thu, 16 Sep 2010)
New Revision: 24958
Modified:
trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java
Log:
renamed method to better reflect its purpose
Modified:
trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java
===================================================================
---
trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java 2010-09-16
10:08:20 UTC (rev 24957)
+++
trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java 2010-09-16
10:15:08 UTC (rev 24958)
@@ -80,7 +80,7 @@
IPath webContentPath = getWebContentFolder(project, monitor);
- createWebApplicationPreferences(project, webContentPath, javaProject, monitor);
+ setGoogleWebApplicationPreferences(project, webContentPath, javaProject, monitor);
configureOutputFolder(webContentPath, javaProject, monitor);
GWTInstallDataModelProvider dataModel = (GWTInstallDataModelProvider) config;
@@ -113,7 +113,7 @@
ProjectUtils.addClasspathEntry(javaProject, entry, monitor);
}
- private void createWebApplicationPreferences(IProject project, IPath webContentPath,
+ private void setGoogleWebApplicationPreferences(IProject project, IPath webContentPath,
IJavaProject javaProject, IProgressMonitor monitor) throws CoreException {
try {
monitor.subTask("creating web application preferences");
Show replies by date