| Index: eclipse/buildConfigs/master/customTargets.xml |
| =================================================================== |
| RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/master/customTargets.xml,v |
| retrieving revision 1.60 |
| diff -u -r1.60 customTargets.xml |
| --- eclipse/buildConfigs/master/customTargets.xml 17 Dec 2010 14:50:35 -0000 1.60 |
| +++ eclipse/buildConfigs/master/customTargets.xml 1 Nov 2011 20:06:02 -0000 |
| @@ -34,7 +34,7 @@ |
| <!-- Replace values for mapsCheckoutTag as desired. --> |
| <!-- ===================================================================== --> |
| |
| - <target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps"> |
| + <target name="getMapFiles" depends="checkLocalMaps"> |
| <property name="mapsCheckoutTag" value="${mapVersionTag}" /> |
| <cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" /> |
| </target> |