Skip to content

Commit

Permalink
Fix compilation.
Browse files Browse the repository at this point in the history
This directory doesn't exist. Commented out.
  • Loading branch information
Ray J. Greenwell committed Feb 12, 2014
1 parent 8f94d9c commit 436c9f8
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 @@ -25,9 +25,11 @@
<mkdir dir="${deploy.dir}/lib"/>
<mkdir dir="${classes.dir}"/>
<mkdir dir="${tclasses.dir}"/>
<!--
<copy todir="${classes.dir}">
<fileset dir="core/src/main/resources" includes="**"/>
</copy>
-->
<path id="built.classpath">
<path refid="pom.path"/>
<pathelement location="${classes.dir}"/>
Expand Down

0 comments on commit 436c9f8

Please sign in to comment.