Sign in
eclipse
/
e4
/
org.eclipse.migration
/
5ee7ae6834c5b9db6b2756ee0e825b412beaf38c
/
.
/
scripts
/
convert.sh
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