~wattazoum/livrezmoi/projectdeposit

« back to all changes in this revision

Viewing changes to Server/.classpath

  • Committer: wattazoum
  • Date: 2009-05-23 12:38:00 UTC
  • Revision ID: wattazoum-20090523123800-hhp7mrr0lgxvp4ul
set session timeout to 5 minutes
add javadoc to servlet api

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        <classpathentry kind="src" path="src"/>
4
4
        <classpathentry kind="src" path="resources"/>
5
5
        <classpathentry combineaccessrules="false" kind="src" path="/Commons"/>
6
 
        <classpathentry kind="lib" path="provided-lib/servlet-api.jar"/>
 
6
        <classpathentry kind="lib" path="provided-lib/servlet-api.jar">
 
7
                <attributes>
 
8
                        <attribute name="javadoc_location" value="http://java.sun.com/javaee/5/docs/api/"/>
 
9
                </attributes>
 
10
        </classpathentry>
7
11
        <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
8
12
        <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
9
13
        <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>