Annotation of doc/loncapafiles/testfiles.lpml, revision 1.1
1.1 ! harris41 1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
! 2: "http://lpml.sourceforge.net/DTD/lpml.dtd">
! 3: <!-- testfiles.lpml -->
! 4: <!-- Scott Harrison -->
! 5:
! 6: <!-- $Id$ -->
! 7:
! 8: <!--
! 9:
! 10: Copyright Michigan State University Board of Trustees
! 11:
! 12: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
! 13:
! 14: LON-CAPA is free software; you can redistribute it and/or modify
! 15: it under the terms of the GNU General Public License as published by
! 16: the Free Software Foundation; either version 2 of the License, or
! 17: (at your option) any later version.
! 18:
! 19: LON-CAPA is distributed in the hope that it will be useful,
! 20: but WITHOUT ANY WARRANTY; without even the implied warranty of
! 21: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! 22: GNU General Public License for more details.
! 23:
! 24: You should have received a copy of the GNU General Public License
! 25: along with LON-CAPA; if not, write to the Free Software
! 26: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
! 27:
! 28: /home/httpd/html/adm/gpl.txt
! 29:
! 30: http://www.lon-capa.org/
! 31:
! 32: -->
! 33:
! 34: <!-- Default values must be defined before specific values. -->
! 35: <!-- If no 'dist' attribute is specified, then it is always installed. -->
! 36: <!-- If 'dist' attribute is set to 'default', then the specification. -->
! 37: <!-- is accepted if an alternative distribution is not requested or not -->
! 38: <!-- defined. -->
! 39:
! 40: <lpml>
! 41: <specialnotices>
! 42: <specialnotice dist='default'>
! 43: </specialnotice>
! 44: </specialnotices>
! 45: <targetroot>/test</targetroot>
! 46: <sourceroot>/home/user/loncapa/</sourceroot>
! 47: <categories>
! 48: <category name="system file" type="runtime">
! 49: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
! 50: <abbreviation>systemfile</abbreviation>
! 51: </category>
! 52: <category name="system file" type="development">
! 53: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
! 54: <abbreviation>systemfile</abbreviation>
! 55: </category>
! 56: <category name="standard" type="runtime">
! 57: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
! 58: <abbreviation>directory</abbreviation>
! 59: </category>
! 60: <category name="standard" type="development">
! 61: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
! 62: <abbreviation>directory</abbreviation>
! 63: </category>
! 64: </categories>
! 65: <directories>
! 66: </directories>
! 67: <files>
! 68: <file>
! 69: <source>loncom/build/system_dependencies/Makefile</source>
! 70: <target dist='default'>Makefile</target>
! 71: <categoryname>system file</categoryname>
! 72: <description>
! 73: Makefile for testing horizontal system partitions of LON-CAPA
! 74: </description>
! 75: <note>
! 76: </note>
! 77: </file>
! 78: <file>
! 79: <source>loncom/build/system_dependencies/perltest.pl</source>
! 80: <target dist='default'>perltest.pl</target>
! 81: <categoryname>system file</categoryname>
! 82: <description>
! 83: Tests to see if all needed CPAN perl modules are present on the system
! 84: and if they are of the appropriate version.
! 85: </description>
! 86: <note>
! 87: </note>
! 88: </file>
! 89: <file>
! 90: <source>loncom/build/system_dependencies/pmvers</source>
! 91: <target dist='default'>pmvers</target>
! 92: <categoryname>system file</categoryname>
! 93: <description>
! 94: Part of the pmtools suite. Checks the version number of a given
! 95: perl module.
! 96: </description>
! 97: <note>
! 98: </note>
! 99: </file>
! 100: <file>
! 101: <source>loncom/build/system_dependencies/sqltest.pl</source>
! 102: <target dist='default'>sqltest.pl</target>
! 103: <categoryname>system file</categoryname>
! 104: <description>
! 105: Tests to see if the MySQL database is present on the system, if it is
! 106: an appropriate version, and if it can be connected to by the information
! 107: in access.conf (soon to be loncapa.conf).
! 108: </description>
! 109: <note>
! 110: </note>
! 111: </file>
! 112: </files>
! 113: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>