Author: rwesten
Date: Mon May 16 10:36:54 2011
New Revision: 1103678

URL: http://svn.apache.org/viewvc?rev=1103678&view=rev
Log:
STANBOL-92: forgot to commit the reactor pom for the sites

Added:
    incubator/stanbol/trunk/data/sites/pom.xml   (with props)

Added: incubator/stanbol/trunk/data/sites/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/pom.xml?rev=1103678&view=auto
==============================================================================
--- incubator/stanbol/trunk/data/sites/pom.xml (added)
+++ incubator/stanbol/trunk/data/sites/pom.xml Mon May 16 10:36:54 2011
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<project>
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>org.apache.stanbol.data.sites.reactor</artifactId>
+    <version>0.9-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    
+    <name>Apache Stanbol Data: Stites Reactor</name>
+    <description>
+      This includes configurations for ReferencedSites of the Entityhub.
+      Typically such configurations will also include the possibility to 
provide
+      a local index for the data.
+      See the documentation of the sub modules for details.
+    </description>
+    
+    <scm>
+        <connection>
+            
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sites
+        </connection>
+        <developerConnection>
+            
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sites
+        </developerConnection>
+        <url>http://incubator.apache.org/stanbol/</url>
+    </scm>
+
+    <modules>
+        <module>dblp</module>
+        <module>dbpedia</module>
+        <module>geonames</module>
+    </modules>
+</project>

Propchange: incubator/stanbol/trunk/data/sites/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to