OSDN Git Service

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/filelock/trunk@7 c6214a2a-ec3a-0410...
authoruguu <uguu@c6214a2a-ec3a-0410-ae48-a6ea9e4e51c8>
Sun, 30 Sep 2007 18:25:24 +0000 (18:25 +0000)
committeruguu <uguu@c6214a2a-ec3a-0410-ae48-a6ea9e4e51c8>
Sun, 30 Sep 2007 18:25:24 +0000 (18:25 +0000)
filelock/launch4j.cfg.xml [new file with mode: 0644]

diff --git a/filelock/launch4j.cfg.xml b/filelock/launch4j.cfg.xml
new file mode 100644 (file)
index 0000000..691ff18
--- /dev/null
@@ -0,0 +1,32 @@
+<launch4jConfig>
+  <dontWrapJar>false</dontWrapJar>
+  <headerType>0</headerType>
+  <jar>E:\work\workspace\filelock\target\filelock-1.0.0.jar</jar>
+  <outfile>E:\work\workspace\filelock\target\filelock-1.0.0.exe</outfile>
+  <errTitle></errTitle>
+  <jarArgs>jp.sourceforge.filelock.SwingMain</jarArgs>
+  <chdir></chdir>
+  <customProcName>true</customProcName>
+  <stayAlive>false</stayAlive>
+  <icon></icon>
+  <jre>
+    <path></path>
+    <minVersion>1.5.0</minVersion>
+    <maxVersion></maxVersion>
+    <initialHeapSize>0</initialHeapSize>
+    <maxHeapSize>0</maxHeapSize>
+    <args></args>
+  </jre>
+  <versionInfo>
+    <fileVersion>1.0.0.0</fileVersion>
+    <txtFileVersion>1.0.0.0</txtFileVersion>
+    <fileDescription>filelock</fileDescription>
+    <copyright>Copyright (C) 2007 uguu at users.sourceforge.jp, All Rights Reserved.</copyright>
+    <productVersion>1.0.0.0</productVersion>
+    <txtProductVersion>1.0.0.0</txtProductVersion>
+    <productName>filelock</productName>
+    <companyName>uguu</companyName>
+    <internalName>filelock</internalName>
+    <originalFilename>filelock.exe</originalFilename>
+  </versionInfo>
+</launch4jConfig>
\ No newline at end of file