mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
parent
11ab0190c1
commit
7b002c66da
|
@ -27,7 +27,7 @@ ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CLASS zcl_abapgit_object_devc IMPLEMENTATION.
|
CLASS ZCL_ABAPGIT_OBJECT_DEVC IMPLEMENTATION.
|
||||||
|
|
||||||
|
|
||||||
METHOD constructor.
|
METHOD constructor.
|
||||||
|
@ -238,6 +238,7 @@ CLASS zcl_abapgit_object_devc IMPLEMENTATION.
|
||||||
|
|
||||||
" Swap out repository package name with the local installation package name
|
" Swap out repository package name with the local installation package name
|
||||||
ls_package_data-devclass = mv_local_devclass.
|
ls_package_data-devclass = mv_local_devclass.
|
||||||
|
ls_package_data-pdevclass = li_package->transport_layer.
|
||||||
|
|
||||||
" Parent package is not changed. Assume the folder logic already created the package and set
|
" Parent package is not changed. Assume the folder logic already created the package and set
|
||||||
" the hierarchy before.
|
" the hierarchy before.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user