Author: solomax
Date: Sat Apr 6 02:17:44 2013
New Revision: 1465168
URL: http://svn.apache.org/r1465168
Log:
[OPENMEETINGS-601] nightly build is updated not to include test data
Modified:
openmeetings/trunk/singlewebapp/build.xml
Modified: openmeetings/trunk/singlewebapp/build.xml
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/build.xml?rev=1465168&r1=1465167&r2=1465168&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/build.xml (original)
+++ openmeetings/trunk/singlewebapp/build.xml Sat Apr 6 02:17:44 2013
@@ -124,8 +124,11 @@
<echo file="${build.base.dir}/velocity.properties"
append="false">runtime.log =
${build.base.dir}/velocity.log${line.separator}output.encoding=UTF-8${line.separator}</echo>
</target>
+ <!-- perform nightly build with tests -->
+ <target name="dist-bin-nightly" description="perform nightly build with
tests" depends="dist-bin, test" />
+
<!-- build artefacts -->
- <target name="dist-bin" description="pack binary distribution"
depends="clean.all, dist, test">
+ <target name="dist-bin" description="pack binary distribution"
depends="clean.all, dist">
<tstamp>
<format property="build.time" pattern="dd-MM-yyyy_HHmm"
/>
</tstamp>