You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2011/04/05 09:32:52 UTC

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

Author: alexdma
Date: Tue Apr  5 07:32:51 2011
New Revision: 1088912

URL: http://svn.apache.org/viewvc?rev=1088912&view=rev
Log:
STANBOL-120 :
- Reactor now builds commons before building the modules that require a launcher.

Modified:
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1088912&r1=1088911&r2=1088912&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Tue Apr  5 07:32:51 2011
@@ -44,9 +44,9 @@
   <modules>
     <module>parent</module>
     <module>frameworkfragment</module>
+    <module>commons</module>
     <module>entityhub</module>
     <module>enhancer</module>
-    <module>commons</module>
     <module>launchers/mini</module>
   </modules>