You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rh...@apache.org on 2016/09/07 16:55:13 UTC

svn commit: r1759640 - /stanbol/trunk/commons/pom.xml

Author: rharo
Date: Wed Sep  7 16:55:13 2016
New Revision: 1759640

URL: http://svn.apache.org/viewvc?rev=1759640&view=rev
Log:
STANBOL-1453: Fix Commons Submodules Building Order

Modified:
    stanbol/trunk/commons/pom.xml

Modified: stanbol/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/pom.xml?rev=1759640&r1=1759639&r2=1759640&view=diff
==============================================================================
--- stanbol/trunk/commons/pom.xml (original)
+++ stanbol/trunk/commons/pom.xml Wed Sep  7 16:55:13 2016
@@ -63,13 +63,13 @@
     <module>web/base</module>
     <module>web/base.jersey</module>
     <module>web/home</module>
-    <module>web/viewable</module>
-    <module>web/rdfviewable-writer</module>
-    <module>web/viewable-writer</module>
     <module>web/resources</module>
     <module>web/sparql</module>
     <module>freemarker</module>
     <module>ldpathtemplate</module>
+    <module>web/viewable</module>
+    <module>web/rdfviewable-writer</module>
+    <module>web/viewable-writer</module>
     <module>httpqueryheaders</module> <!-- allows CORS with MS Internet Explorer -->
 	<module>cors</module>