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 606B

123456789101112131415
  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. <jar destfile="plugins/ui_swing.jar" compress="${jar.compress}" keepcompression="true" update="true">
  9. <zipfileset src="${file.reference.miglayout.jar}" includes="net/miginfocom/layout/**,net/miginfocom/swing/**"/>
  10. </jar>
  11. </target>
  12. </project>