Browse Source

Look for /usr/share/java/ant-contrib.jar rather than ./ant-contrib-1.0b3.jar


git-svn-id: http://svn.dmdirc.com/trunk@3122 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
6fe9320e7c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      BuildPlugins.xml

+ 1
- 1
BuildPlugins.xml View File

@@ -1,6 +1,6 @@
1 1
 <project name="DMDirc-Plugins" default="default" basedir=".">
2 2
 	<!-- ant-contrib default location (can be overridden in the property files below)-->
3
-	<property name="libs.antcontrib" value="ant-contrib-1.0b3.jar"/>
3
+	<property name="libs.antcontrib" value="/usr/share/java/ant-contrib.jar"/>
4 4
 	
5 5
 	<!-- Netbeans property files -->
6 6
 	<property file="nbproject/project.properties"/>

Loading…
Cancel
Save