标签:
<classpath>
<classpathentry kind="src" path="base"/>
<classpathentry kind="src" path="domain"/>
<classpathentry kind="src" path="hosting"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/webservices/xfire-all-1.2.6.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/webservices/XmlSchema-1.1.jar"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
</classpath>
其中src为source filer里面的文件,lib为jar包,下面为编译的路径
标签:
原文地址:http://my.oschina.net/u/1031131/blog/401273