mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Adding jre to linux build.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9035 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<install4j version="4.0.6" transformSequenceNumber="1">
|
||||
<install4j version="4.0.5" transformSequenceNumber="1">
|
||||
<directoryPresets config="../../target/build/lib" />
|
||||
<application name="${compiler:APP_NAME}" distributionSourceDir="" applicationId="3057-7228-2063-7466" mediaDir="../../../../.." mediaFilePattern="spark_${compiler:sys.version}" compression="9" lzmaCompression="true" pack200Compression="false" excludeSignedFromPacking="true" keepModificationTimes="false" shortName="${compiler:APP_SHORT_NAME}" publisher="${compiler:PUBLISHER}" publisherWeb="${compiler:PUBLISHER_URL}" version="${compiler:VERSION_MAJOR}.${compiler:VERSION_MINOR}.${compiler:VERSION_REVISION}" allPathsRelative="true" backupOnSave="false" autoSave="false" convertDotsToUnderscores="true" macSignature="????" javaMinVersion="1.5" javaMaxVersion="1.6" allowBetaVM="false">
|
||||
<languages skipLanguageSelection="false">
|
||||
@ -406,7 +406,7 @@
|
||||
<excludedInstallerScreens />
|
||||
<excludedUninstallerScreens />
|
||||
</win32>
|
||||
<unixArchive name="Unix Archive" id="13" mediaFileName="" installDir="${compiler:APP_SHORT_NAME}" overridePrincipalLanguage="true" requires64bit="false" runPostProcessor="false" postProcessor="" failOnPostProcessorError="false" includedJRE="" manualJREEntry="false">
|
||||
<unixArchive name="Unix Archive" id="13" mediaFileName="" installDir="${compiler:APP_SHORT_NAME}" overridePrincipalLanguage="true" requires64bit="false" runPostProcessor="false" postProcessor="" failOnPostProcessorError="false" includedJRE="linux-x86-1.6.0_02" manualJREEntry="false">
|
||||
<excludedLaunchers />
|
||||
<excludedComponents />
|
||||
<overriddenPrincipalLanguage id="en" customLocalizationFile="" />
|
||||
@ -415,7 +415,7 @@
|
||||
<entry location="bin/startup.sh" launcher="false" />
|
||||
<entry location="lib/mac" launcher="false" />
|
||||
<entry location="lib/windows" launcher="false" />
|
||||
<entry location="plugins/jniwrapper.jar" launcher="false" />
|
||||
<entry location="plugins/linuxplugin.jar.pack" launcher="false" />
|
||||
</exclude>
|
||||
<variables />
|
||||
</unixArchive>
|
||||
|
||||
Reference in New Issue
Block a user