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/03/28 11:24:37 UTC

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

Author: tobr
Date: Thu Mar 28 11:24:37 2013
New Revision: 1462044

URL: http://svn.apache.org/r1462044
Log:
added module neko parser to the pom

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=1462044&r1=1462043&r2=1462044&view=diff
==============================================================================
--- incubator/droids/branches/0.2.x-cleanup/pom.xml (original)
+++ incubator/droids/branches/0.2.x-cleanup/pom.xml Thu Mar 28 11:24:37 2013
@@ -15,8 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
 
@@ -302,9 +301,10 @@
         <module>droids-crawler</module>
         <module>droids-walker</module>
         <module>droids-tika</module>
+        <module>droids-nekohtml</module>
         <module>droids-solr</module>
         <!--module>droids-spring</module>
         <module>droids-examples</module-->
-    </modules>
+  </modules>
 
 </project>
\ No newline at end of file