mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
change case, ABAPGit -> abapGit
This commit is contained in:
parent
e4ee163858
commit
4cec7f6094
|
@ -768,7 +768,7 @@ CLASS lcl_objects_bridge IMPLEMENTATION.
|
||||||
* No exception in class-contructor possible.
|
* No exception in class-contructor possible.
|
||||||
* Anyway, a shortdump is more appropriate in this case
|
* Anyway, a shortdump is more appropriate in this case
|
||||||
ASSERT 'There must not be' =
|
ASSERT 'There must not be' =
|
||||||
|multiple ABAPGit-Plugins for the same object type {
|
|multiple abapGit-Plugins for the same object type {
|
||||||
ls_objtype_map-obj_typ }|.
|
ls_objtype_map-obj_typ }|.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ENDLOOP.
|
ENDLOOP.
|
||||||
|
|
|
@ -37,7 +37,7 @@ CLASS lcl_services_abapgit DEFINITION FINAL.
|
||||||
iv_text TYPE c
|
iv_text TYPE c
|
||||||
iv_url TYPE string
|
iv_url TYPE string
|
||||||
iv_package TYPE devclass
|
iv_package TYPE devclass
|
||||||
RAISING lcx_exception.
|
RAISING lcx_exception.
|
||||||
|
|
||||||
ENDCLASS. "lcl_services_abapgit
|
ENDCLASS. "lcl_services_abapgit
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ CLASS lcl_services_abapgit IMPLEMENTATION.
|
||||||
RETURN.
|
RETURN.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
lv_text = |Confirm to install current version of ABAPGit to package { c_package_abapgit }|.
|
lv_text = |Confirm to install current version of abapGit to package { c_package_abapgit }|.
|
||||||
|
|
||||||
do_install( iv_title = lc_title
|
do_install( iv_title = lc_title
|
||||||
iv_text = lv_text
|
iv_text = lv_text
|
||||||
|
@ -100,7 +100,7 @@ CLASS lcl_services_abapgit IMPLEMENTATION.
|
||||||
RETURN.
|
RETURN.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
lv_text = |Confirm to install current version ABAPGit plugins to package {
|
lv_text = |Confirm to install current version abapGit plugins to package {
|
||||||
c_package_plugins }|.
|
c_package_plugins }|.
|
||||||
|
|
||||||
do_install( iv_title = lc_title
|
do_install( iv_title = lc_title
|
||||||
|
|
Loading…
Reference in New Issue
Block a user