From b289420e28eee1e9cd77d53ee7cbcb7355248dac Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 9 Sep 2013 10:31:44 +0000 Subject: [PATCH] Remove long-superseded script. --- build/import.pl | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 build/import.pl diff --git a/build/import.pl b/build/import.pl deleted file mode 100755 index 1a9a6e36..00000000 --- a/build/import.pl +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/perl -w - -use Xalan; - -# -# Import an entity metadata fragment file. -# -# This utility is intended for use immediately before checking in a new entity fragment, -# or prior to checking in major changes such as to embedded trust certificates. -# -# The fragment is always taken from entities/import.xml, and the output is always placed -# in entities/imported.xml. -# - -system(xalanCall . " -IN ../entities/import.xml -OUT ../entities/imported.xml -XSL import.xsl");