From bc3a8bf86fb30c16d6e1da9f7f50e23733bf23c8 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Fri, 16 Nov 2007 20:36:28 +0000 Subject: [PATCH] fix --- .../sedscript.sed | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/org.eclipse.wtp.releng.utilities/sedscript.sed b/plugins/org.eclipse.wtp.releng.utilities/sedscript.sed index 7eaaab6a3..5dfc4e318 100644 --- a/plugins/org.eclipse.wtp.releng.utilities/sedscript.sed +++ b/plugins/org.eclipse.wtp.releng.utilities/sedscript.sed @@ -1,17 +1,17 @@ -# This script finds patterns of the old form of specifying modules, that -# consist of a path name ending with a module name. We know the model name -# should stay the same, so this is just to tweak the path names. -# Thought to be useful for map files and Team Project Sets. +# This script finds patterns of the old form of specifying modules, that +# consist of a path name ending with a module name. We know the model name +# should stay the same, so this is just to tweak the path names. +# Thought to be useful for map files and Team Project Sets. # Example use: # The easiest case, if only a few files -# sed -f sedscript.sed oldfile.pfs > newfile.pfs -# Using the inplace option worked for me on Linux, but not +# sed -f sedscript.sed oldfile.pfs > newfile.pfs +# Using the inplace option worked for me on Linux, but not # for me on Windows using Cygwin # sed -ibak -f sedscript.sed *.pfs -$ A classic form: -# find releng/maps/ -name *.map -exec sed -ibak -f sedscript.sed '{}' \; +# A classic form: +# find releng/maps/ -name *.map -exec sed -ibak -f sedscript.sed '{}' \; s:jst/components/assembly/features/org.eclipse.jst.feature:webtools.releng/assembly/features/org.eclipse.jst.feature:g s:jst/components/assembly/features/org.eclipse.jst.sdk:webtools.releng/assembly/features/org.eclipse.jst.sdk:g -- GitLab