Skip to content

Commit

Permalink
Correct the comment: this script uses fixed locations, not a parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 17, 2009
1 parent f98f760 commit 9b87fb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/import.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 9b87fb6

Please sign in to comment.