~ubuntu-branches/ubuntu/gutsy/horae/gutsy

« back to all changes in this revision

Viewing changes to 0CPAN/XML-Simple-2.14/t/srt.xml

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2006-12-28 12:36:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061228123648-9xnjr76wfthd92cq
Tags: 064-1
New upstream release, dropped dependency on libtk-filedialog-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' standalone='yes'?>
2
 
 
3
 
<!--
4
 
 
5
 
   This is an example of what a simple config file used by the System Release
6
 
   Tool (SRT) might look like.  The file itself doesn't do anything other
7
 
   than serve as a moderately complex test case for t/1_XMLin.t.
8
 
 
9
 
   If you would like to find out more about the SRT, email the author at:
10
 
 
11
 
     grantm@cpan.org
12
 
 
13
 
-->
14
 
   
15
 
<opt>
16
 
  <global tempdir="C:/Temp"
17
 
          httpproxy="http://10.1.1.5:8080/"
18
 
          proxyuser="foo"
19
 
          proxypswd="bar" >
20
 
 
21
 
    <exclude>/_vt</exclude>
22
 
    <exclude>/save\b</exclude>
23
 
    <exclude>\.bak$</exclude>
24
 
    <exclude>\.\$\$\$$</exclude>
25
 
 
26
 
  </global>
27
 
 
28
 
  <pubpath name="test1" title="web_source -&gt; web_target1">
29
 
    <source label="web_source"
30
 
            root="C:/webshare/web_source" />
31
 
    <target label="web_target1"
32
 
            root="C:/webshare/web_target1"
33
 
            temp="C:/webshare/web_target1/temp" />
34
 
 
35
 
    <dir>wwwroot</dir>
36
 
 
37
 
    <package name="images" dir="wwwroot/images" />
38
 
 
39
 
  </pubpath>
40
 
 
41
 
  <pubpath name="test2" title="web_source -&gt; web_target1 &amp; web_target2">
42
 
    <source label="web_source"
43
 
            root="C:/webshare/web_source" />
44
 
    <target label="web_target1"
45
 
            root="C:/webshare/web_target1"
46
 
            temp="C:/webshare/web_target1/temp" />
47
 
    <target label="web_target2"
48
 
            root="C:/webshare/web_target2"
49
 
            temp="C:/webshare/web_target2/temp" />
50
 
 
51
 
    <dir>wwwroot</dir>
52
 
 
53
 
    <package name="images" dir="wwwroot/images" />
54
 
    <package name="templates" dir="wwwroot/templates" />
55
 
    <package name="bios" dir="wwwroot/staff/bios" />
56
 
 
57
 
  </pubpath>
58
 
 
59
 
  <pubpath name="test3" title="web_source -&gt; web_target1 via HTTP">
60
 
    <source label="web_source"
61
 
            root="C:/webshare/web_source" />
62
 
    <target label="web_target1"
63
 
            root="http://127.0.0.1/cgi-bin/srt_slave.plx"
64
 
            noproxy="1" />
65
 
 
66
 
    <dir>wwwroot</dir>
67
 
 
68
 
    <addexclude>\.pdf$</addexclude>
69
 
 
70
 
  </pubpath>
71
 
 
72
 
</opt>