Skip to content

Commit

Permalink
Add log4j to libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Levy committed Jun 8, 2009
1 parent 7a4d7b4 commit fc43e4c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
<classpathentry kind="lib" path="lib/easymock.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/args4j-2.0.11.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@
<attribute name="Class-Path" value="." />
</manifest>
<fileset dir="${build}" />
<fileset dir="${lib}" />
<zipfileset excludes="META-INF/*.SF" src="${lib}/libthrift.jar" />
<zipfileset excludes="META-INF/*.SF" src="${lib}/junit-4.1.jar" />
<zipfileset excludes="META-INF/*.SF" src="${lib}/guice-1.0.jar" />
<zipfileset excludes="META-INF/*.SF" src="${lib}/easymock.jar" />
<zipfileset excludes="META-INF/*.SF" src="${lib}/commons-lang-2.4.jar" />
<zipfileset excludes="META-INF/*.SF" src="${lib}/args4j-2.0.11.jar" />
<zipfileset excludes="META-INF/*.SF" src="${lib}/args4j-2.0.11.jar" />
<zipfileset excludes="META-INF/*.SF" src="${lib}/log4j-1.2.15.jar" />
</jar>
</target>

Expand Down
Binary file modified lib/libthrift.jar
Binary file not shown.
Binary file added lib/log4j-1.2.15.jar
Binary file not shown.
Empty file modified ruby/irb_client.rb
100755 → 100644
Empty file.

0 comments on commit fc43e4c

Please sign in to comment.