Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <target name="-post-jfx-deploy">
  2.         <fx:deploy width="${javafx.run.width}" height="${javafx.run.height}"
  3.                   nativeBundles="all"
  4.                   outdir="${basedir}/${dist.dir}" outfile="${application.title}">
  5.         <fx:application name="${application.title}-32bit"
  6.                        version="1.0.0"
  7.                        id="32bit"
  8.                        mainClass="${javafx.main.class}"/>
  9.         <fx:resources>
  10.             <fx:fileset dir="${basedir}/${dist.dir}" includes="*.jar"/>
  11.             <fx:fileset dir="dist" includes="lib/*.jar"/>
  12.         </fx:resources>
  13.         <fx:info title="${application.title}"
  14.                 vendor="${application.vendor}"
  15.                 copyright="Hak Cipta (c) ${user.home} 2014"
  16.                 description="TransformatorCalcFX: Aplikasi penghitungan tegangan sekunder dan kuat arus sekunder pada transformator.
  17.                              Aplikasi ini dibuat dengan menggunakan JavaFX 8 dan library ControlsFX 8.20.8"/>
  18.         </fx:deploy>
  19.         <fx:preferences install="false"/>
  20.        
  21.     </target>