Author: dgolovin
Date: 2010-04-26 13:57:28 -0400 (Mon, 26 Apr 2010)
New Revision: 21696
Modified:
branches/jbosstools-3.1.x/seam/plugins/org.jboss.tools.seam.core/templates/ejb/.project
Log:
https://jira.jboss.org/jira/browse/JBIDE-5982 KB builder should be installed in ejb
project created via New Seam Web Project wizard
patch applied to the branch
Modified:
branches/jbosstools-3.1.x/seam/plugins/org.jboss.tools.seam.core/templates/ejb/.project
===================================================================
---
branches/jbosstools-3.1.x/seam/plugins/org.jboss.tools.seam.core/templates/ejb/.project 2010-04-26
17:20:10 UTC (rev 21695)
+++
branches/jbosstools-3.1.x/seam/plugins/org.jboss.tools.seam.core/templates/ejb/.project 2010-04-26
17:57:28 UTC (rev 21696)
@@ -25,6 +25,11 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.jboss.tools.jst.web.kb.kbbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
@@ -32,5 +37,6 @@
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.jboss.tools.seam.core.seamnature</nature>
+ <nature>org.jboss.tools.jst.web.kb.kbnature</nature>
</natures>
</projectDescription>