Change in ovirt-engine-sdk[master]: codegen: Use commons-io instead of custom code

Juan Hernandez has submitted this change and it was merged. Change subject: codegen: Use commons-io instead of custom code ...................................................................... codegen: Use commons-io instead of custom code This patch replaces the custom FileUtils class with commons-io, which provides many functionalities that will be used by future patches. Change-Id: Ifbfd45e9207137bd9148ddf69763dec6c675dc92 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M generator/pom.xml M generator/src/main/java/org/ovirt/engine/sdk/generator/rsdl/RsdlCodegen.java D generator/src/main/java/org/ovirt/engine/sdk/generator/utils/FileUtils.java 3 files changed, 16 insertions(+), 76 deletions(-) Approvals: Martin Peřina: Looks good to me, but someone else must approve Juan Hernandez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/37858 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifbfd45e9207137bd9148ddf69763dec6c675dc92 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com