Author: dgolovin
Date: 2009-08-27 04:47:38 -0400 (Thu, 27 Aug 2009)
New Revision: 17292
Modified:
branches/jbosstools-3.0.x/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamProjectWizard.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4135 fixed
Modified:
branches/jbosstools-3.0.x/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamProjectWizard.java
===================================================================
---
branches/jbosstools-3.0.x/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamProjectWizard.java 2009-08-27
08:44:22 UTC (rev 17291)
+++
branches/jbosstools-3.0.x/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamProjectWizard.java 2009-08-27
08:47:38 UTC (rev 17292)
@@ -229,7 +229,7 @@
}
protected IFacetedProjectTemplate getTemplate() {
- seamConfigTemplate = null;
//SeamCorePlugin.getDefault().getPluginPreferences().getString(SeamProjectPreferences.SEAM_CONFIG_TEMPLATE);
+ seamConfigTemplate =
SeamCorePlugin.getDefault().getPluginPreferences().getString(SeamProjectPreferences.SEAM_CONFIG_TEMPLATE);
if(seamConfigTemplate==null || seamConfigTemplate.length()==0) {
SeamRuntime runtime = SeamRuntimeManager.getInstance().getLatestSeamRuntime();
if(runtime!=null) {