Skip to content

Commit fd4b3c3

Browse files
committed
Example ant task for bundling a native app
1 parent ef2dea2 commit fd4b3c3

File tree

2 files changed

+571
-3
lines changed

2 files changed

+571
-3
lines changed

build.fxbuild

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="ASCII"?>
22
<anttasks:AntTask xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:anttasks="http://org.eclipse.fx.ide.jdt/1.0" buildDirectory="${project}/build">
3-
<deploy>
4-
<application name="goGPS-FX"/>
5-
<info/>
3+
<deploy packagingFormat="all">
4+
<application name="goGPS-FX" mainclass="org.gogpsproject.GoGPS_Fx" version="0.1"/>
5+
<info title="goGPS_FX" vendor="goGPS"/>
66
</deploy>
77
<signjar/>
88
</anttasks:AntTask>

0 commit comments

Comments
 (0)