.classpath

来自「中学教学管理系统」· CLASSPATH 代码 · 共 28 行

CLASSPATH
28
字号
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-beanutils.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-collections.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-digester.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-lang.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-validator.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jakarta-oro.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts-legacy.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts.jar"/>
	<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.hibernate.MYECLIPSE_HIBERNATE3_1_CORE"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/msbase.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mssqlserver.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/msutil.jar"/>
	<classpathentry kind="lib" path="D:/lib/commons-fileupload-1.2/lib/commons-fileupload-1.2.jar"/>
	<classpathentry kind="lib" path="D:/lib/commons-fileupload-1.2/lib/commons-fileupload-1.2-javadoc.jar"/>
	<classpathentry kind="lib" path="D:/lib/commons-fileupload-1.2/lib/commons-fileupload-1.2-sources.jar"/>
	<classpathentry kind="lib" path="D:/lib/commons-beanutils-1.7.0/commons-beanutils.jar"/>
	<classpathentry kind="lib" path="D:/lib/commons-beanutils-1.7.0/commons-beanutils-bean-collections.jar"/>
	<classpathentry kind="lib" path="D:/lib/commons-beanutils-1.7.0/commons-beanutils-core.jar"/>
	<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
</classpath>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?