Skip to main content
summaryrefslogtreecommitdiffstats
blob: 94c35580302e63e03f00b712aa04b95b03115c36 (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<anttasks:AntTask xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:anttasks="http://org.eclipse.fx.ide.jdt/1.0" buildDirectory="${workspace}/at.bestsolution.efxclipse.runtime.examples.chart/build">
  <deploy>
    <application name="Pie Chart Sample" mainclass="org.eclipse.fx.demo.charts.PieChartSample" version="1.0.0"/>
    <info vendor="BestSolution.at"/>
  </deploy>
  <signjar/>
</anttasks:AntTask>

Back to the top