stuts2与spring3最小结合jar集合

来源:互联网 发布:淘宝一口价规则 编辑:程序博客网 时间:2024/06/05 20:44
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="src" path="test"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre6">
        <attributes>
            <attribute name="owner.project.facets" value="java"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0">
        <attributes>
            <attribute name="owner.project.facets" value="jst.web"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
    <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/freemarker-2.3.19.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/ognl-3.0.6.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-aop-3.2.1.RELEASE.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-aspects-3.2.1.RELEASE.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-beans-3.2.1.RELEASE.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-context-3.2.1.RELEASE.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-core-3.2.1.RELEASE.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-expression-3.2.1.RELEASE.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-instrument-3.2.1.RELEASE.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/struts2-core-2.3.12.jar" sourcepath="D:/work/struts-2.3.15/src/core/src/main/java"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/struts2-spring-plugin-2.3.12.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/velocity-1.6.4.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xwork-core-2.3.12.jar" sourcepath="D:/work/struts-2.3.15/src/xwork-core/src/main/java"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-web-3.2.1.RELEASE.jar" sourcepath="D:/work/spring-framework-3.2.1.RELEASE/libs/spring-web-3.2.1.RELEASE-sources.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-io-2.0.1.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-lang3-3.1.jar"/>
    <classpathentry kind="lib" path="WebContent/WEB-INF/lib/javassist-3.11.0.GA.jar"/>
    <classpathentry kind="output" path="build/classes"/>
</classpath>

原创粉丝点击