eclipse 模板

添加/修改Eclipse中HTML、JSP等模板

可紊 提交于 2019-12-01 10:56:25
先找到myeclipse模板配置文件 %myeclipse-install%\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.9.100\templates.xml 以下是该文件的内容: <?xml version="1.0" encoding="UTF-8"?> <templateLibrary> <!-- JSP templates --> <template context="com.genuitec.eclipse.wizards.jsp" script="templates/jsp/Jsp.vtl" name="Default JSP template"/> <template context="com.genuitec.eclipse.wizards.jsp" script="templates/jsp/Struts-1.1.vtl" name="Standard JSP using Struts 1.1"/> <template context="com.genuitec.eclipse.wizards.jsp" script="templates/jsp/Struts-1.1-form.vtl" name="Standard JSP using Struts 1.1 with a form"/>