Commit e372b54d authored by Quality Assurance's avatar Quality Assurance Committed by qa

Small tweak for CI support

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7244 b35dd754-fafc-0310-a699-88a17e54d16e
parent 25924b35
...@@ -986,6 +986,15 @@ ...@@ -986,6 +986,15 @@
<!-- installer.rpm ========================================================================= --> <!-- installer.rpm ========================================================================= -->
<property name="target.rpm" value="${work.dir}/rpm" /> <property name="target.rpm" value="${work.dir}/rpm" />
<target name="installer.rpm" depends="init, dist.init" description="Builds a rpm of wildfire."> <target name="installer.rpm" depends="init, dist.init" description="Builds a rpm of wildfire.">
<antcall target="dist.src"/>
<antcall target="dist.bin">
<!-- Don't need package for installer build -->
<param name="no.package" value="true"/>
<!-- Already built javadoc with dist.src above -->
<param name="no.javadoc" value="true"/>
</antcall>
<mkdir dir="${target.rpm}/SPECS" /> <mkdir dir="${target.rpm}/SPECS" />
<mkdir dir="${target.rpm}/SOURCES" /> <mkdir dir="${target.rpm}/SOURCES" />
<mkdir dir="${target.rpm}/BUILD" /> <mkdir dir="${target.rpm}/BUILD" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment