From 52cffc4ab8e9787a6f233295502c7c9788dddae1 Mon Sep 17 00:00:00 2001 From: fxl <473369119@qq.com> Date: 星期二, 07 三月 2023 10:45:17 +0800 Subject: [PATCH] 3.7 --- .classpath | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.classpath b/.classpath index 4d6d94e..131dada 100644 --- a/.classpath +++ b/.classpath @@ -81,14 +81,11 @@ <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/poi-ooxml-schemas-3.8-20120326.jar"/> <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xmlbeans-2.3.0.jar"/> <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> - <attributes> - <attribute name="owner.project.facets" value="java"/> - </attributes> - </classpathentry> <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jai_codec.jar"/> <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jai_core.jar"/> <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jfreechart-1.0.13.jar"/> <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jcommon-1.0.16.jar"/> + <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-lang3-3.12.0.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/> </classpath> -- Gitblit v1.10.0