加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.classpath 798 Bytes
一键复制 编辑 原始数据 按行查看 历史
Winter Lau 提交于 2014-01-09 16:34 . 删除对 commons-lang 的依赖
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/ehcache-2.7.5.jar"/>
<classpathentry kind="lib" path="lib/jgroups-3.4.0.Final.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.6.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.6.6.jar"/>
<classpathentry kind="lib" path="lib/jedis-2.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.8.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化