James Moger
2011-07-21 0d3e3ca5b85d7e81066030a5081ea3a9cbe76607
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
4 files modified
16 ■■■■ changed files
.classpath 4 ●●●● patch | view | raw | blame | history
docs/00_index.mkd 2 ●●● patch | view | raw | blame | history
docs/04_releases.mkd 2 ●●● patch | view | raw | blame | history
src/com/gitblit/build/Build.java 8 ●●●● patch | view | raw | blame | history
.classpath
@@ -86,9 +86,9 @@
            <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">
    <classpathentry kind="lib" path="ext/jetty-webapp-7.4.3.v20110701.jar" sourcepath="ext/jetty-webapp-7.4.3.v20110701-sources.jar">
        <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>
    </classpathentry>
    <classpathentry kind="output" path="bin"/>
docs/00_index.mkd
@@ -32,7 +32,7 @@
- fixed: tone-down repository group header color
- added: optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
- updated: MarkdownPapers 1.1.0
- updated: Jetty 7.4.4
- updated: Jetty 7.4.3
issues & binaries @ [Google Code][googlecode]<br/>
sources @ [Github][gitbltsrc]
docs/04_releases.mkd
@@ -12,7 +12,7 @@
- fixed: tone-down repository group header color
- added: optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
- updated: MarkdownPapers 1.1.0
- updated: Jetty 7.4.4
- updated: Jetty 7.4.3
### 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*
src/com/gitblit/build/Build.java
@@ -329,10 +329,10 @@
                "c7adc475ca40c288c93054e0f4fe58f3a98c0cb5");
        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",
                "servlet-api", "2.5", 105000, 158000, 0,