Author: radu
Date: Fri Oct  7 09:09:50 2016
New Revision: 1763706

URL: http://svn.apache.org/viewvc?rev=1763706&view=rev
Log:
SLING-6061 - Create per-module Jenkins jobs

* removed redundant HTL inter-dependencies

Modified:
    sling/trunk/tooling/jenkins/create_jobs.groovy

Modified: sling/trunk/tooling/jenkins/create_jobs.groovy
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/jenkins/create_jobs.groovy?rev=1763706&r1=1763705&r2=1763706&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Fri Oct  7 09:09:50 2016
@@ -292,16 +292,10 @@ def modules = [
         location: 'bundles/scripting/jsp'
     ],
     [
-        location: 'bundles/scripting/sightly/compiler',
-        downstream: ['bundles/scripting/sightly/java-compiler']
+        location: 'bundles/scripting/sightly/compiler'
     ],
     [
-        location: 'bundles/scripting/sightly/java-compiler',
-        downstream: [
-            'bundles/scripting/sightly/engine',
-            'bundles/scripting/sightly/js-use-provider',
-            'bundles/scripting/sightly/models-use-provider'
-        ]
+        location: 'bundles/scripting/sightly/java-compiler'
     ],
     [
         location: 'bundles/scripting/sightly/engine',


Reply via email to