Skip to content

Commit

Permalink
Compiling and adding as a third-party dep the shaded Jetty 5 used by RC.
Browse files Browse the repository at this point in the history
We really shouldn't be editing the code, and there's no good reason for us to treat
the antiquated version of Jetty used by RC as anything other than a third-party
dependency.
  • Loading branch information
shs96c committed Jul 30, 2014
1 parent 75f266f commit 386b699
Show file tree
Hide file tree
Showing 262 changed files with 25 additions and 67,907 deletions.
11 changes: 11 additions & 0 deletions .idea/libraries/jetty_for_rc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<classpathentry kind="lib" path="/third-party/java/junit/junit-dep-4.11.jar" sourcepath="/third-party/java/junit/junit-dep-4.11-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcprov-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcprov-jdk15on-1.48-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-7.6.1.jar" sourcepath="/third-party/java/jetty/jetty-repacked-7.6.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-5.jar" sourcepath="/third-party/java/jetty/jetty-repacked-5-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="/third-party/java/mx4j/mx4j-tools-3.0.1.jar"/>
<classpathentry kind="lib" path="/third-party/java/jcip_annotations/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip_annotations/jcip-annotations-1.0-sources.jar"/>
Expand Down
1 change: 1 addition & 0 deletions java/server/server.iml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<orderEntry type="library" name="commons-logging" level="project" />
<orderEntry type="library" name="jcip-annotations" level="project" />
<orderEntry type="library" name="jetty" level="project" />
<orderEntry type="library" name="jetty-for-rc" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="library" name="mx4j" level="project" />
<orderEntry type="library" name="servlet-api" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion java/server/src/cybervillains/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ java_library(name = "cybervillains",
"**/*.java",
],
deps = [
"//java/server/src/org/openqa/jetty",
"//java/server/src/org/openqa/selenium/security",
"//third_party/java/bouncycastle",
"//third_party/java/jetty:jetty-for-rc",
])

19 changes: 0 additions & 19 deletions java/server/src/org/openqa/jetty/build.desc

This file was deleted.

147 changes: 0 additions & 147 deletions java/server/src/org/openqa/jetty/html/Applet.java

This file was deleted.

98 changes: 0 additions & 98 deletions java/server/src/org/openqa/jetty/html/Block.java

This file was deleted.

57 changes: 0 additions & 57 deletions java/server/src/org/openqa/jetty/html/Break.java

This file was deleted.

Loading

0 comments on commit 386b699

Please sign in to comment.