Skip to content
Snippets Groups Projects
Commit ffb6ece8 authored by ndai's avatar ndai
Browse files

[108259] Refactoring builds

parent 38cec131
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,13 @@
</echo>
<cvs cvsRoot="${mapCvsRoot}" package="releng/maps" dest="${buildDirectory}/maps" tag="${mapVersionTag}" />
<!--tag the map files project-->
<antcall target="tagMapFiles" />
<antcall target="tagMapFiles" >
<param name="mapCvsRoot" value="${mapCvsRoot}" />
</antcall>
</target>
<target name="tagMapFiles" if="tagMaps">
<cvs dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
</target>
......
......@@ -49,11 +49,13 @@
</echo>
<cvs cvsRoot="${mapCvsRoot}" package="releng/maps" dest="${buildDirectory}/maps" tag="${mapVersionTag}" />
<!--tag the map files project-->
<antcall target="tagMapFiles" />
<antcall target="tagMapFiles" >
<param name="mapCvsRoot" value="${mapCvsRoot}" />
</antcall>
</target>
<target name="tagMapFiles" if="tagMaps">
<cvs dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
</target>
......
......@@ -53,11 +53,13 @@
tag="${mapVersionTag}"
/>
<!--tag the map files project-->
<antcall target="tagMapFiles" />
<antcall target="tagMapFiles" >
<param name="mapCvsRoot" value="${mapCvsRoot}" />
</antcall>
</target>
<target name="tagMapFiles" if="tagMaps">
<cvs dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
</target>
......
......@@ -50,11 +50,13 @@
</echo>
<cvs cvsRoot="${mapCvsRoot}" package="releng/maps" dest="${buildDirectory}/maps" tag="${mapVersionTag}" />
<!--tag the map files project-->
<antcall target="tagMapFiles" />
<antcall target="tagMapFiles" >
<param name="mapCvsRoot" value="${mapCvsRoot}" />
</antcall>
</target>
<target name="tagMapFiles" if="tagMaps">
<cvs dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
</target>
<!-- ===================================================================== -->
......
......@@ -50,11 +50,13 @@
</echo>
<cvs cvsRoot="${mapCvsRoot}" package="releng/maps" dest="${buildDirectory}/maps" tag="${mapVersionTag}" />
<!--tag the map files project-->
<antcall target="tagMapFiles" />
<antcall target="tagMapFiles" >
<param name="mapCvsRoot" value="${mapCvsRoot}" />
</antcall>
</target>
<target name="tagMapFiles" if="tagMaps">
<cvs dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
</target>
<!-- ===================================================================== -->
......
......@@ -49,11 +49,13 @@
</echo>
<cvs cvsRoot="${mapCvsRoot}" package="releng/maps" dest="${buildDirectory}/maps" tag="${mapVersionTag}" />
<!--tag the map files project-->
<antcall target="tagMapFiles" />
<antcall target="tagMapFiles" >
<param name="mapCvsRoot" value="${mapCvsRoot}" />
</antcall>
</target>
<target name="tagMapFiles" if="tagMaps">
<cvs dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
</target>
<!-- ===================================================================== -->
......
......@@ -48,11 +48,13 @@
</echo>
<cvs cvsRoot="${mapCvsRoot}" package="releng/maps" dest="${buildDirectory}/maps" tag="${mapVersionTag}" />
<!--tag the map files project-->
<antcall target="tagMapFiles" />
<antcall target="tagMapFiles" >
<param name="mapCvsRoot" value="${mapCvsRoot}" />
</antcall>
</target>
<target name="tagMapFiles" if="tagMaps">
<cvs dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
</target>
......
......@@ -51,11 +51,13 @@
</echo>
<cvs cvsRoot="${mapCvsRoot}" package="releng/maps" dest="${buildDirectory}/maps" tag="${mapVersionTag}" />
<!--tag the map files project-->
<antcall target="tagMapFiles" />
<antcall target="tagMapFiles" >
<param name="mapCvsRoot" value="${mapCvsRoot}" />
</antcall>
</target>
<target name="tagMapFiles" if="tagMaps">
<cvs dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="tag v${buildType}${timestamp}" />
</target>
......
......@@ -41,7 +41,7 @@
<echo message="buildDirectory: ${buildDirectory}" />
<ant antfile="build.xml" dir="${pde.build.scripts}" >
<property name="user.dir" value="${wtp.builder.home}/components/${component}" />
<property name="builderDirectory" value="${wtp.builder.home}/components/${component}" />
<property name="wtp.builder.home" value="${wtp.builder.home}" />
<property name="buildBranch" value="${buildBranch}" />
<property name="cvsUser" value="${cvsUser}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment