Skip to content

Commit

Permalink
Added creation of sockso properties file by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rodnaph committed Oct 2, 2011
1 parent ecf036a commit 37dcd3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<mkdir dir="${dir.build}" />
<mkdir dir="${dir.build.test}" />
<mkdir dir="${dir.packages}" />
<if>
<not><available file="sockso.properties" /></not>
<then>
<copy file="sockso.properties-sample" tofile="sockso.properties" />
</then>
</if>
</target>

<!--
Expand Down

0 comments on commit 37dcd3a

Please sign in to comment.