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:32:52 UTC

svn commit: r1759636 - /stanbol/branches/release-1.0.0-branch/commons/pom.xml

Author: rharo
Date: Wed Sep  7 16:32:52 2016
New Revision: 1759636

URL: http://svn.apache.org/viewvc?rev=1759636&view=rev
Log:
Fixing module orders at commons

Modified:
    stanbol/branches/release-1.0.0-branch/commons/pom.xml

Modified: stanbol/branches/release-1.0.0-branch/commons/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/pom.xml?rev=1759636&r1=1759635&r2=1759636&view=diff
==============================================================================
--- stanbol/branches/release-1.0.0-branch/commons/pom.xml (original)
+++ stanbol/branches/release-1.0.0-branch/commons/pom.xml Wed Sep  7 16:32:52 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>