repo-fixing: fixup #6.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 26 Oct 2012 16:32:40 +0000 (19:32 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 26 Oct 2012 16:32:40 +0000 (19:32 +0300)
commit2c3a67cf478af352eb8c67d2b15e4ff5c93ae43d
tree42f3c724404cce158bbad839a127ae18b9320c5f
parent5c3a7b7e346ee5fec1e419983f57b95c8fb60da2
repo-fixing: fixup #6.
32 files changed:
configure.ac
doc/plugin-developer-guide/db/Makefile.am
src/Makefile.am
src/core-func-info.c
src/daemon/murphy.conf
src/murphy-db/mdb/log.c
src/murphy-db/mdb/table.c
src/plugins/plugin-test.c
src/plugins/resource-native/Makefile [new file with mode: 0644]
src/plugins/resource-native/plugin-resource-native.c [new file with mode: 0644]
src/plugins/resource-native/resource-client.c [new file with mode: 0644]
src/resource/application-class.c [new file with mode: 0644]
src/resource/application-class.h [new file with mode: 0644]
src/resource/attribute.c [new file with mode: 0644]
src/resource/attribute.h [new file with mode: 0644]
src/resource/client-api.h [new file with mode: 0644]
src/resource/common-api.h [new file with mode: 0644]
src/resource/config-api.h [new file with mode: 0644]
src/resource/data-types.h [new file with mode: 0644]
src/resource/manager-api.h [new file with mode: 0644]
src/resource/murphy-resource.pc.in [new file with mode: 0644]
src/resource/protocol.h [new file with mode: 0644]
src/resource/resource-client.c [new file with mode: 0644]
src/resource/resource-client.h [new file with mode: 0644]
src/resource/resource-owner.c [new file with mode: 0644]
src/resource/resource-owner.h [new file with mode: 0644]
src/resource/resource-set.c [new file with mode: 0644]
src/resource/resource-set.h [new file with mode: 0644]
src/resource/resource.c [new file with mode: 0644]
src/resource/resource.h [new file with mode: 0644]
src/resource/zone.c [new file with mode: 0644]
src/resource/zone.h [new file with mode: 0644]