blob: a59ec34aecc0816814b37822eaf25650148e5858 [file] [log] [blame]
#!/bin/bash
MAP=new.map
rm -f $MAP
sed 's/^\([^@]*\)@\([^=]*\)=\([^,]*\),.*$/\1@\2=GIT,tag=\3,repo=git:\/\/git.eclipse.org\/gitroot\/e4\/eclipse.platform.ui.git,path=bundles\/\2/g' ui.map >$MAP