don't reference file that doesn't exist

Original commit message from CVS:
don't reference file that doesn't exist
This commit is contained in:
Thomas Vander Stichele 2004-12-16 19:31:19 +00:00
parent f24de41e35
commit 48c7d4dbc5

View file

@ -40,7 +40,7 @@
<!ENTITY THREADS SYSTEM "advanced-threads.xml"> <!ENTITY THREADS SYSTEM "advanced-threads.xml">
<!ENTITY SCHEDULERS SYSTEM "advanced-schedulers.xml"> <!ENTITY SCHEDULERS SYSTEM "advanced-schedulers.xml">
<!ENTITY AUTOPLUGGING SYSTEM "advanced-autoplugging.xml"> <!ENTITY AUTOPLUGGING SYSTEM "advanced-autoplugging.xml">
<!ENTITY DATAACCESS SYSTEM "advanced-dataaccess.xml"> <!--<!ENTITY DATAACCESS SYSTEM "advanced-dataaccess.xml">-->
<!-- Part 4: Higher-level interfaces --> <!-- Part 4: Higher-level interfaces -->
<!ENTITY XML SYSTEM "highlevel-xml.xml"> <!ENTITY XML SYSTEM "highlevel-xml.xml">
@ -237,7 +237,7 @@ Idea:
&THREADS; &THREADS;
&SCHEDULERS; &SCHEDULERS;
&AUTOPLUGGING; &AUTOPLUGGING;
&DATAACCESS; <!-- &DATAACCESS; -->
</part> </part>