Author: tobr
Date: Thu Mar 28 08:30:21 2013
New Revision: 1461978
URL: http://svn.apache.org/r1461978
Log:
added solr handler module
Modified:
incubator/droids/branches/0.2.x-cleanup/pom.xml
Modified: incubator/droids/branches/0.2.x-cleanup/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/branches/0.2.x-cleanup/pom.xml?rev=1461978&r1=1461977&r2=1461978&view=diff
==============================================================================
--- incubator/droids/branches/0.2.x-cleanup/pom.xml (original)
+++ incubator/droids/branches/0.2.x-cleanup/pom.xml Thu Mar 28 08:30:21 2013
@@ -299,12 +299,12 @@
<modules>
<module>droids-core</module>
<module>droids-norobots</module>
- <!--module>droids-spring</module>
- <module>droids-solr</module>
- <module>droids-examples</module-->
<module>droids-crawler</module>
<module>droids-walker</module>
<module>droids-tika</module>
+ <module>droids-solr</module>
+ <!--module>droids-spring</module>
+ <module>droids-examples</module-->
</modules>
</project>
\ No newline at end of file