[/] [trunk/] [src/] [uppaalxml/] [sources.ml] - Blame information for rev 62

Line No. Rev Author Line
1 16 tbourke
(* $Id: sources.ml 62 2008-08-20 11:20:33Z tbourke $
2 62 tbourke
 *
3
 * Copyright (c) 2008 Timothy Bourke (University of NSW and NICTA)
4
 * All rights reserved.
5
 *
6
 * This program is free software; you can redistribute it and/or modify it
7
 * under the terms of the "BSD License" which is distributed with the
8
 * software in the file LICENSE.
9
 *
10
 * This program is distributed in the hope that it will be useful, but
11
 * WITHOUT ANY WARRANTY; without even the implied warranty of
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the BSD
13
 * License for more details.
14
 *
15 16 tbourke
 * Requires: smlnj-lib
16
 *           fxp
17
 *           general, lib
18
 *)
19
use "xml/nta_types.sig";
20
use "xml/nta_types_output.sig";
21
use "xml/nta.sig";
22
use "xml/ntafn.sml";
23
use "xml/nta_output.sig";
24
use "xml/xml_writer.sig";
25
use "xml/xmlwriter.sml";
26
use "xml/ntaoutputfn.sml";
27
use "xml/textnta.sml";
28
use "xml/uppaal_dtd.sig";
29
use "xml/uppaaldtd.sml";
30
use "xml/uppaalhooks.sml";
31
use "xml/uppaalresolver.sml";
32
use "xml/uppaal_xml.sig";
33
use "xml/uppaalxml.sml";