-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0183014
commit e2c8591
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<AutomatedInstallation langpack="eng"> | ||
<com.izforge.izpack.panels.htmlhello.HTMLHelloPanel id="welcome"/> | ||
<com.izforge.izpack.panels.target.TargetPanel id="install_dir"> | ||
<installpath>/opt/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 Validation model" selected="false"/> | ||
<pack index="3" name="veraPDF Documentation" selected="false"/> | ||
<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> |