You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/07/06 09:23:21 UTC

svn commit: r1751640 - /sling/trunk/contrib/pom.xml

Author: olli
Date: Wed Jul  6 09:23:21 2016
New Revision: 1751640

URL: http://svn.apache.org/viewvc?rev=1751640&view=rev
Log:
move module scripting/org.apache.sling.scripting.thymeleaf to new profile java8

Modified:
    sling/trunk/contrib/pom.xml

Modified: sling/trunk/contrib/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/pom.xml?rev=1751640&r1=1751639&r2=1751640&view=diff
==============================================================================
--- sling/trunk/contrib/pom.xml (original)
+++ sling/trunk/contrib/pom.xml Wed Jul  6 09:23:21 2016
@@ -147,7 +147,6 @@
           <module>scripting/scala/samples/hello-world</module>
           <module>scripting/scala/samples/forum</module>
           <module>scripting/org.apache.sling.scripting.freemarker.it</module>
-          <module>scripting/org.apache.sling.scripting.thymeleaf</module>
           <module>scripting/org.apache.sling.scripting.thymeleaf.it</module>
           <module>scripting/velocity</module>
           <module>scripting/xproc</module>
@@ -158,6 +157,15 @@
           <module>launchpad/karaf</module>
     </modules>
     <profiles>
+      <profile>
+        <id>java8</id>
+        <activation>
+          <jdk>[1.8,)</jdk>
+        </activation>
+        <modules>
+          <module>scripting/org.apache.sling.scripting.thymeleaf</module>
+        </modules>
+      </profile>
         <profile>
             <!--
               Allow the debian package to be excluded, as it might be slow/stopping