Roy Golan has uploaded a new change for review. Change subject: core: WIP make libosinfo serializable ......................................................................
core: WIP make libosinfo serializable Change-Id: I5b28590c7d7495dff110d306f2a07dc5ab64ca92 Signed-off-by: Roy Golan <[email protected]> --- A backend/manager/modules/services/libosinfo/types/src/main/resources/binding.xjb 1 file changed, 10 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/9059/1 diff --git a/backend/manager/modules/services/libosinfo/types/src/main/resources/binding.xjb b/backend/manager/modules/services/libosinfo/types/src/main/resources/binding.xjb new file mode 100644 index 0000000..5e81fe8 --- /dev/null +++ b/backend/manager/modules/services/libosinfo/types/src/main/resources/binding.xjb @@ -0,0 +1,10 @@ +<jxb:bindings version="1.0" +xmlns:jxb="http://java.sun.com/xml/ns/jaxb" +xmlns:xs="http://www.w3.org/2001/XMLSchema"> + +<jxb:globalBindings> +<jxb:serializable uid="1"/> +</jxb:globalBindings> + +</jxb:bindings> + -- To view, visit http://gerrit.ovirt.org/9059 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5b28590c7d7495dff110d306f2a07dc5ab64ca92 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
