Browse Source

Update to Jetty 9.2.13

tags/v1.7.0
James Moger 8 years ago
parent
commit
9db6781abe
3 changed files with 5 additions and 5 deletions
  1. 1
    1
      .classpath
  2. 1
    1
      build.moxie
  3. 3
    3
      gitblit.iml

+ 1
- 1
.classpath View File

@@ -16,7 +16,7 @@
<classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.12.jar" sourcepath="ext/src/slf4j-log4j12-1.7.12.jar" />
<classpathentry kind="lib" path="ext/javax.mail-1.5.1.jar" sourcepath="ext/src/javax.mail-1.5.1.jar" />
<classpathentry kind="lib" path="ext/javax.servlet-api-3.1.0.jar" sourcepath="ext/src/javax.servlet-api-3.1.0.jar" />
<classpathentry kind="lib" path="ext/jetty-all-9.2.10.v20150310.jar" sourcepath="ext/src/jetty-all-9.2.10.v20150310.jar" />
<classpathentry kind="lib" path="ext/jetty-all-9.2.13.v20150730.jar" sourcepath="ext/src/jetty-all-9.2.13.v20150730.jar" />
<classpathentry kind="lib" path="ext/wicket-1.4.22.jar" sourcepath="ext/src/wicket-1.4.22.jar" />
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.22.jar" sourcepath="ext/src/wicket-auth-roles-1.4.22.jar" />
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.22.jar" sourcepath="ext/src/wicket-extensions-1.4.22.jar" />

+ 1
- 1
build.moxie View File

@@ -102,7 +102,7 @@ repositories: central, eclipse-snapshots, eclipse, gitblit

# Convenience properties for dependencies
properties: {
jetty.version : 9.2.10.v20150310
jetty.version : 9.2.13.v20150730
slf4j.version : 1.7.12
wicket.version : 1.4.22
lucene.version : 4.10.0

+ 3
- 3
gitblit.iml View File

@@ -135,13 +135,13 @@
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="jetty-all-9.2.10.v20150310.jar">
<library name="jetty-all-9.2.13.v20150730.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/jetty-all-9.2.10.v20150310.jar!/" />
<root url="jar://$MODULE_DIR$/ext/jetty-all-9.2.13.v20150730.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/jetty-all-9.2.10.v20150310.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/jetty-all-9.2.13.v20150730.jar!/" />
</SOURCES>
</library>
</orderEntry>

Loading…
Cancel
Save