Skip to content

Commit

Permalink
Re-layout repo
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaholics committed Sep 27, 2012
1 parent 6e7f617 commit 29e32cc
Show file tree
Hide file tree
Showing 162 changed files with 1,040 additions and 523 deletions.
14 changes: 7 additions & 7 deletions code/.classpath → .classpath
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="src" path="src/perf"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/perftest/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/test/allocation.jar"/>
<classpathentry kind="lib" path="lib/test/caliper-0.0.jar"/>
<classpathentry kind="lib" path="lib/test/cglib-nodep-2.1_3.jar"/>
<classpathentry kind="lib" path="lib/test/hamcrest-core-1.1.jar"/>
<classpathentry kind="lib" path="lib/test/hamcrest-library-1.1.jar"/>
<classpathentry kind="lib" path="lib/test/jmock-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/test/jmock-junit4-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/test/jmock-legacy-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/test/junit-4.5.jar" sourcepath="/Users/mikeb01/.m2/repository/junit/junit/4.5/junit-4.5-sources.jar"/>
<classpathentry kind="lib" path="lib/test/junit-4.5.jar"/>
<classpathentry kind="lib" path="lib/test/objenesis-1.0.jar"/>
<classpathentry kind="lib" path="lib/test/allocation.jar"/>
<classpathentry kind="lib" path="lib/test/caliper-0.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/bin
/target
/out
.DS_Store
code/out
code/.idea/workspace.xml
0 code/.idea/.name → .idea/.name
100755 → 100644
File renamed without changes.
6 changes: 6 additions & 0 deletions .idea/ant.xml

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

44 changes: 20 additions & 24 deletions code/.idea/compiler.xml → .idea/compiler.xml
100755 → 100644

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

8 changes: 4 additions & 4 deletions code/.idea/copyright/profiles_settings.xml → .idea/copyright/profiles_settings.xml
100755 → 100644

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

9 changes: 4 additions & 5 deletions code/.idea/encodings.xml → .idea/encodings.xml
100755 → 100644

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

24 changes: 14 additions & 10 deletions code/.idea/libraries/test.xml → .idea/libraries/test.xml
100755 → 100644

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

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

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

17 changes: 8 additions & 9 deletions code/.idea/modules.xml → .idea/modules.xml
100755 → 100644

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

5 changes: 5 additions & 0 deletions .idea/scopes/scope_settings.xml

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

Loading

0 comments on commit 29e32cc

Please sign in to comment.