Skip to content

Commit

Permalink
SPARK-2346 add resources/Info.plist to exlude list
Browse files Browse the repository at this point in the history
  • Loading branch information
Plyha committed Sep 8, 2024
1 parent 3e43f74 commit 9476333
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion distribution/src/installer/spark.install4j
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="10.0.3" transformSequenceNumber="10">
<install4j version="10.0.9" transformSequenceNumber="10">
<directoryPresets config="../../target/distribution-base/lib" />
<application name="Spark" applicationId="3057-7228-2063-7466" mediaDir="../../target/" mediaFilePattern="spark_${compiler:sys.version}" compression="9" lzmaCompression="true" commonExternalFiles="true" shortName="Spark" publisher="Ignite Realtime" publisherWeb="http://www.igniterealtime.org" version="3.0.0" allPathsRelative="true" macVolumeId="ccfadd9e467a1ebd" javaMinVersion="1.8" jdkMode="runtimeJre">
<languages skipLanguageSelection="true">
Expand Down Expand Up @@ -704,6 +704,7 @@ return console.askYesNo(message, true);
<entry location="lib/mac" />
<entry location="plugins/apple.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/startup.sh" />
</exclude>
<jreBundle jreBundleSource="none" />
Expand All @@ -717,6 +718,7 @@ return console.askYesNo(message, true);
<entry location="lib/mac" />
<entry location="plugins/apple.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/startup.sh" />
</exclude>
<jreBundle jreBundleSource="preCreated" includedJre="windows-x86-1.8.0_202" />
Expand All @@ -730,6 +732,7 @@ return console.askYesNo(message, true);
<entry location="lib/mac" />
<entry location="plugins/apple.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/startup.sh" />
</exclude>
<jreBundle jreBundleSource="none" />
Expand All @@ -743,6 +746,7 @@ return console.askYesNo(message, true);
<entry location="lib/mac" />
<entry location="plugins/apple.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/startup.sh" />
</exclude>
<jreBundle jreBundleSource="none" />
Expand All @@ -756,6 +760,7 @@ return console.askYesNo(message, true);
<entry location="lib/mac" />
<entry location="plugins/apple.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/startup.sh" />
</exclude>
<jreBundle jreBundleSource="none" />
Expand All @@ -769,6 +774,7 @@ return console.askYesNo(message, true);
<entry location="lib/mac" />
<entry location="plugins/apple.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/startup.sh" />
</exclude>
<jreBundle jreBundleSource="preCreated" includedJre="windows-x86-1.8.0_202" />
Expand All @@ -782,6 +788,7 @@ return console.askYesNo(message, true);
<entry location="lib/mac" />
<entry location="plugins/apple.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/startup.sh" />
</exclude>
<jreBundle jreBundleSource="none" />
Expand All @@ -796,6 +803,7 @@ return console.askYesNo(message, true);
<entry location="plugins/apple.jar" />
<entry location="plugins/flashing.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/jniwrap.dll" />
<entry location="resources/startup.bat" />
<entry location="resources/systeminfo.dll" />
Expand All @@ -812,6 +820,7 @@ return console.askYesNo(message, true);
<entry location="plugins/apple.jar" />
<entry location="plugins/flashing.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/jniwrap.dll" />
<entry location="resources/startup.bat" />
<entry location="resources/systeminfo.dll" />
Expand All @@ -828,6 +837,7 @@ return console.askYesNo(message, true);
<entry location="plugins/apple.jar" />
<entry location="plugins/flashing.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/jniwrap.dll" />
<entry location="resources/startup.bat" />
<entry location="resources/systeminfo.dll" />
Expand All @@ -844,6 +854,7 @@ return console.askYesNo(message, true);
<entry location="plugins/apple.jar" />
<entry location="plugins/flashing.jar" />
<entry location="plugins/growl.jar" />
<entry location="resources/Info.plist" />
<entry location="resources/jniwrap.dll" />
<entry location="resources/startup.bat" />
<entry location="resources/systeminfo.dll" />
Expand Down

0 comments on commit 9476333

Please sign in to comment.