Author: dgolovin
Date: 2007-10-17 10:15:24 -0400 (Wed, 17 Oct 2007)
New Revision: 4292
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/templates/ejb/.classpath
Log:
http://jira.jboss.org/jira/browse/JBIDE-985
validation for seam runtime added
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/templates/ejb/.classpath
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/templates/ejb/.classpath 2007-10-17
14:02:10 UTC (rev 4291)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/templates/ejb/.classpath 2007-10-17
14:15:24 UTC (rev 4292)
@@ -3,5 +3,6 @@
<classpathentry kind="src" path="ejbModule"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.jboss.ide.eclipse.as.classpath.core.runtime.ProjectRuntimeInitializer/@runtimeName@"/>
+ <classpathentry kind="con"
path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>