Skip to content

Commit

Permalink
Another buildfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoriman committed Dec 20, 2009
1 parent 59ff16f commit ae04adc
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 @@ -17,6 +17,8 @@
<property name="build.jar.file" location="${build.dir}/${name}.jar" />

<target name="jar" depends="">
<mkdir dir="${build.dir}" />

<jar destfile="${build.jar.file}" basedir="${src.dir}">
<exclude name="**/demo/**" />
</jar>
Expand Down

0 comments on commit ae04adc

Please sign in to comment.