Skip to content

Commit

Permalink
We have no resources directory, so no need to copy anything from it.
Browse files Browse the repository at this point in the history
  • Loading branch information
samskivert committed Oct 27, 2010
1 parent bcbe4db commit ec2b63a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.xml
Expand Up @@ -32,7 +32,6 @@

<target name="compile" depends="-prepare" description="Compiles main sources.">
<mkdir dir="${classes.dir}"/>
<copy todir="${classes.dir}"><fileset dir="src/main/resources" includes="**"/></copy>
<javac srcdir="${src.dir}" destdir="${classes.dir}" includeAntRuntime="false"
debug="on" optimize="${build.optimize}" source="1.5" target="1.5" encoding="utf-8">
<classpath refid="classpath"/>
Expand Down

0 comments on commit ec2b63a

Please sign in to comment.