diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-01 16:20:22 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-01 16:55:41 +0200 |
commit | 8b3807dbc925e69afcf20bf619986e832ee19845 (patch) | |
tree | 2530edd25d8a279f818612bc5866d890096f566b /officecfg | |
parent | 33cb866969098a26afeaaa3ec57f12428546a237 (diff) |
do not deliver unused files
I have not removed them from sources, because I have no idea if they
might be useful to someone.
Change-Id: I66becb723ae5f4be008c58edc99936788a67238e
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/Package_misc.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/officecfg/Package_misc.mk b/officecfg/Package_misc.mk index 972b644b338f..cb872542f9b7 100644 --- a/officecfg/Package_misc.mk +++ b/officecfg/Package_misc.mk @@ -20,9 +20,3 @@ $(eval $(call gb_Package_Package,officecfg_misc,$(SRCDIR)/officecfg)) $(eval $(call gb_Package_add_file,officecfg_misc,xml/oo-ldap.xcd.sample,registry/schema/oo-ldap.xcd.sample)) $(eval $(call gb_Package_add_file,officecfg_misc,xml/oo-ad-ldap.xcd.sample,registry/schema/oo-ad-ldap.xcd.sample)) -$(eval $(call gb_Package_add_file,officecfg_misc,pck/oo-ldap-attr-map.properties,registry/schema/oo-ldap-attr-map.properties)) -$(eval $(call gb_Package_add_file,officecfg_misc,pck/oo-org-map.properties,registry/schema/oo-org-map.properties)) -$(eval $(call gb_Package_add_file,officecfg_misc,pck/oo-common.ldif,registry/schema/oo-common.ldif)) -$(eval $(call gb_Package_add_file,officecfg_misc,pck/oo-common-ad.ldf,registry/schema/oo-common-ad.ldf)) -$(eval $(call gb_Package_add_file,officecfg_misc,pck/oo-common.conf,registry/schema/oo-common.conf)) - |