Diff for /loncom/build/lpml.dtd between versions 1.8 and 1.9

version 1.8, 2001/06/20 12:32:54 version 1.9, 2001/06/24 23:00:02
Line 56  Note that you must type this text exactl Line 56  Note that you must type this text exactl
 attribute value to be understood and processed correctly  attribute value to be understood and processed correctly
 by the lpml "make build" parser.  by the lpml "make build" parser.
 -->  -->
 <!ELEMENT lpml (file|category|fileglob|directory|rpm|link)+>  <!ELEMENT lpml (files|categories|directories|rpm)+>
 <!ATTLIST build>  <!ATTLIST build>
    trigger CDATA #REQUIRED     trigger CDATA #REQUIRED
 >  >
   <!ELEMENT categories category+>
   <!ELEMENT directories directory+>
   <!ELEMENT files (file|fileglob|link)+>
 <!ELEMENT dependencies (#PCDATA)>  <!ELEMENT dependencies (#PCDATA)>
 <!ELEMENT note (#PCDATA)>  <!ELEMENT note (#PCDATA)>
   
Line 85  by the lpml "make build" parser. Line 88  by the lpml "make build" parser.
 <!ELEMENT file (source,target,categoryname,description?,  <!ELEMENT file (source,target,categoryname,description?,
                 note?,build?,status?,dependencies?)>                  note?,build?,status?,dependencies?)>
 <!ELEMENT link (source,target,categoryname,description?,  <!ELEMENT link (source,target,categoryname,description?,
                 note?,build?,status?)>                  note?,build?,status?,dependencies?)>
   
 <!ELEMENT fileglob (glob,sourcedir,targetdir,categoryname,  <!ELEMENT fileglob (glob,sourcedir,targetdir,categoryname,
                     description?,filenames?)>                      description?,note?,build?,status?,dependencies?,filenames?)>
 <!ELEMENT filenames (#PCDATA)>  <!ELEMENT filenames (#PCDATA)>
   
 <!ELEMENT rpm (rpmSummary,rpmName,rpmVersion,rpmRelease,rpmVendor,  <!ELEMENT rpm (rpmSummary,rpmName,rpmVersion,rpmRelease,rpmVendor,

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>