Browse Source

Fix typo causing build process to blat private.properties each time

Change-Id: I450d8f9135c95ecd6b7969ee3bfa3365ac261200
Reviewed-on: http://gerrit.dmdirc.com/2370
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.6.7rc1
Chris Smith 12 years ago
parent
commit
8aa11e8f34
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build-properties.xml

+ 1
- 1
build-properties.xml View File

@@ -2,7 +2,7 @@
2 2
 <project name="DMDirc-properties" default="default" basedir=".">
3 3
     <description>Automatically initialises build properties</description>
4 4
 
5
-    <condition property="private.property.exists">
5
+    <condition property="private.properties.exists">
6 6
         <available file="nbproject/private/private.properties"/>
7 7
     </condition>
8 8
     

Loading…
Cancel
Save