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: [email protected]
For additional commands, e-mail: [email protected]