From ec7ded54c698a39d1c8176a9ff5e501b1ecb5dea Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Fri, 16 Jan 2009 16:46:40 +0000 Subject: [PATCH] Move all relationship calculator translators into plugins/rel. svn: r11632 --- po/POTFILES.in | 30 +++++++++++++++++------------- src/plugins/Makefile.am | 3 +++ src/plugins/{ => rel}/rel_cs.py | 0 src/plugins/{ => rel}/rel_da.py | 0 src/plugins/{ => rel}/rel_de.py | 0 src/plugins/{ => rel}/rel_es.py | 0 src/plugins/{ => rel}/rel_fi.py | 0 src/plugins/{ => rel}/rel_fr.py | 0 src/plugins/{ => rel}/rel_hu.py | 0 src/plugins/{ => rel}/rel_it.py | 0 src/plugins/{ => rel}/rel_nl.py | 0 src/plugins/{ => rel}/rel_no.py | 0 src/plugins/{ => rel}/rel_pl.py | 0 src/plugins/{ => rel}/rel_pt.py | 0 src/plugins/{ => rel}/rel_ru.py | 0 src/plugins/{ => rel}/rel_sk.py | 0 src/plugins/{ => rel}/rel_sv.py | 0 17 files changed, 20 insertions(+), 13 deletions(-) rename src/plugins/{ => rel}/rel_cs.py (100%) rename src/plugins/{ => rel}/rel_da.py (100%) rename src/plugins/{ => rel}/rel_de.py (100%) rename src/plugins/{ => rel}/rel_es.py (100%) rename src/plugins/{ => rel}/rel_fi.py (100%) rename src/plugins/{ => rel}/rel_fr.py (100%) rename src/plugins/{ => rel}/rel_hu.py (100%) rename src/plugins/{ => rel}/rel_it.py (100%) rename src/plugins/{ => rel}/rel_nl.py (100%) rename src/plugins/{ => rel}/rel_no.py (100%) rename src/plugins/{ => rel}/rel_pl.py (100%) rename src/plugins/{ => rel}/rel_pt.py (100%) rename src/plugins/{ => rel}/rel_ru.py (100%) rename src/plugins/{ => rel}/rel_sk.py (100%) rename src/plugins/{ => rel}/rel_sv.py (100%) diff --git a/po/POTFILES.in b/po/POTFILES.in index 2bfea12ff..96575110e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -307,19 +307,6 @@ src/plugins/RebuildRefMap.py src/plugins/Records.py src/plugins/References.py src/plugins/RelCalc.py -src/plugins/rel_da.py -src/plugins/rel_de.py -src/plugins/rel_es.py -src/plugins/rel_fi.py -src/plugins/rel_fr.py -src/plugins/rel_hu.py -src/plugins/rel_it.py -src/plugins/rel_no.py -src/plugins/rel_pt.py -src/plugins/rel_ru.py -src/plugins/rel_sk.py -src/plugins/rel_sv.py -src/plugins/rel_pl.py src/plugins/RemoveUnused.py src/plugins/ReorderIds.py src/plugins/SameSurnames.py @@ -333,6 +320,23 @@ src/plugins/Verify.py src/plugins/WebCal.py src/plugins/WhatsNext.py +# plugins/rel directory +src/plugins/rel/rel_cs.py +src/plugins/rel/rel_da.py +src/plugins/rel/rel_de.py +src/plugins/rel/rel_es.py +src/plugins/rel/rel_fi.py +src/plugins/rel/rel_fr.py +src/plugins/rel/rel_hu.py +src/plugins/rel/rel_it.py +src/plugins/rel/rel_nl.py +src/plugins/rel/rel_no.py +src/plugins/rel/rel_pl.py +src/plugins/rel/rel_pt.py +src/plugins/rel/rel_ru.py +src/plugins/rel/rel_sk.py +src/plugins/rel/rel_sv.py + # PluginUtils package src/PluginUtils/_GuiOptions.py src/PluginUtils/_Options.py diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index dd233bf83..1a0359a65 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -3,6 +3,9 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually +SUBDIRS = \ + rel + pkgdatadir = $(datadir)/@PACKAGE@/plugins pkgdata_PYTHON = \ diff --git a/src/plugins/rel_cs.py b/src/plugins/rel/rel_cs.py similarity index 100% rename from src/plugins/rel_cs.py rename to src/plugins/rel/rel_cs.py diff --git a/src/plugins/rel_da.py b/src/plugins/rel/rel_da.py similarity index 100% rename from src/plugins/rel_da.py rename to src/plugins/rel/rel_da.py diff --git a/src/plugins/rel_de.py b/src/plugins/rel/rel_de.py similarity index 100% rename from src/plugins/rel_de.py rename to src/plugins/rel/rel_de.py diff --git a/src/plugins/rel_es.py b/src/plugins/rel/rel_es.py similarity index 100% rename from src/plugins/rel_es.py rename to src/plugins/rel/rel_es.py diff --git a/src/plugins/rel_fi.py b/src/plugins/rel/rel_fi.py similarity index 100% rename from src/plugins/rel_fi.py rename to src/plugins/rel/rel_fi.py diff --git a/src/plugins/rel_fr.py b/src/plugins/rel/rel_fr.py similarity index 100% rename from src/plugins/rel_fr.py rename to src/plugins/rel/rel_fr.py diff --git a/src/plugins/rel_hu.py b/src/plugins/rel/rel_hu.py similarity index 100% rename from src/plugins/rel_hu.py rename to src/plugins/rel/rel_hu.py diff --git a/src/plugins/rel_it.py b/src/plugins/rel/rel_it.py similarity index 100% rename from src/plugins/rel_it.py rename to src/plugins/rel/rel_it.py diff --git a/src/plugins/rel_nl.py b/src/plugins/rel/rel_nl.py similarity index 100% rename from src/plugins/rel_nl.py rename to src/plugins/rel/rel_nl.py diff --git a/src/plugins/rel_no.py b/src/plugins/rel/rel_no.py similarity index 100% rename from src/plugins/rel_no.py rename to src/plugins/rel/rel_no.py diff --git a/src/plugins/rel_pl.py b/src/plugins/rel/rel_pl.py similarity index 100% rename from src/plugins/rel_pl.py rename to src/plugins/rel/rel_pl.py diff --git a/src/plugins/rel_pt.py b/src/plugins/rel/rel_pt.py similarity index 100% rename from src/plugins/rel_pt.py rename to src/plugins/rel/rel_pt.py diff --git a/src/plugins/rel_ru.py b/src/plugins/rel/rel_ru.py similarity index 100% rename from src/plugins/rel_ru.py rename to src/plugins/rel/rel_ru.py diff --git a/src/plugins/rel_sk.py b/src/plugins/rel/rel_sk.py similarity index 100% rename from src/plugins/rel_sk.py rename to src/plugins/rel/rel_sk.py diff --git a/src/plugins/rel_sv.py b/src/plugins/rel/rel_sv.py similarity index 100% rename from src/plugins/rel_sv.py rename to src/plugins/rel/rel_sv.py