You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2015/12/03 09:18:00 UTC

svn commit: r1717722 - /jackrabbit/oak/trunk/oak-examples/pom.xml

Author: chetanm
Date: Thu Dec  3 08:17:59 2015
New Revision: 1717722

URL: http://svn.apache.org/viewvc?rev=1717722&view=rev
Log:
OAK-3687 - Oak standalone application example based on Spring Boot

Integrate with main build

Modified:
    jackrabbit/oak/trunk/oak-examples/pom.xml

Modified: jackrabbit/oak/trunk/oak-examples/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/pom.xml?rev=1717722&r1=1717721&r2=1717722&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-examples/pom.xml Thu Dec  3 08:17:59 2015
@@ -39,6 +39,7 @@
 
   <modules>
     <module>webapp</module>
+    <module>standalone</module>
   </modules>
 
 </project>