Browse Source

Updated to Jetty 7.4.4

tags/v0.5.2
James Moger 13 years ago
parent
commit
072bbe1b22
2 changed files with 9 additions and 9 deletions
  1. 5
    5
      .classpath
  2. 4
    4
      src/com/gitblit/build/Build.java

+ 5
- 5
.classpath View File

@@ -70,11 +70,6 @@
<attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/jdom-1.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="ext/jetty-webapp-7.4.2.v20110526.jar" sourcepath="ext/jetty-webapp-7.4.2.v20110526-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/jetty-webapp-7.4.2.v20110526-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="ext/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="ext/org.eclipse.jgit-1.0.0.201106090707-r.jar" sourcepath="ext/org.eclipse.jgit-1.0.0.201106090707-r-sources.jar">
<attributes>
@@ -91,5 +86,10 @@
<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">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/jetty-webapp-7.4.4.v20110707-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

+ 4
- 4
src/com/gitblit/build/Build.java View File

@@ -329,10 +329,10 @@ public class Build {
"c7adc475ca40c288c93054e0f4fe58f3a98c0cb5");
public static final MavenObject JETTY = new MavenObject("Jetty",
"org/eclipse/jetty/aggregate", "jetty-webapp", "7.4.2.v20110526", 1000000, 680000,
2720000, "56331143afa22d24d9faba96e86e6371b0686c7c",
"9f38230fd589e29c8be0fc3c80fb51c5093c2e1e",
"0d48212889c25252c5c14bef62703e28215d80cc");
"org/eclipse/jetty/aggregate", "jetty-webapp", "7.4.4.v20110707", 1010000, 687000,
2760000, "bbf086d31f24aba5a871389e478b88a83ff728cd",
"2904d8da6769d801f386dba285e17a87bc7bb69f",
"35d4b4db0a016eabe8c95b187074f0a5761416f2");
public static final MavenObject SERVLET = new MavenObject("Servlet 2.5", "javax/servlet",
"servlet-api", "2.5", 105000, 158000, 0,

Loading…
Cancel
Save