Author: akazakov
Date: 2007-09-25 15:15:59 -0400 (Tue, 25 Sep 2007)
New Revision: 3797
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEnitiesWizard.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-769
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEnitiesWizard.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEnitiesWizard.java 2007-09-25
19:12:35 UTC (rev 3796)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEnitiesWizard.java 2007-09-25
19:15:59 UTC (rev 3797)
@@ -144,6 +144,7 @@
hbmtemplate1Attributes.put("file_pattern",
"{class-name}List.xhtml");
hbmtemplate1Attributes.put("template_path", template);
hbmtemplate1Attributes.put("template_name", "list.xhtml.ftl");
+ // TODO create "view" folder
hbmtemplate1Attributes.put("outputdir", webContentPath.toString() +
"/view");
hbmtemplate1Attributes.put("for_each", "entity");
wc.setAttribute(HibernateLaunchConstants.ATTR_EXPORTERS +
".hbmtemplate1.properties", hbmtemplate1Attributes);