瀏覽代碼

Make directories up to private.properties

Change-Id: I32b102f8e7f7929192c2dac17736cb23f08b697f
Reviewed-on: http://gerrit.dmdirc.com/2502
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.7rc1
Greg Holmes 12 年之前
父節點
當前提交
a7d0aa6933
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      build-ivy.xml

+ 1
- 1
build-ivy.xml 查看文件

@@ -34,7 +34,7 @@
34 34
             </path>
35 35
             <map from="${basedir}${file.separator}" to=""/>
36 36
         </pathconvert>
37
-        <touch file="nbproject/private/private.properties"/>
37
+        <touch mkdirs="true" file="nbproject/private/private.properties"/>
38 38
         <propertyfile file="nbproject/private/private.properties">
39 39
             <entry operation="=" key="lib.classpath" value="${lib.classpath.computed}"/>
40 40
         </propertyfile>

Loading…
取消
儲存