lauromoura pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=50d318ab13a68e3333de5934eb4e1799be62dcb4

commit 50d318ab13a68e3333de5934eb4e1799be62dcb4
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Wed Oct 16 10:31:22 2019 -0300

    csharp: rename Factory.cs to ItemFactory.cs
    
    Summary:
    Since current Factory.cs contains class ItemFactory, Factory.cs is
    renamed to ItemFactory.cs.
    
    Reviewers: lauromoura, YOhoho, SanghyeonLee
    
    Reviewed By: lauromoura
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D10424
---
 src/bindings/mono/efl_mono/{Factory.cs => ItemFactory.cs} | 0
 src/bindings/mono/efl_mono/meson.build                    | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bindings/mono/efl_mono/Factory.cs 
b/src/bindings/mono/efl_mono/ItemFactory.cs
similarity index 100%
rename from src/bindings/mono/efl_mono/Factory.cs
rename to src/bindings/mono/efl_mono/ItemFactory.cs
diff --git a/src/bindings/mono/efl_mono/meson.build 
b/src/bindings/mono/efl_mono/meson.build
index fb2b2c0431..cfe53ee153 100644
--- a/src/bindings/mono/efl_mono/meson.build
+++ b/src/bindings/mono/efl_mono/meson.build
@@ -3,7 +3,7 @@ mono_files += files(
   'efl_csharp_application.cs',
   'UserModel.cs',
   'GenericModel.cs',
-  'Factory.cs',
+  'ItemFactory.cs',
   'Bind.cs'
   )
 

-- 


Reply via email to