From 99ed6cd7dc00f90b6161fbc44fc878f18ee248c2 Mon Sep 17 00:00:00 2001 From: didiyu <1293722656@qq.com> Date: 星期二, 18 十二月 2018 15:55:35 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/.classpath | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gx_tieta/.classpath b/gx_tieta/.classpath index afd377f..3efe9b5 100644 --- a/gx_tieta/.classpath +++ b/gx_tieta/.classpath @@ -44,6 +44,7 @@ <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jsf-api.jar"/> <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jsf-impl.jar"/> <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jacob.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.generic_5.0"> <attributes> <attribute name="owner.project.facets" value="jst.web"/> @@ -51,15 +52,14 @@ </classpathentry> <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.jstl_1.2"> <attributes> - <attribute name="owner.project.facets" value="jst.web.jstl"/> <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> + <attribute name="owner.project.facets" value="jst.web.jstl"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.jsf.mojarra_1.2_04"> <attributes> - <attribute name="owner.project.facets" value="jst.jsf"/> <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> + <attribute name="owner.project.facets" value="jst.jsf"/> </attributes> </classpathentry> <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/> -- Gitblit v1.9.1