Restore libraries for JSP tags
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Tue, 5 Nov 2013 14:17:02 +0000 (14:17 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Tue, 5 Nov 2013 14:17:02 +0000 (14:17 +0000)
.classpath
WEB-INF/lib/displaytag-1.2.jar [new file with mode: 0644]
WEB-INF/lib/jstl-1.2.jar [new file with mode: 0644]

index f346902..1e750dd 100644 (file)
        <classpathentry kind="lib" path="WEB-INF/lib/metrics-core-3.0.1.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/jackson-core-asl-1.9.13.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/jackson-mapper-asl-1.9.13.jar"/>
+       <classpathentry kind="lib" path="WEB-INF/lib/displaytag-1.2.jar"/>
        <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
                <attributes>
                        <attribute name="owner.project.facets" value="jst.web"/>
                </attributes>
        </classpathentry>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_45"/>
+       <classpathentry kind="lib" path="WEB-INF/lib/jstl-1.2.jar"/>
        <classpathentry kind="output" path="WEB-INF/classes"/>
 </classpath>
diff --git a/WEB-INF/lib/displaytag-1.2.jar b/WEB-INF/lib/displaytag-1.2.jar
new file mode 100644 (file)
index 0000000..4f379bd
Binary files /dev/null and b/WEB-INF/lib/displaytag-1.2.jar differ
diff --git a/WEB-INF/lib/jstl-1.2.jar b/WEB-INF/lib/jstl-1.2.jar
new file mode 100644 (file)
index 0000000..0fd275e
Binary files /dev/null and b/WEB-INF/lib/jstl-1.2.jar differ