Mercurial > emacs
view etc/schema/xhtml-applet.rnc @ 107698:89eccb374dec
Update Semantic test copyrights, delete some test files (Bug#4656).
* cedet/tests/test.cpp:
* cedet/tests/test.py:
* cedet/tests/teststruct.cpp:
* cedet/tests/testtemplates.cpp:
* cedet/tests/testusing.cpp:
* cedet/tests/scopetest.cpp:
* cedet/tests/scopetest.java: Files deleted.
* cedet/tests/test.make:
* cedet/tests/test.c:
* cedet/tests/testjavacomp.java:
* cedet/tests/testspp.c:
* cedet/tests/testsppreplace.c:
* cedet/tests/testsppreplaced.c:
* cedet/tests/testsubclass.cpp:
* cedet/tests/testsubclass.hh:
* cedet/tests/testtypedefs.cpp:
* cedet/tests/testvarnames.c:
* cedet/tests/test.el:
* cedet/tests/testdoublens.cpp:
* cedet/tests/testdoublens.hpp: Add copyright header.
* cedet/semantic-tests.el (semanticdb-test-gnu-global): Remove
reference to deleted files.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 29 Mar 2010 17:26:49 -0400 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Applet Module applet = element applet { applet.attlist, # No restrictions on mixed content in TREX. param*, Flow.model } applet.attlist = Core.attrib, attribute alt { Text.datatype }, attribute archive { text }?, attribute code { text }?, attribute codebase { URI.datatype }?, attribute object { text }?, attribute height { Length.datatype }, attribute width { Length.datatype } Inline.class |= applet