-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathl4j.xml
More file actions
26 lines (26 loc) · 724 Bytes
/
l4j.xml
File metadata and controls
26 lines (26 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>console</headerType>
<jar>.\lib\nmd.jar</jar>
<outfile>dist\bin\nmd.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>..</chdir>
<priority>normal</priority>
<downloadUrl>http://www.java.com/ru/download/index.jsp</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon></icon>
<classPath>
<mainClass>app.NmdCliApplication</mainClass>
<cp>./lib/*.jar</cp>
</classPath>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
</launch4jConfig>