diff options
author | James Moger <james.moger@gitblit.com> | 2012-04-27 17:29:01 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-04-27 17:29:01 -0400 |
commit | 9c5719c22a673c34e75f3b46513ae01ba96691fd (patch) | |
tree | 97876319aa485b934b06368bed8909c529972d78 /.classpath | |
parent | 265692bcd9f4693c321bff1c63632a33f8257b16 (diff) | |
download | gitblit-9c5719c22a673c34e75f3b46513ae01ba96691fd.tar.gz gitblit-9c5719c22a673c34e75f3b46513ae01ba96691fd.zip |
Change servlet API dependency from Glassfish to official javax.servlet
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ <classpathentry kind="lib" path="ext/gson-1.7.1.jar" sourcepath="ext/gson-1.7.1-sources.jar"/> <classpathentry kind="lib" path="ext/mail-1.4.3.jar" sourcepath="ext/mail-1.4.3-sources.jar"/> <classpathentry kind="lib" path="ext/googlecharts-1.4.20.jar" sourcepath="ext/googlecharts-1.4.20-sources.jar"/> - <classpathentry kind="lib" path="ext/javax.servlet-3.0.1.jar" sourcepath="ext/javax.servlet-3.0.1-sources.jar"/> + <classpathentry kind="lib" path="ext/javax.servlet-api-3.0.1.jar" sourcepath="ext/javax.servlet-api-3.0.1-sources.jar"/> <classpathentry kind="lib" path="ext/wicket-1.4.20.jar" sourcepath="ext/wicket-1.4.20-sources.jar"/> <classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.20.jar" sourcepath="ext/wicket-auth-roles-1.4.20-sources.jar"/> <classpathentry kind="lib" path="ext/wicket-extensions-1.4.20.jar" sourcepath="ext/wicket-extensions-1.4.20-sources.jar"/> |