Revision history:
$Log$
+ Revision 1.5 2005/05/26 15:13:22 zurek
+ inserted module.build.file
+
Revision 1.4 2004/12/17 20:26:46 dimeglio
Removed index
</if>
</target>
- <target name="index" unless="setenvonly" depends="envset, common" >
+ <target name="index" unless="setenvonly" depends="envset, common, server-common" >
<if>
<isset property="small.memory" />
<then>
</if>
</target>
- <target name="primary" unless="setenvonly" depends="envset, ws-interface, common" >
+ <target name="primary" unless="setenvonly" depends="envset, ws-interface, common, server-common" >
<if>
<isset property="small.memory" />
<then>
</if>
</target>
+ <target name="server-common" unless="setenvonly" depends="envset" >
+ <if>
+ <isset property="small.memory" />
+ <then>
+ <exec dir="${jp.subsystem.dir}.server-common" executable="${antExec}" failonerror="${failonerror}">
+ <arg line="${target} "-Dsmall.memory=true" "-Dbootstrap=${bootstrap}" "-Dfailonerror=${failonerror}" "-Ddo.cvs.tag=${do.cvs.tag}""/>
+ </exec>
+ </then>
+ <else>
+ <ant dir="${jp.subsystem.dir}.server-common"
+ target="${target}"
+ inheritall="false" />
+ </else>
+ </if>
+ </target>
+
<!-- Main proxy -->
<target name="buildmodules" depends="envset,
ws-interface,