瀏覽代碼

Update to Jetty 7.6.7

tags/v1.2.0
James Moger 11 年之前
父節點
當前提交
75acde7642
共有 3 個文件被更改,包括 8 次插入8 次删除
  1. 2
    2
      .classpath
  2. 1
    1
      docs/04_releases.mkd
  3. 5
    5
      src/com/gitblit/build/Build.java

+ 2
- 2
.classpath 查看文件

@@ -9,8 +9,8 @@
<classpathentry kind="lib" path="ext/slf4j-log4j12-1.6.6.jar" sourcepath="ext/src/slf4j-log4j12-1.6.6-sources.jar" />
<classpathentry kind="lib" path="ext/mail-1.4.3.jar" sourcepath="ext/src/mail-1.4.3-sources.jar" />
<classpathentry kind="lib" path="ext/javax.servlet-api-3.0.1.jar" sourcepath="ext/src/javax.servlet-api-3.0.1-sources.jar" />
<classpathentry kind="lib" path="ext/jetty-webapp-7.6.5.v20120716.jar" sourcepath="ext/src/jetty-webapp-7.6.5.v20120716-sources.jar" />
<classpathentry kind="lib" path="ext/jetty-ajp-7.6.5.v20120716.jar" sourcepath="ext/src/jetty-ajp-7.6.5.v20120716-sources.jar" />
<classpathentry kind="lib" path="ext/jetty-webapp-7.6.7.v20120910.jar" sourcepath="ext/src/jetty-webapp-7.6.7.v20120910-sources.jar" />
<classpathentry kind="lib" path="ext/jetty-ajp-7.6.7.v20120910.jar" sourcepath="ext/src/jetty-ajp-7.6.7.v20120910-sources.jar" />
<classpathentry kind="lib" path="ext/wicket-1.4.21.jar" sourcepath="ext/src/wicket-1.4.21-sources.jar" />
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.21.jar" sourcepath="ext/src/wicket-auth-roles-1.4.21-sources.jar" />
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.21.jar" sourcepath="ext/src/wicket-extensions-1.4.21-sources.jar" />

+ 1
- 1
docs/04_releases.mkd 查看文件

@@ -50,7 +50,7 @@ If *realm.ldap.maintainTeams==true* **AND** *realm.ldap.admins* is not empty, th
#### dependency changes
- updated to Jetty 7.6.5
- updated to Jetty 7.6.7
- updated to JGit 2.1.0.201209190230-r
- updated to Groovy 1.8.8
- updated to Wicket 1.4.21

+ 5
- 5
src/com/gitblit/build/Build.java 查看文件

@@ -521,14 +521,14 @@ public class Build {
"c7adc475ca40c288c93054e0f4fe58f3a98c0cb5");
public static final MavenObject JETTY = new MavenObject("Jetty",
"org/eclipse/jetty/aggregate", "jetty-webapp", "7.6.5.v20120716", 1000000, 680000,
2720000, "e6a34a2d79cbb010d56741e53f8ebf6d9eeef135",
"c2dc95a9c0d0f85c2610cb71aa169c90b25dff83",
"org/eclipse/jetty/aggregate", "jetty-webapp", "7.6.7.v20120910", 1000000, 680000,
2720000, "d621fa6419aaa37edbcab8e16a5e6b05c9527e62",
"b505f7b493c5aa262d371d90754bded8b392ffb0",
"");
public static final MavenObject JETTY_AJP = new MavenObject("Jetty-AJP",
"org/eclipse/jetty", "jetty-ajp", "7.6.5.v20120716", 32000, 22000,
97000, "74fb9aae97e2d189d1c4071da51101b293034e80", "ebb9a2f2f8960e5565e8a6bda950e0934772507f", "");
"org/eclipse/jetty", "jetty-ajp", "7.6.7.v20120910", 32000, 22000,
97000, "578d502bc78ed7aa1c0b6afef4cd59477041ec37", "6cfed9a1354f720fcde12ec15d5e1ae9cf97000c", "");
public static final MavenObject SERVLET = new MavenObject("Servlet 3.0", "javax/servlet",
"javax.servlet-api", "3.0.1", 84000, 211000, 0,

Loading…
取消
儲存