From 9b87fb62ef003a8a001ced91004682e876eb5921 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 17 Aug 2009 10:01:03 +0000 Subject: [PATCH] Correct the comment: this script uses fixed locations, not a parameter. --- build/import.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/import.pl b/build/import.pl index 0ba3340f..e592b3ba 100755 --- a/build/import.pl +++ b/build/import.pl @@ -6,9 +6,8 @@ # 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 indicated by a numeric parameter, e.g. 999 would indicate uk000999.xml -# -# ./check_entity 123 +# The fragment is always taken from entities/import.xml, and the output is always placed +# in entities/imported.xml. # system("java -cp ../bin:../lib/joda-time-1.6.jar -Djava.endorsed.dirs=../tools/xalan/endorsed org.apache.xalan.xslt.Process -IN ../entities/import.xml -OUT ../entities/imported.xml -XSL import.xsl");