Skip to content

Commit c699623

Browse files
committed
SimonStewart: Flattening the structure of the java code. The Android APK still lives in its own directory, but the client side piece lives in the main tree.
r10958
1 parent 8c55bdf commit c699623

File tree

1,436 files changed

+5864
-3172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,436 files changed

+5864
-3172
lines changed

.classpath

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="src" path="javatests"/>
5+
<classpathentry kind="src" path="java"/>
6+
<classpathentry kind="lib" path="third_party/java/junit/junit-dep-4.8.1.jar"/>
7+
<classpathentry kind="lib" path="third_party/java/apache-httpclient/httpclient-4.0.2.jar"/>
8+
<classpathentry kind="lib" path="third_party/java/apache-httpclient/httpcore-4.0.1.jar"/>
9+
<classpathentry kind="lib" path="third_party/java/bcprov/bcprov-jdk15-135.jar"/>
10+
<classpathentry kind="lib" path="third_party/java/cglib/cglib-nodep-2.1_3.jar"/>
11+
<classpathentry kind="lib" path="third_party/java/commons-collections/commons-collections-3.2.1.jar"/>
12+
<classpathentry kind="lib" path="third_party/java/commons-codec/commons-codec-1.4.jar"/>
13+
<classpathentry kind="lib" path="third_party/java/commons-logging/commons-logging-1.1.1.jar"/>
14+
<classpathentry kind="lib" path="third_party/java/commons-io/commons-io-1.4.jar"/>
15+
<classpathentry kind="lib" path="third_party/java/easymock/easymockclassextension-2.4.jar"/>
16+
<classpathentry kind="lib" path="third_party/java/easymock/easymock-2.4.jar"/>
17+
<classpathentry kind="lib" path="third_party/java/hamcrest/hamcrest-all-1.1.jar"/>
18+
<classpathentry kind="lib" path="third_party/java/guava-libraries/guava-r06.jar"/>
19+
<classpathentry kind="lib" path="third_party/java/htmlunit/htmlunit-core-js-2.8.jar"/>
20+
<classpathentry kind="lib" path="third_party/java/htmlunit/htmlunit-2.8.jar"/>
21+
<classpathentry kind="lib" path="third_party/java/servlet-api/servlet-api-2.5-6.1.9.jar"/>
22+
<classpathentry kind="lib" path="third_party/java/testng/testng-5.14.1.jar"/>
23+
<classpathentry kind="lib" path="third_party/java/jmock/jmock-junit3-2.4.0.jar"/>
24+
<classpathentry kind="lib" path="third_party/java/json/json-20080701.jar"/>
25+
<classpathentry kind="lib" path="third_party/java/jmock/jmock-2.4.0.jar"/>
26+
<classpathentry kind="lib" path="third_party/java/jna/jna.jar"/>
27+
<classpathentry kind="lib" path="third_party/java/mx4j/mx4j-tools-3.0.1.jar"/>
28+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-continuation-7.2.0.v20101020.jar"/>
29+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-xml-7.2.0.v20101020.jar"/>
30+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-websocket-7.2.0.v20101020.jar"/>
31+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-http-7.2.0.v20101020.jar"/>
32+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-servlet-7.2.0.v20101020.jar"/>
33+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-servlets-7.2.0.v20101020.jar"/>
34+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-util-7.2.0.v20101020.jar"/>
35+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-webapp-7.2.0.v20101020.jar"/>
36+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-io-7.2.0.v20101020.jar"/>
37+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-security-7.2.0.v20101020.jar"/>
38+
<classpathentry kind="lib" path="third_party/java/jetty/jetty-server-7.2.0.v20101020.jar"/>
39+
<classpathentry kind="output" path="out/production/selenium"/>
40+
</classpath>

.idea/.name

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/ant.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/uiDesigner.xml

+125
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)