Move ImportGpkg, ImportXml and ExportXml into their respective directories.

svn: r11946
This commit is contained in:
Brian Matherly 2009-02-10 06:06:14 +00:00
parent 5eb3f7e446
commit a356c5aa7c
5 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,8 @@ pkgdata_PYTHON = \
ExportGeneWeb.py \
ExportPkg.py \
ExportVCalendar.py \
ExportVCard.py
ExportVCard.py \
ExportXml.py
pkgpyexecdir = @pkgpyexecdir@/plugins/export
pkgpythondir = @pkgpythondir@/plugins/export

View File

@ -9,9 +9,11 @@ pkgdata_PYTHON = \
ImportCsv.py \
ImportGedcom.py \
ImportGeneWeb.py \
ImportGpkg.py \
ImportGrdb.py \
ImportProGen.py \
ImportVCard.py
ImportVCard.py \
ImportXml.py
pkgpyexecdir = @pkgpyexecdir@/plugins/import
pkgpythondir = @pkgpythondir@/plugins/import