diff options
author | James Moger <james.moger@gitblit.com> | 2011-07-20 15:50:54 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-07-20 15:50:54 -0400 |
commit | 072bbe1b223c6f6c7a80ee86e00a41e15913b4ee (patch) | |
tree | 3b377e7e8d73ad53ba922d97ce469bd1bc2ef481 /.classpath | |
parent | 333f550a87c9cd8f5632a712d7f932cb436c10df (diff) | |
download | gitblit-072bbe1b223c6f6c7a80ee86e00a41e15913b4ee.tar.gz gitblit-072bbe1b223c6f6c7a80ee86e00a41e15913b4ee.zip |
Updated to Jetty 7.4.4
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -70,11 +70,6 @@ <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/jdom-1.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
- <classpathentry kind="lib" path="ext/jetty-webapp-7.4.2.v20110526.jar" sourcepath="ext/jetty-webapp-7.4.2.v20110526-sources.jar">
- <attributes>
- <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/jetty-webapp-7.4.2.v20110526-javadoc.jar!/"/>
- </attributes>
- </classpathentry>
<classpathentry kind="lib" path="ext/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="ext/org.eclipse.jgit-1.0.0.201106090707-r.jar" sourcepath="ext/org.eclipse.jgit-1.0.0.201106090707-r-sources.jar">
<attributes>
@@ -91,5 +86,10 @@ <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/markdownpapers-core-1.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
+ <classpathentry kind="lib" path="ext/jetty-webapp-7.4.4.v20110707.jar" sourcepath="ext/jetty-webapp-7.4.4.v20110707-sources.jar">
+ <attributes>
+ <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/jetty-webapp-7.4.4.v20110707-javadoc.jar!/"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
|