Skip to content
Snippets Groups Projects
Commit 09359023 authored by david_williams's avatar david_williams
Browse files

293516 react to probably change in cvs system

parent eccba0bf
No related branches found
No related tags found
No related merge requests found
...@@ -267,12 +267,15 @@ ...@@ -267,12 +267,15 @@
rewriteMapsLine, is in rewriteMapsLine, is in
${env.LOCAL_BUILD_PROPERTIES_DIR}/maptasks.properties ${env.LOCAL_BUILD_PROPERTIES_DIR}/maptasks.properties
If rewriteMapsLine exists, it is assume it is desired to rewrite, and If rewriteMapsLine exists, it is assume it is desired to rewrite, and
the value of rewriteMapsLine will be used. It must be a complete replacement the value of rewriteMapsLine will be used. It must be a complete replacement for
for :pserver:anonymous@dev.eclipse.org: :pserver:anonymous@dev.eclipse.org:
such as
:ext:david_williams@dev.eclipse.org:
--> -->
<target <target
name="rewriteMaps" name="rewriteMaps"
if="rewriteMapsLine"> if="rewriteMapsLine">
<echo message="rewriteMapsLine: ${rewriteMapsLine}" />
<replace <replace
dir="${buildDirectory}/maps/${cvsPackage}" dir="${buildDirectory}/maps/${cvsPackage}"
token=":pserver:anonymous@dev.eclipse.org:" token=":pserver:anonymous@dev.eclipse.org:"
......
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