You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by to...@apache.org on 2013/01/29 17:28:41 UTC

svn commit: r1440011 - /incubator/droids/branches/0.2.x-cleanup/pom.xml

Author: tobr
Date: Tue Jan 29 17:28:40 2013
New Revision: 1440011

URL: http://svn.apache.org/viewvc?rev=1440011&view=rev
Log:
added the crawler 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=1440011&r1=1440010&r2=1440011&view=diff
==============================================================================
--- incubator/droids/branches/0.2.x-cleanup/pom.xml (original)
+++ incubator/droids/branches/0.2.x-cleanup/pom.xml Tue Jan 29 17:28:40 2013
@@ -27,7 +27,7 @@
     <groupId>org.apache.droids</groupId>
     <artifactId>droids</artifactId>
     <version>0.3.0-incubating-SNAPSHOT</version>
-    <name>Apache Droids</name>
+    <name>APACHE DROIDS</name>
     <inceptionYear>2007</inceptionYear>
     <description>
         Apache Droids - an intelligent robot framework
@@ -356,8 +356,8 @@
         <!--module>droids-spring</module>
         <module>droids-solr</module>
         <module>droids-tika</module>
-        <module>droids-examples</module>
-        <module>droids-crawler</module-->
+        <module>droids-examples</module-->
+        <module>droids-crawler</module>
         <module>droids-walker</module>
     </modules>