62 |
|
$self->newparse("init"); |
63 |
|
$self->newparse("download"); |
64 |
|
$self->newparse("setup"); |
65 |
+ |
$self->newparse("setup_tools"); |
66 |
+ |
$self->addarchtags("setup_tools"); |
67 |
+ |
$self->addarchtags("setup"); |
68 |
|
$self->addtag("init","project",\&Project_Start,$self, |
69 |
|
\&Project_text,$self,"", $self ); |
70 |
|
$self->addurltags("download"); |
73 |
|
$self->addtag("download","use",\&Use_download_Start,$self, |
74 |
|
"", $self, "",$self); |
75 |
|
$self->addurltags("setup"); |
76 |
< |
$self->addtag("setup","use",\&Use_Start,$self, "", $self, "",$self); |
76 |
> |
$self->addtag("setup_tools","use",\&Use_Start,$self, "", $self, "",$self); |
77 |
|
$self->addtag("setup","structure",\&Structure_Start,$self, |
78 |
|
"", $self, "",$self); |
79 |
|
|
137 |
|
|
138 |
|
# --- and parse the setup file |
139 |
|
$self->parse("setup"); |
140 |
+ |
$self->parse("setup_tools"); |
141 |
|
|
142 |
|
# --- store bootstrap info |
143 |
|
$self->store($self->location()."/".$self->{admindir}."/ConfigArea.dat"); |