Diff for /loncom/build/lpml.dtd between versions 1.7 and 1.10

version 1.7, 2001/06/15 00:59:22 version 1.10, 2001/11/05 02:56:34
Line 45 Line 45
 <!ELEMENT sourcedir (#PCDATA)>  <!ELEMENT sourcedir (#PCDATA)>
 <!ELEMENT glob (#PCDATA)>  <!ELEMENT glob (#PCDATA)>
 <!ELEMENT build (#PCDATA)>  <!ELEMENT build (#PCDATA)>
   <!ELEMENT buildlink (#PCDATA)>
   
 <!--   <!-- 
 The trigger attribute of the build element is meant  The trigger attribute of the build element is meant
Line 56  Note that you must type this text exactl Line 57  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)+>  <!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 82  by the lpml "make build" parser. Line 86  by the lpml "make build" parser.
     dist CDATA #REQUIRED      dist CDATA #REQUIRED
     >      >
   
 <!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?,buildlink?,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.7  
changed lines
  Added in v.1.10


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