OSDN Git Service

Rationalise path identification for XML file locations.
[mingw/mingw-get.git] / xml / profile.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <profile project="MinGW" application="mingw-get">
3   <!--
4     $Id$
5
6     Written by Keith Marshall  <keithmarshall@users.sourceforge.net>
7     Copyright (C) 2009, MinGW Project
8
9
10     Master configuration profile for mingw-get.
11
12     This is free software.  Permission is granted to copy, modify and
13     redistribute this software, under the provisions of the GNU General
14     Public License, Version 3, (or, at your option, any later version),
15     as published by the Free Software Foundation; see the file COPYING
16     for licensing details.
17
18     Note, in particular, that this software is provided "as is", in the
19     hope that it may prove useful, but WITHOUT WARRANTY OF ANY KIND; not
20     even an implied WARRANTY OF MERCHANTABILITY, nor of FITNESS FOR ANY
21     PARTICULAR PURPOSE.  Under no circumstances will the author, or the
22     MinGW Project, accept liability for any damages, however caused,
23     arising from the use of this software.
24   -->
25
26   <repository uri="http://prdownloads.sourceforge.net/mingw/%F.xml.lzma?download">
27     <!--
28       The "repository" specification identifies the URI where package
29       list catalogues may be downloaded; each catalogue download URI is
30       identified by substituting the catalogue name for the "%F" field
31       in the uri specification.
32
33       FIXME: package lists specified here will inhibit searching of any
34       master index maintained on the repository server.  At present, the
35       master index search facility is unsupported, so only these locally
36       specified package lists will be loaded; remove them when the index
37       search feature becomes available, to enable master index search.
38     -->
39     <package-list catalogue="package-index" />
40   </repository>
41
42   <system-map id="default">
43     <!--
44       The system map specifies the installation paths for each managed
45       subsystem.  Multiple system maps are supported, provided each is
46       given a unique "id" attribute; each specifies an "installation",
47       comprising a collection of subsystems, each of which in turn is
48       associated with a specific "sysroot path".
49       
50       Each individual "sysroot path" defines one installation of one
51       specific subsystem; parallel installations may be supported by
52       assigning distinct paths to two or more sysroot specifications
53       for the same subsystem; each such sysroot specification must
54       then be assigned to a distinct system-map.
55
56       Any single sysroot definition may be shared by any number of
57       system-maps, simply by duplicating that definition within each;
58       however, each system-map may contain only one sysroot definition
59       for each individual subsystem.
60
61       Only one system map may be active at any time.  Unless otherwise
62       specified by user selection, the first encountered is accepted as
63       default, irrespective of its actual "id" attribute value.
64     -->
65     <sysroot subsystem="mingw32" path="c:/MinGW" />
66     <sysroot subsystem="MSYS" path="c:/MSYS/1.0" />
67   </system-map>
68
69 </profile>
70 <!-- $RCSfile$: end of file -->