-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
# Conflicts: # WoPeD-Starter/pom.xml
- Loading branch information
Showing
4 changed files
with
74 additions
and
39 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
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
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 |
---|---|---|
@@ -1,36 +1,37 @@ | ||
<izpack:installation version="5.0" | ||
xmlns:izpack="http://izpack.org/schema/installation" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://izpack.org/schema/installation http://izpack.org/schema/5.0/izpack-installation-5.0.xsd"> | ||
xmlns:izpack="http://izpack.org/schema/installation" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://izpack.org/schema/installation http://izpack.org/schema/5.0/izpack-installation-5.0.xsd"> | ||
|
||
<guiprefs width="640" height="560" resizable="no"> | ||
<modifier key="useHeadingPanel" value="yes"/> | ||
<modifier key="useHeadingForSummary" value="yes"/> | ||
<modifier key="headingLineCount" value="2"/> | ||
<modifier key="headingFontSize" value="1.5"/> | ||
<modifier key="headingBackgroundColor" value="0x00ffffff"/> | ||
<modifier key="headingPanelCounter" value="progressbar"/> | ||
<modifier key="headingPanelCounterPos" value="inNavigationPanel"/> | ||
<modifier key="langDisplayType" value="native"/> | ||
<modifier key="layoutAnchor" value="NORTHWEST"/> | ||
<modifier key="useHeadingPanel" value="yes" /> | ||
<modifier key="useHeadingForSummary" value="yes" /> | ||
<modifier key="headingLineCount" value="2" /> | ||
<modifier key="headingFontSize" value="1.5" /> | ||
<modifier key="headingBackgroundColor" value="0x00ffffff" /> | ||
<modifier key="headingPanelCounter" value="progressbar" /> | ||
<modifier key="headingPanelCounterPos" | ||
value="inNavigationPanel" /> | ||
<modifier key="langDisplayType" value="native" /> | ||
<modifier key="layoutAnchor" value="NORTHWEST" /> | ||
</guiprefs> | ||
|
||
<natives> | ||
<native type="izpack" name="ShellLink.dll"> | ||
<os family="windows" /> | ||
</native> | ||
</native> | ||
|
||
<native type="izpack" name="ShellLink_x64.dll"> | ||
<os family="windows" /> | ||
</native> | ||
</native> | ||
</natives> | ||
|
||
<locale> | ||
<langpack iso3="eng" /> | ||
<langpack iso3="deu" /> | ||
</locale> | ||
<resources> | ||
<langpack iso3="eng" /> | ||
<langpack iso3="deu" /> | ||
</locale> | ||
|
||
<resources> | ||
<res id="LicencePanel.licence" src="License.txt"></res> | ||
<res id="InfoPanel.info" src="Readme.txt"></res> | ||
<res id="Installer.image.0" src="helloPanel.png" /> | ||
|
@@ -45,68 +46,71 @@ | |
<res id="packsLang.xml_eng" src="install-eng.xml" /> | ||
<res id="packsLang.xml_deu" src="install-deu.xml" /> | ||
<res id="shortcutSpec.xml" src="shortcut-win.xml" /> | ||
<res id="Unix_shortcutSpec.xml" src="shortcut-unix.xml"/> | ||
<res id="Unix_shortcutSpec.xml" src="shortcut-unix.xml" /> | ||
<res id="ProcessPanel.Spec.xml" src="process.xml" /> | ||
</resources> | ||
|
||
<info> | ||
<appname>WoPeD</appname> | ||
<appversion>@{woped.version}</appversion> | ||
<authors> | ||
<author name="Responsible: Thomas Freytag" email="[email protected]"></author> | ||
<author name="Responsible: Thomas Freytag" | ||
email="[email protected]"></author> | ||
</authors> | ||
<url>http://www.woped.org</url> | ||
<pack200>lzma</pack200> | ||
</info> | ||
|
||
<panels> | ||
<panel classname="HelloPanel"></panel> | ||
<panel classname="InfoPanel"></panel> | ||
<panel classname="LicencePanel"></panel> | ||
<panel classname="TargetPanel"></panel> | ||
<panel classname="PacksPanel"></panel> | ||
<panel classname="PacksPanel"></panel> | ||
<panel classname="InstallPanel"></panel> | ||
<panel classname="ShortcutPanel"></panel> | ||
<panel classname="SimpleFinishPanel"></panel> | ||
</panels> | ||
|
||
<packs> | ||
<pack name="Executable" required="yes" id="id1"> | ||
<description>Executable files</description> | ||
|
||
<fileset dir="." targetdir="${INSTALL_PATH}" override="true"> | ||
<include name="WoPeD.exe" /> | ||
<include name="Readme.txt" /> | ||
<include name="License.txt" /> | ||
<include name="Changelog.txt" /> | ||
<os family="windows" /> | ||
</fileset> | ||
|
||
<fileset dir="." targetdir="${INSTALL_PATH}" override="true"> | ||
<include name="WoPeD-Starter.jar" /> | ||
<include name="../Linux/WoPeD-Starter.jar" /> | ||
<include name="Readme.txt" /> | ||
<include name="License.txt" /> | ||
<include name="Changelog.txt" /> | ||
<include name="WoPeD.png" /> | ||
<os family="unix" /> | ||
</fileset> | ||
</pack> | ||
|
||
<pack name="PDF Documentation" required="no" id="id1"> | ||
<description>Additional manual and user doc files</description> | ||
|
||
<fileset dir="." targetdir="${INSTALL_PATH}/doc" override="true"> | ||
|
||
<fileset dir="." targetdir="${INSTALL_PATH}/doc" | ||
override="true"> | ||
<include name="doc/pdf/de/*" /> | ||
<include name="doc/pdf/en/*" /> | ||
</fileset> | ||
</pack> | ||
|
||
<pack name="HTML Manual" required="no" id="id1"> | ||
<description>Separate HTML Manual files</description> | ||
|
||
<fileset dir="." targetdir="${INSTALL_PATH}/doc" override="true"> | ||
|
||
<fileset dir="." targetdir="${INSTALL_PATH}/doc" | ||
override="true"> | ||
<include name="doc/html/*" /> | ||
</fileset> | ||
</pack> | ||
|
||
</packs> | ||
</izpack:installation> |
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