瀏覽代碼

Rollback to Jetty 7.4.3 for now.

Jetty 7.4.4 introduces a fix to correct url generation. Unfortunately,
this "fix" creates a bug for resolving the root page. Evidently the bug
may really be in Wicket.

Wicket Bug: WICKET-3841
Eclipse Bug: 351199
tags/v0.5.2
James Moger 13 年之前
父節點
當前提交
0d3e3ca5b8
共有 4 個檔案被更改,包括 8 行新增8 行删除
  1. 2
    2
      .classpath
  2. 1
    1
      docs/00_index.mkd
  3. 1
    1
      docs/04_releases.mkd
  4. 4
    4
      src/com/gitblit/build/Build.java

+ 2
- 2
.classpath 查看文件

<attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/markdownpapers-core-1.1.0-javadoc.jar!/"/> <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/markdownpapers-core-1.1.0-javadoc.jar!/"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="lib" path="ext/jetty-webapp-7.4.4.v20110707.jar" sourcepath="ext/jetty-webapp-7.4.4.v20110707-sources.jar">
<classpathentry kind="lib" path="ext/jetty-webapp-7.4.3.v20110701.jar" sourcepath="ext/jetty-webapp-7.4.3.v20110701-sources.jar">
<attributes> <attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/jetty-webapp-7.4.4.v20110707-javadoc.jar!/"/>
<attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/jetty-webapp-7.4.3.v20110701-javadoc.jar!/"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>

+ 1
- 1
docs/00_index.mkd 查看文件

- fixed: tone-down repository group header color - fixed: tone-down repository group header color
- added: optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true* - added: optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
- updated: MarkdownPapers 1.1.0 - updated: MarkdownPapers 1.1.0
- updated: Jetty 7.4.4
- updated: Jetty 7.4.3
issues & binaries @ [Google Code][googlecode]<br/> issues & binaries @ [Google Code][googlecode]<br/>
sources @ [Github][gitbltsrc] sources @ [Github][gitbltsrc]

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

- fixed: tone-down repository group header color - fixed: tone-down repository group header color
- added: optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true* - added: optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
- updated: MarkdownPapers 1.1.0 - updated: MarkdownPapers 1.1.0
- updated: Jetty 7.4.4
- updated: Jetty 7.4.3
### Older Releases ### Older Releases
**0.5.1** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.war)) based on [JGit 1.0.0 (201106090707-r)][jgit] &nbsp; *released 2006-06-28* **0.5.1** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.war)) based on [JGit 1.0.0 (201106090707-r)][jgit] &nbsp; *released 2006-06-28*

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

"c7adc475ca40c288c93054e0f4fe58f3a98c0cb5"); "c7adc475ca40c288c93054e0f4fe58f3a98c0cb5");
public static final MavenObject JETTY = new MavenObject("Jetty", public static final MavenObject JETTY = new MavenObject("Jetty",
"org/eclipse/jetty/aggregate", "jetty-webapp", "7.4.4.v20110707", 1010000, 687000,
2760000, "bbf086d31f24aba5a871389e478b88a83ff728cd",
"2904d8da6769d801f386dba285e17a87bc7bb69f",
"35d4b4db0a016eabe8c95b187074f0a5761416f2");
"org/eclipse/jetty/aggregate", "jetty-webapp", "7.4.3.v20110701", 1000000, 680000,
2720000, "bde072b178f9650e2308f0babe58a4baaa469e3c",
"bc75f05dd4f7fa848720ac669b8b438ee4a6b146",
"dcd42f672e734521d1a6ccc0c2f9ecded1a1a281");
public static final MavenObject SERVLET = new MavenObject("Servlet 2.5", "javax/servlet", public static final MavenObject SERVLET = new MavenObject("Servlet 2.5", "javax/servlet",
"servlet-api", "2.5", 105000, 158000, 0, "servlet-api", "2.5", 105000, 158000, 0,

Loading…
取消
儲存