diff --git a/modules/export_seda/example.php b/modules/export_seda/example.php
deleted file mode 100644
index e68205457d517c91fb4bc52cfb398d7b9125b850..0000000000000000000000000000000000000000
--- a/modules/export_seda/example.php
+++ /dev/null
@@ -1,2 +0,0 @@
-require_once __DIR__.'/DOMTemplateProcessor.php';
-$DOMTemplate = new DOMDocument();$DOMTemplate->load(__DIR__.'/test.xml');$DOMTemplateProcessor = new DOMTemplateProcessor($DOMTemplate);$DOMTemplateProcessor->setSource('bar', 'bazbull');$DOMTemplateProcessor->merge();$xml = $DOMTemplate->saveXML();
\ No newline at end of file
diff --git a/modules/export_seda/export.php b/modules/export_seda/export.php
deleted file mode 100644
index ee9569f71e1bc2e52c30ef43904f3983f7690628..0000000000000000000000000000000000000000
--- a/modules/export_seda/export.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-
-/*
-*   Copyright 2008-2017 Maarch
-*
-*   This file is part of Maarch Framework.
-*
-*   Maarch Framework is free software: you can redistribute it and/or modify
-*   it under the terms of the GNU General Public License as published by
-*   the Free Software Foundation, either version 3 of the License, or
-*   (at your option) any later version.
-*
-*   Maarch Framework is distributed in the hope that it will be useful,
-*   but WITHOUT ANY WARRANTY; without even the implied warranty of
-*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-*   GNU General Public License for more details.
-*
-*   You should have received a copy of the GNU General Public License
-*   along with Maarch Framework.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-require_once __DIR__.'/ArchiveTransferReply.php';
-require_once __DIR__.'/ArchiveTransfer.php';
-require_once __DIR__.'/Acknowledgement.php';
-// Args
-//ARCHIVE TRANSFER
-
-//$listResId = ['100','101','102'];
-
-//$archiveTransfer = new ArchiveTransfer();
-//$message = $archiveTransfer->receive($listResId);
-//$archiveTransfer->sendXml($message);
-
-
-// ACKNOWLEDGEMENT
-//$acknowledgement = new Acknowledgement();
-//$acknowledgement->send(__DIR__. DIRECTORY_SEPARATOR ."seda2". DIRECTORY_SEPARATOR . $message->messageIdentifier->value .".xml");
-
-//ARCHIVE TRANSFER REPLY
-/*
-$archiveTransferReply = new ArchiveTransfertReply();
-$archiveTransferReply->receive(__DIR__. DIRECTORY_SEPARATOR ."seda2". DIRECTORY_SEPARATOR . "bblier-20170216-163047_reply.xml");
-*/
\ No newline at end of file