加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.classpath 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
malizhi 提交于 2018-07-18 20:21 . answerWeb
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="config"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/bce-java-sdk-0.10.28-javadoc.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/bce-java-sdk-0.10.28-sources.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/bce-java-sdk-0.10.28.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-codec-1.9.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/guava-17.0.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpasyncclient-4.0.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpclient-4.3.5.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpcore-4.3.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpcore-nio-4.3.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jcl-over-slf4j-1.7.7.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/joda-time-2.3.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/logback-classic-1.1.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/logback-core-1.1.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.7.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化