Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
035ccdf0
Commit
035ccdf0
authored
Oct 17, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed issue with use of Utils class in java migration script
parent
82f3d21b
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrappers/java/migration.sh
View file @
035ccdf0
...
...
@@ -8,6 +8,7 @@ eval "$SED_START 's/import org.linphone.tools/import org.linphone.core.tools/g'
eval
"
$SED_START
's/import org.linphone.core.OpenH264DownloadHelperListener/import org.linphone.core.tools.OpenH264DownloadHelperListener/g'
$SED_END
"
# Listeners
eval
"
$SED_START
's/LinphoneAccountCreator.AccountCreatorListener/AccountCreatorListener/g'
$SED_END
"
eval
"
$SED_START
's/AccountCreator.AccountCreatorListener/AccountCreatorListener/g'
$SED_END
"
eval
"
$SED_START
's/LinphoneCoreListenerBase/CoreListenerStub/g'
$SED_END
"
eval
"
$SED_START
's/LinphoneCoreListener/CoreListener/g'
$SED_END
"
...
...
@@ -231,8 +232,8 @@ eval "$SED_START 's/mLc.destroy()/mLc = null/g' $SED_END"
eval
"
$SED_START
's/getAllDialPlan()/getDialPlans()/g'
$SED_END
"
eval
"
$SED_START
's/getCountryName()/getCountry()/g'
$SED_END
"
eval
"
$SED_START
's/getMSFactory()/getMediastreamerFactory()/g'
$SED_END
"
eval
"
$SED_START
's/accountCreator.getPrefix(/org.linphone.core.Utils
::
getPrefixFromE164(/g'
$SED_END
"
eval
"
$SED_START
's/proxyConfig.lookupCCCFromIso(/org.linphone.core.Utils
::
getCccFromIso(/g'
$SED_END
"
eval
"
$SED_START
's/accountCreator.getPrefix(/org.linphone.core.Utils
.
getPrefixFromE164(/g'
$SED_END
"
eval
"
$SED_START
's/proxyConfig.lookupCCCFromIso(/org.linphone.core.Utils
.
getCccFromIso(/g'
$SED_END
"
eval
"
$SED_START
's/linkPhoneNumberWithAccount()/linkAccount()/g'
$SED_END
"
eval
"
$SED_START
's/zoomVideo(/zoom(/g'
$SED_END
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment