Skip to content

Commit

Permalink
SimonStewart: Flattening the structure of the java code. The Android …
Browse files Browse the repository at this point in the history
…APK still lives in its own directory, but the client side piece lives in the main tree.

r10958
  • Loading branch information
shs96c committed Jan 13, 2011
1 parent 8c55bdf commit c699623
Show file tree
Hide file tree
Showing 1,436 changed files with 5,864 additions and 3,172 deletions.
40 changes: 40 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="javatests"/>
<classpathentry kind="src" path="java"/>
<classpathentry kind="lib" path="third_party/java/junit/junit-dep-4.8.1.jar"/>
<classpathentry kind="lib" path="third_party/java/apache-httpclient/httpclient-4.0.2.jar"/>
<classpathentry kind="lib" path="third_party/java/apache-httpclient/httpcore-4.0.1.jar"/>
<classpathentry kind="lib" path="third_party/java/bcprov/bcprov-jdk15-135.jar"/>
<classpathentry kind="lib" path="third_party/java/cglib/cglib-nodep-2.1_3.jar"/>
<classpathentry kind="lib" path="third_party/java/commons-collections/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="third_party/java/commons-codec/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="third_party/java/commons-logging/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="third_party/java/commons-io/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="third_party/java/easymock/easymockclassextension-2.4.jar"/>
<classpathentry kind="lib" path="third_party/java/easymock/easymock-2.4.jar"/>
<classpathentry kind="lib" path="third_party/java/hamcrest/hamcrest-all-1.1.jar"/>
<classpathentry kind="lib" path="third_party/java/guava-libraries/guava-r06.jar"/>
<classpathentry kind="lib" path="third_party/java/htmlunit/htmlunit-core-js-2.8.jar"/>
<classpathentry kind="lib" path="third_party/java/htmlunit/htmlunit-2.8.jar"/>
<classpathentry kind="lib" path="third_party/java/servlet-api/servlet-api-2.5-6.1.9.jar"/>
<classpathentry kind="lib" path="third_party/java/testng/testng-5.14.1.jar"/>
<classpathentry kind="lib" path="third_party/java/jmock/jmock-junit3-2.4.0.jar"/>
<classpathentry kind="lib" path="third_party/java/json/json-20080701.jar"/>
<classpathentry kind="lib" path="third_party/java/jmock/jmock-2.4.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jna/jna.jar"/>
<classpathentry kind="lib" path="third_party/java/mx4j/mx4j-tools-3.0.1.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-continuation-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-xml-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-websocket-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-http-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-servlet-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-servlets-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-util-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-webapp-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-io-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-security-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-server-7.2.0.v20101020.jar"/>
<classpathentry kind="output" path="out/production/selenium"/>
</classpath>
1 change: 1 addition & 0 deletions .idea/.name

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

7 changes: 7 additions & 0 deletions .idea/ant.xml

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

21 changes: 21 additions & 0 deletions .idea/compiler.xml

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

5 changes: 5 additions & 0 deletions .idea/copyright/profiles_settings.xml

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

5 changes: 5 additions & 0 deletions .idea/encodings.xml

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

46 changes: 46 additions & 0 deletions .idea/misc.xml

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

9 changes: 9 additions & 0 deletions .idea/modules.xml

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

125 changes: 125 additions & 0 deletions .idea/uiDesigner.xml

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

Loading

0 comments on commit c699623

Please sign in to comment.