Преглед изворни кода

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 година
родитељ
комит
e5b908f6a1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      BuildPlugins.xml

+ 1
- 1
BuildPlugins.xml Прегледај датотеку

@@ -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…
Откажи
Сачувај