<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加上这个属性就行了。
<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>