You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build-jar.xml 643B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project name="DMDirc-jar" default="default" basedir=".">
  3. <!-- Netbeans property files -->
  4. <property file="nbproject/project.properties"/>
  5. <property file="nbproject/private/private.properties"/>
  6. <property file="${user.properties.file}"/>
  7. <target name="-addjarlibs" />
  8. <target name="-addpluginlibs">
  9. <jar destfile="plugins/ui_swing.jar" compress="${jar.compress}" keepcompression="true" update="true">
  10. <zipfileset src="${file.reference.miglayout.jar}" includes="net/miginfocom/layout/**,net/miginfocom/swing/**"/>
  11. </jar>
  12. </target>
  13. </project>