Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7b51ae658723919c731a36410757d374696d092c (plain) (blame)
1
2
3
4
5
6
7
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 packagingFormat="all">
    <application name="CodeEditor" mainclass="application.Main" version="1.0.0" toolkit="fx"/>
    <info title="Java File Editor" vendor="BestSolution.at"/>
  </deploy>
  <signjar/>
</anttasks:AntTask>

Back to the top