~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to network/wwwblast/Src/XML/NCBI_BlastOutput.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- NCBI_BlastOutput.dtd
 
2
  This file is built from a series of basic modules.
 
3
  The actual ELEMENT and ENTITY declarations are in the modules.
 
4
  This file is used to put them together.
 
5
-->
 
6
<!ENTITY % NCBI_Entity_module PUBLIC "-//NCBI//NCBI_Entity.mod//EN" "NCBI_Entity.mod">
 
7
%NCBI_Entity_module;
 
8
 
 
9
<!ENTITY % NCBI_BlastOutput_module PUBLIC "-//NCBI//NCBI_BlastOutput.mod//EN" "NCBI_BlastOutput.mod">
 
10
%NCBI_BlastOutput_module;