瀏覽代碼

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…
取消
儲存