File: jabref-launch4j.xml

package info (click to toggle)
jabref 2.10%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,808 kB
  • ctags: 12,245
  • sloc: java: 90,549; xml: 1,571; python: 270; sh: 207; makefile: 16
file content (36 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
<launch4jConfig>
  <dontWrapJar>true</dontWrapJar>
  <headerType>gui</headerType>
  <jar>JabRef-1.1.1.jar</jar>
  <outfile>.\src\windows\nsis\dist\JabRef.exe</outfile>
  <errTitle></errTitle>
  <cmdLine></cmdLine>
  <chdir></chdir>
  <priority>normal</priority>
  <downloadUrl>http://java.com/download</downloadUrl>
  <supportUrl></supportUrl>
  <customProcName>false</customProcName>
  <stayAlive>false</stayAlive>
  <manifest></manifest>
  <icon>./src/images/JabRef.ico</icon>
  <jre>
    <path></path>
    <minVersion>1.6.0</minVersion>
    <maxVersion></maxVersion>
    <jdkPreference>preferJre</jdkPreference>
    <initialHeapSize>32</initialHeapSize>
    <maxHeapSize>512</maxHeapSize>
  </jre>
  <versionInfo>
    <fileVersion>2.2.2.2</fileVersion>
    <txtFileVersion>3.3.3</txtFileVersion>
    <fileDescription>JabRef</fileDescription>
    <copyright>JabRef developers</copyright>
    <productVersion>2.2.2.2</productVersion>
    <txtProductVersion>3.3.3</txtProductVersion>
    <productName>JabRef</productName>
    <companyName></companyName>
    <internalName>JabRef</internalName>
    <originalFilename>JabRef.exe</originalFilename>
  </versionInfo>
</launch4jConfig>