Parcourir la source

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 il y a 13 ans
Parent
révision
0d3e3ca5b8
4 fichiers modifiés avec 8 ajouts et 8 suppressions
  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 Voir le fichier

@@ -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"/>

+ 1
- 1
docs/00_index.mkd Voir le fichier

@@ -32,7 +32,7 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit
- 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]

+ 1
- 1
docs/04_releases.mkd Voir le fichier

@@ -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*

+ 4
- 4
src/com/gitblit/build/Build.java Voir le fichier

@@ -329,10 +329,10 @@ public class Build {
"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,

Chargement…
Annuler
Enregistrer