You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2019/01/18 23:14:06 UTC

svn commit: r1851657 - /poi/trunk/jenkins/create_jobs.groovy

Author: kiwiwings
Date: Fri Jan 18 23:14:06 2019
New Revision: 1851657

URL: http://svn.apache.org/viewvc?rev=1851657&view=rev
Log:
update xmlbeans targets

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1851657&r1=1851656&r2=1851657&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Fri Jan 18 23:14:06 2019
@@ -531,11 +531,11 @@ xmlbeansjobs.each { xjob ->
                 antInstallation(antRT)
             }
             ant {
-                targets(['checkintest'])
+                targets(['test'])
                 antInstallation(antRT)
             }
             ant {
-                targets(['dist'])
+                targets(['package'])
                 antInstallation(antRT)
             }
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org