.classpath.svn-base
上传用户:liangcc
上传日期:2019-05-24
资源大小:4412k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

Java

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  5. <classpathentry kind="con" path="com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER"/>
  6. <classpathentry kind="lib" path="commons-fileupload-1.2.1.jar"/>
  7. <classpathentry kind="lib" path="commons-io-1.4.jar"/>
  8. <classpathentry kind="lib" path="jstl.jar"/>
  9. <classpathentry kind="lib" path="mysql-connector-java-3.1.14-bin.jar"/>
  10. <classpathentry kind="lib" path="standard.jar"/>
  11. <classpathentry kind="lib" path="mail.jar"/>
  12. <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.cross.easystruts.eclipse.STRUTS13_CONTAINER"/>
  13. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/activation.jar"/>
  14. <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
  15. </classpath>