You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by og...@apache.org on 2011/02/28 18:41:04 UTC

svn commit: r1075444 - /incubator/stanbol/trunk/pom.xml

Author: ogrisel
Date: Mon Feb 28 17:41:04 2011
New Revision: 1075444

URL: http://svn.apache.org/viewvc?rev=1075444&view=rev
Log:
forgot the toplevel module declaration

Modified:
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1075444&r1=1075443&r2=1075444&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Mon Feb 28 17:41:04 2011
@@ -44,6 +44,7 @@
 
   <modules>
     <module>parent</module>
+    <module>frameworkfragment</module>
     <module>entityhub</module>
     <module>enhancer</module>
     <module>commons</module>