comparison package-files/windows/jedit.launch4j.xml @ 34:d175593317a8

Add a bunch of packaging stuff, NOT WORKING YET,
author David Barts <n5jrn@me.com>
date Wed, 29 Apr 2020 21:49:21 -0700
parents
children
comparison
equal deleted inserted replaced
33:3d86f0391168 34:d175593317a8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ~ jEdit - Programmer's Text Editor
4 ~ :tabSize=8:indentSize=8:noTabs=false:
5 ~ :folding=explicit:collapseFolds=1:
6 ~
7 ~ Copyright © 2014 jEdit contributors
8 ~
9 ~ This program is free software; you can redistribute it and/or
10 ~ modify it under the terms of the GNU General Public License
11 ~ as published by the Free Software Foundation; either version 2
12 ~ of the License, or any later version.
13 ~ This program is distributed in the hope that it will be useful,
14 ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ~ GNU General Public License for more details.
17 ~
18 ~ You should have received a copy of the GNU General Public License
19 ~ along with this program; if not, write to the Free Software
20 ~ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 -->
22
23 <launch4jConfig>
24 <headerType>gui</headerType>
25 <outfile>jedit.exe</outfile>
26 <jar>@jar.filename@</jar>
27 <dontWrapJar>true</dontWrapJar>
28 <errTitle>jEdit</errTitle>
29 <downloadUrl>http://www.java.com/download</downloadUrl>
30 <supportUrl>http://www.jEdit.org</supportUrl>
31 <cmdLine>-reuseview</cmdLine>
32 <stayAlive>true</stayAlive>
33 <icon>@base.dir@/icons/jedit.ico</icon>
34 <jre>
35 <minVersion>@target.java.version@.0</minVersion>
36 <!-- Prefer JDK to make tools.jar available if possible. -->
37 <jdkPreference>preferJdk</jdkPreference>
38 </jre>
39 <versionInfo>
40 <fileVersion>@jedit.build.number@</fileVersion>
41 <txtFileVersion>@jedit.version@</txtFileVersion>
42 <fileDescription>jEdit - Programmer&apos;s Text Editor</fileDescription>
43 <copyright>Copyright © 1998-@current.year@ Contributors</copyright>
44 <productVersion>@jedit.build.number@</productVersion>
45 <txtProductVersion>@jedit.version@</txtProductVersion>
46 <productName>jEdit</productName>
47 <companyName>Contributors</companyName>
48 <internalName>jEdit</internalName>
49 <originalFilename>jedit.exe</originalFilename>
50 </versionInfo>
51 </launch4jConfig>