14 lines
289 B
Factor
14 lines
289 B
Factor
|
|
! Copyright (C) 2005, 2006 Daniel Ehrenberg
|
||
|
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
|
PROVIDE: contrib/xml
|
||
|
|
{ +files+ {
|
||
|
|
"tokenizer.factor"
|
||
|
|
"parser.factor"
|
||
|
|
"writer.factor"
|
||
|
|
"utilities.factor"
|
||
|
|
"xml.facts"
|
||
|
|
} }
|
||
|
|
{ +tests+ {
|
||
|
|
"test.factor"
|
||
|
|
} } ;
|