From f8f9a518356df6d199c49a6e7afca025b3c6c104 Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Wed, 29 Mar 2017 15:40:25 +0200
Subject: [PATCH] remove files and sql

---
 modules/export_seda/example.php |  2 --
 modules/export_seda/export.php  | 43 ---------------------------------
 2 files changed, 45 deletions(-)
 delete mode 100644 modules/export_seda/example.php
 delete mode 100644 modules/export_seda/export.php

diff --git a/modules/export_seda/example.php b/modules/export_seda/example.php
deleted file mode 100644
index e68205457d5..00000000000
--- 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 ee9569f71e1..00000000000
--- 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
-- 
GitLab