Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
build config
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Nov 24, 2012
1 parent 12735ab commit c15f43b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<!-- Called by our CI server automatically -->
<target name="hudson" description="Hudson CI task">
<!-- Location of all related directories -->
<property name="workspace" location="${basedir}/.." />
<property name="buildDir" location="${workspace}/build" />
<property name="workspace" location="${basedir}" />
<property name="buildDir" location="${workspace}/artifacts" />

<!-- Overwrite default values -->
<property name="target.extensions.dir" location="${buildDir}/" />
Expand Down Expand Up @@ -296,6 +296,8 @@
<exclude name=".settings"/>
<exclude name=".project"/>
<exclude name=".svn"/>
<exclude name=".gitignore"/>
<exclude name=".idea"/>
</patternset>

<!--
Expand Down

0 comments on commit c15f43b

Please sign in to comment.