mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 19:57:28 +00:00
Merge pull request #884 from stokito/install4j
SPARK-2346 make default-jre or any other JRE for Linux Deb
This commit is contained in:
commit
feae1902c4
@ -34,7 +34,7 @@
|
||||
</files>
|
||||
<launchers>
|
||||
<launcher name="Spark" id="4" icnsFile="images/message.icns">
|
||||
<executable name="Spark" iconSet="true" iconFile="images/spark.ico" executableDir="." stderrFile="logs/error.log" redirectStdout="true" stdoutFile="logs/output.log" executableMode="gui" singleInstance="true" serviceDescription="communicator" dpiAware="false">
|
||||
<executable name="Spark" iconSet="true" iconFile="images/spark.ico" executableDir="." redirectStderr="false" executableMode="gui" singleInstance="true" serviceDescription="communicator" dpiAware="false">
|
||||
<versionInfo include="true" fileDescription="${compiler:sys.shortName}" legalCopyright="${compiler:sys.publisher}" internalName="${compiler:sys.shortName}" />
|
||||
</executable>
|
||||
<java mainClass="org.jivesoftware.launcher.Startup" vmParameters=""-Dappdir=${launcher:sys.launcherDirectory}" -Dsun.java2d.noddraw=true "-Djava.library.path=${launcher:sys.launcherDirectory}\lib\windows"" preferredVM="client">
|
||||
@ -844,7 +844,7 @@ return console.askYesNo(message, true);
|
||||
</exclude>
|
||||
<jreBundle jreBundleSource="none" />
|
||||
</linuxRPM>
|
||||
<linuxDeb name="Linux Deb Archive" id="166" dependencies="default-jre">
|
||||
<linuxDeb name="Linux Deb Archive" id="166" dependencies="default-jre | java-runtime (>= 8)">
|
||||
<exclude>
|
||||
<entry location="bin/startup.bat" />
|
||||
<entry location="documentation" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user