tenderlove / dom-test-suite

2001 Dom test suite

This URL has Read+Write access

tenderlove (author)
Sun Aug 31 16:22:01 -0700 2008
commit  c28bfab0e66a8b9125e690dd2e6c08c8e367553e
tree    ec271e0cd19e1bcdd30a97848ff9ee23df5132dc
parent  b9538458499af0f0911fed42018c0f48e10df409
dom-test-suite / domts.xml
100644 87 lines (68 sloc) 2.504 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<module name="domts">
<!--
Copyright (c) 2003-2004 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, Keio University). All
Rights Reserved. This program is distributed under the W3C's Software
Intellectual Property License. This program is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
See W3C License http://www.w3.org/Consortium/Legal/ for more details.
-->
 
<!--
 
Gump (http://jakarta.apache.org/gump) descriptor for the
DOM Test Suite
 
-->
 
  <url href="http://www.w3.org/DOM/Test"/>
  <description>
    Document Object Model Conformance Test Suites
  </description>
  <redistributable/>
 
  <cvs repository="w3c" module="2001/DOM-Test-Suite"/>
  
  <project name="dom1">
    <description>DOM Level 1 test suites</description>
    <ant target="dom1-gump" />
 
    <depend project="ant" inherit="runtime"/>
    <depend project="xml-xerces"/>
    <depend project="xml-xalan2"/>
    <depend project="junit"/>
 
    <home nested="build"/>
    <jar name="dom1-core.jar" />
    <jar name="dom1-html.jar" />
    <jar name="junit-run.jar" />
    <license name="docs/resources/COPYRIGHT.html"/>
 
    <nag from="Curt Arnold &lt;carnold@houston.rr.com&gt;"
      to="www-dom-ts@w3.org"/>
  </project>
 
  <project name="dom2">
    <description>DOM Level 2 test suites</description>
    <ant target="dom2-gump" />
 
    <depend project="ant" inherit="runtime"/>
    <depend project="xml-xerces"/>
    <depend project="xml-xalan2"/>
 
    <home nested="build"/>
    <jar name="dom2-core.jar" />
    <jar name="dom2-html.jar" />
    <jar name="dom2-events.jar" />
    <license name="docs/resources/COPYRIGHT.html"/>
 
    <nag from="Curt Arnold &lt;carnold@houston.rr.com&gt;"
      to="www-dom-ts@w3.org"/>
  </project>
 
  <project name="dom3">
    <description>DOM Level 3 test suites</description>
    <ant target="dom3-gump" />
 
    <depend project="ant" inherit="runtime"/>
    <depend project="xml-xerces"/>
    <depend project="xml-xalan2"/>
 
    <home nested="build"/>
    <jar name="dom3-core.jar" />
    <jar name="dom3-ls.jar" />
    <jar name="dom3-events.jar" />
    <jar name="dom3-validation.jar" />
    <jar name="dom3-xpath.jar" />
    <license name="docs/resources/COPYRIGHT.html"/>
 
    <nag from="Curt Arnold &lt;carnold@houston.rr.com&gt;"
      to="www-dom-ts@w3.org"/>
  </project>
 
</module>