Skip to content

Commit

Permalink
Add guice for DI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghelmling committed Dec 31, 2009
1 parent 0757978 commit e6b49fe
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .classpath
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="test/java"/>
<classpathentry kind="lib" path="lib/protobuf-java-2.0.3.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/hadoop-0.20.1-hdfs127-core.jar"/>
<classpathentry kind="lib" path="lib/hbase-0.20.1-hbase1949.jar"/>
<classpathentry kind="lib" path="lib/hbase-0.20.1-test.jar"/>
<classpathentry kind="lib" path="lib/zookeeper-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/guice-2.0.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>meetup.beeno</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Binary file added lib/guice-2.0.jar
Binary file not shown.

0 comments on commit e6b49fe

Please sign in to comment.