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");