Skip to content

Commit

Permalink
Updated exe4j
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/subsonic/code/trunk@3311 104adb81-38d2-4886-885e-82898e39ce25
  • Loading branch information
sindremehus committed Jan 8, 2013
1 parent cf036fd commit 03fa3a9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions subsonic-installer-windows/src/main/exe4j/subsonic-agent.exe4j
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<exe4j version="4.4.4" transformSequenceNumber="1">
<exe4j version="4.5.1" transformSequenceNumber="1">
<directoryPresets config="." />
<application name="Subsonic" distributionSourceDir="../../../target">
<languages>
Expand All @@ -8,7 +8,13 @@
</application>
<executable name="subsonic-agent" type="1" iconSet="true" iconFile="subsonic-16.ico" executableDir="" redirectStderr="true" stderrFile="log/subsonic-agent.log" stderrMode="overwrite" redirectStdout="false" stdoutFile="output.log" stdoutMode="overwrite" failOnStderrOutput="true" executableMode="1" changeWorkingDirectory="true" workingDirectory="." singleInstance="false" serviceStartType="2" serviceDependencies="" serviceDescription="Subsonic Music Streamer (http://subsonic.org)" jreLocation="" executionLevel="asInvoker" checkConsoleParameter="false" globalSingleInstance="false" amd64="false">
<messageSet>
<message id="NoJvmFound" text="Java was not found on your system. Please download Java from www.java.com." />
<message id="NoJvmFound" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmInPath" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmDefinedPath" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="NoJvmFound3264" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmInPath3264" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmDefinedPath32" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmDefinedPath64" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
</messageSet>
<versionInfo include="false" fileVersion="" fileDescription="" legalCopyright="" internalName="" productName="" companyName="" productVersion="" />
</executable>
Expand Down
10 changes: 8 additions & 2 deletions subsonic-installer-windows/src/main/exe4j/subsonic-service.exe4j
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<exe4j version="4.4.4" transformSequenceNumber="1">
<exe4j version="4.5.1" transformSequenceNumber="1">
<directoryPresets config="." />
<application name="Subsonic" distributionSourceDir="../../../target">
<languages>
Expand All @@ -8,7 +8,13 @@
</application>
<executable name="subsonic-service" type="1" iconSet="true" iconFile="subsonic-16.ico" executableDir="" redirectStderr="true" stderrFile="log/subsonic-service.log" stderrMode="overwrite" redirectStdout="false" stdoutFile="output.log" stdoutMode="overwrite" failOnStderrOutput="true" executableMode="3" changeWorkingDirectory="true" workingDirectory="." singleInstance="true" serviceStartType="2" serviceDependencies="" serviceDescription="Subsonic Music Streamer (http://subsonic.org)" jreLocation="" executionLevel="asInvoker" checkConsoleParameter="false" globalSingleInstance="false" amd64="false">
<messageSet>
<message id="NoJvmFound" text="Java was not found on your system. Please download Java from www.java.com." />
<message id="NoJvmFound" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmInPath" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmDefinedPath" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="NoJvmFound3264" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmInPath3264" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmDefinedPath32" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
<message id="JvmDefinedPath64" text="Java was not found on your system. Please download Java (32-bit version) from java.com." />
</messageSet>
<versionInfo include="false" fileVersion="" fileDescription="" legalCopyright="" internalName="" productName="" companyName="" productVersion="" />
</executable>
Expand Down
Binary file removed subsonic-tools/exe4j/exe4j_macos_4_4_4.tgz
Binary file not shown.
Binary file removed subsonic-tools/exe4j/exe4j_unix_4_4_4.tar.gz
Binary file not shown.
Binary file removed subsonic-tools/exe4j/exe4j_windows_4_4_4.exe
Binary file not shown.
Binary file added subsonic-tools/exe4j/exe4j_windows_4_5_1.exe
Binary file not shown.
Binary file not shown.

0 comments on commit 03fa3a9

Please sign in to comment.