在Eclipse WEB项目中添加的自定义库不会输出的有关问题

在Eclipse WEB项目中添加的自定义库不会输出的问题
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jBOSS-mule">
  <attributes>
   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
  </attributes>
 </classpathentry>  



在classpathentry加上这个属性就行了。