Skip to content

Commit

Permalink
Changed build script to make it easier for the user to override prope…
Browse files Browse the repository at this point in the history
…rties
  • Loading branch information
quintesse committed Jan 14, 2015
1 parent 34ccda2 commit 370ddcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
-->

<project name="Ceylon runtime module" default="dist" basedir=".">

<property file="../ceylon-common/user-build.properties"/>
<property file="../ceylon-common/common-build.properties"/>
<property file="build.properties"/>

Expand Down

0 comments on commit 370ddcb

Please sign in to comment.