Author: scottbw
Date: Fri Nov 13 18:04:37 2009
New Revision: 835945
URL: http://svn.apache.org/viewvc?rev=835945&view=rev
Log:
Added fix for WOOKIE-53 (thanks to Ate Douma for the patch)
Modified:
incubator/wookie/trunk/.classpath
Modified: incubator/wookie/trunk/.classpath
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/.classpath?rev=835945&r1=835944&r2=835945&view=diff
==============================================================================
--- incubator/wookie/trunk/.classpath (original)
+++ incubator/wookie/trunk/.classpath Fri Nov 13 18:04:37 2009
@@ -3,8 +3,10 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-tests"/>
<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=*&ivySettingsPath=file%3A%2FUsers%2Fscott%2FDocuments%2Fworkspace2%2Fwookie%2Fant%2Fivysettings.xml&loadSettingsOnDemand=false&propertyFiles="/>
+ <classpathentry kind="con"
path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=project%3A%2F%2F%2Fant%2Fivysettings.xml&loadSettingsOnDemand=false&propertyFiles="/>
<classpathentry kind="lib" path="ant/lib/htmlcleaner-2.1.0.jar"/>
<classpathentry kind="lib"
path="ant/lib/shindig-common-1.1-SNAPSHOT.jar"/>
+ <classpathentry kind="lib" path="ant/lib/dwr-2.0.5.jar"/>
+ <classpathentry kind="lib" path="ant/lib/commons-compress-1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>