diff options
author | wisberg <wisberg> | 2004-10-06 08:40:05 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-10-06 08:40:05 +0000 |
commit | f54f7e805474b561810a46fb3493cbc5fda68d4b (patch) | |
tree | 77aa6f8aef84638d12ce1117efe998598e8f2eb3 /tests/ajcTestSuite.dtd | |
parent | 18316bf6a43cec4d413daf0997ad812f99875e88 (diff) | |
download | aspectj-f54f7e805474b561810a46fb3493cbc5fda68d4b.tar.gz aspectj-f54f7e805474b561810a46fb3493cbc5fda68d4b.zip |
removing unused file entity, adding fork attribute
Diffstat (limited to 'tests/ajcTestSuite.dtd')
-rw-r--r-- | tests/ajcTestSuite.dtd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/ajcTestSuite.dtd b/tests/ajcTestSuite.dtd index c324963d7..762904629 100644 --- a/tests/ajcTestSuite.dtd +++ b/tests/ajcTestSuite.dtd @@ -12,7 +12,7 @@ <!ATTLIST ajc-test keywords CDATA #IMPLIED >
<!ATTLIST ajc-test comment CDATA #IMPLIED >
- <!ELEMENT compile (dir-changes*,file*,message*)>
+ <!ELEMENT compile (dir-changes*,message*)>
<!ATTLIST compile staging CDATA #IMPLIED >
<!ATTLIST compile badInput CDATA #IMPLIED >
<!ATTLIST compile files CDATA #IMPLIED >
@@ -39,9 +39,8 @@ <!ATTLIST run options CDATA #IMPLIED >
<!ATTLIST run errStreamIsError CDATA #IMPLIED >
<!ATTLIST run outStreamIsError CDATA #IMPLIED >
-
- <!ELEMENT file (#PCDATA)>
- <!ATTLIST file path CDATA #IMPLIED >
+ <!ATTLIST run fork CDATA #IMPLIED >
+ <!ATTLIST run vmargs CDATA #IMPLIED >
<!ELEMENT message (source*)>
<!ATTLIST message kind (abort | fail | error | warning | info | Xlint) #REQUIRED >
|