mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
a56fecb102
svn path=/nixpkgs/trunk/; revision=16797
12 lines
329 B
Diff
12 lines
329 B
Diff
Make sure `build.properties' is honored.
|
|
|
|
--- jde/build.xml
|
|
+++ jde/build.xml
|
|
@@ -14,6 +14,7 @@
|
|
<property name="project.version" value="2.4.0"/>
|
|
<property name="config.dir" location="./config"/>
|
|
|
|
+ <property file="build.properties"/>
|
|
|
|
<!-- everything depends on this initialization target -->
|
|
<target name="init">
|