Browse Source

Look in src not build for .ignore file


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

+ 1
- 1
BuildPlugins.xml View File

@@ -19,7 +19,7 @@
19 19
 		<propertyregex property="pluginjar.name" input="${target.file}" regexp=".*[\\/](.*)$" select="\1.jar" casesensitive="false" />
20 20
 		<propertyregex property="folder.name" input="${target.file}" regexp=".*${build.classes.dir}/(.*)$" select="\1" casesensitive="false" />
21 21
 		<if>
22
-			<available file="${build.classes.dir}/${folder.name}/.ignore"/>
22
+			<available file="${src.dir}/${folder.name}/.ignore"/>
23 23
 			<then>
24 24
 					<echo message="Not building: ${folder.name}" />
25 25
 			</then>

Loading…
Cancel
Save