summaryrefslogtreecommitdiffstats
path: root/build.fxbuild
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-12 18:16:39 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-12 18:16:39 +0200
commitf74cd282da1f14bc3d2d768b2f68b8f6d6429e68 (patch)
treebbf000cdcf263670076fee407a48a6389112bad7 /build.fxbuild
downloadUpnFx-f74cd282da1f14bc3d2d768b2f68b8f6d6429e68.tar.gz
UpnFx-f74cd282da1f14bc3d2d768b2f68b8f6d6429e68.zip
Initial commit
Diffstat (limited to 'build.fxbuild')
-rw-r--r--build.fxbuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.fxbuild b/build.fxbuild
new file mode 100644
index 0000000..acdfe3a
--- /dev/null
+++ b/build.fxbuild
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="ASCII"?>
+<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">
+ <deploy>
+ <application name="UpnFx"/>
+ <info/>
+ </deploy>
+ <signjar/>
+</anttasks:AntTask>