Browse Source

Generate private.properties on Linux too!

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

+ 1
- 1
build-properties.xml View File

@@ -25,7 +25,7 @@
25 25
     </target>
26 26
 
27 27
     <target name="-init-private-properties" depends="-create-private-properties,-check-private-classpath,-create-private-classpath">
28
-        <propertyregex property="private.classpath.value" input="${toString:plugins.libs}" regexp="\\" replace="/" global="true"/>
28
+        <propertyregex property="private.classpath.value" input="${toString:plugins.libs}" regexp="\\" replace="/" global="true" defaultValue="${toString:plugins.libs}"/>
29 29
         <replaceregexp file="nbproject/private/private.properties" match="^private.classpath=(.*)$" flags="im" replace="private.classpath=${private.classpath.value}"/>
30 30
     </target>
31 31
     

Loading…
Cancel
Save