.classpath

来自「基于eclipse的工具开发代码」· CLASSPATH 代码 · 共 18 行

CLASSPATH
18
字号
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry exported="true" kind="lib" path="lib/commons-beanutils.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-bean-collections.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-core.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/commons-collections.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.3.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.3-sources.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/ctk.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/jaxen-1.1.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.6.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

⌨️ 快捷键说明

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