Author: scottbw
Date: Wed Jun 8 20:06:38 2011
New Revision: 1133540
URL: http://svn.apache.org/viewvc?rev=1133540&view=rev
Log:
Removed two unused jars from ant/lib and from .classpath; these were part of
Shindig dependencies but are no longer required.
Removed:
incubator/wookie/trunk/ant/lib/guice-2.0.jar
incubator/wookie/trunk/ant/lib/oauth-20090531.jar
Modified:
incubator/wookie/trunk/.classpath
Modified: incubator/wookie/trunk/.classpath
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/.classpath?rev=1133540&r1=1133539&r2=1133540&view=diff
==============================================================================
--- incubator/wookie/trunk/.classpath (original)
+++ incubator/wookie/trunk/.classpath Wed Jun 8 20:06:38 2011
@@ -11,8 +11,6 @@
<classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&confs=*"/>
- <classpathentry kind="lib" path="ant/lib/guice-2.0.jar"/>
<classpathentry kind="lib" path="ant/lib/icu4j-4_6_0.jar"/>
- <classpathentry kind="lib" path="ant/lib/oauth-20090531.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>