You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/05 08:15:01 UTC

svn commit: r1357471 - /incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml

Author: simonetripodi
Date: Thu Jul  5 06:15:01 2012
New Revision: 1357471

URL: http://svn.apache.org/viewvc?rev=1357471&view=rev
Log:
added missing stuff needed to be included as part of jcrawler dependencies

Modified:
    incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml

Modified: incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml?rev=1357471&r1=1357470&r2=1357471&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml (original)
+++ incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml Thu Jul  5 06:15:01 2012
@@ -65,6 +65,8 @@
       <includes>
         <include>org.apache.any23.plugins:any23-basic-crawler</include>
         <include>edu.uci.ics:crawler4j</include>
+        <include>org.apache.httpcomponents:*</include>
+        <include>com.sleepycat:*</include>
       </includes>
     </dependencySet>
   </dependencySets>