-
Notifications
You must be signed in to change notification settings - Fork 26
/
auto-install-tmp.xml
38 lines (33 loc) · 1.84 KB
/
auto-install-tmp.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
All rights reserved.
veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify
it under the terms of either:
The GNU General public license GPLv3+.
You should have received a copy of the GNU General Public License
along with veraPDF PDF/A Validation Applications as the LICENSE.GPL file in the root of the source
tree. If not, see http://www.gnu.org/licenses/ or
https://www.gnu.org/licenses/gpl-3.0.en.html.
The Mozilla Public License MPLv2+.
You should have received a copy of the Mozilla Public License along with
veraPDF PDF/A Validation Applications as the LICENSE.MPL file in the root of the source tree.
If a copy of the MPL was not distributed with this file, you can obtain one at
http://mozilla.org/MPL/2.0/.
-->
<AutomatedInstallation langpack="eng">
<com.izforge.izpack.panels.htmlhello.HTMLHelloPanel id="welcome"/>
<com.izforge.izpack.panels.target.TargetPanel id="install_dir">
<installpath>/tmp/verapdf</installpath>
</com.izforge.izpack.panels.target.TargetPanel>
<com.izforge.izpack.panels.packs.PacksPanel id="sdk_pack_select">
<pack index="0" name="veraPDF GUI" selected="true"/>
<pack index="1" name="veraPDF Mac and *nix Scripts" selected="true"/>
<pack index="2" name="veraPDF Corpus and Validation model" selected="false"/>
<pack index="3" name="veraPDF Documentation" selected="true"/>
<pack index="4" name="veraPDF Sample Plugins" selected="false"/>
</com.izforge.izpack.panels.packs.PacksPanel>
<com.izforge.izpack.panels.install.InstallPanel id="install"/>
<com.izforge.izpack.panels.finish.FinishPanel id="finish"/>
</AutomatedInstallation>