Skip to content

Commit

Permalink
Removed unused entry
Browse files Browse the repository at this point in the history
Former-commit-id: 0780c78
  • Loading branch information
davidjgraph committed Apr 12, 2017
1 parent c657c74 commit bf2c8a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions etc/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,6 @@
<javac srcdir="${src.dir}" excludes="**/EmbedServlet2.java" encoding="utf-8" destdir="${javac.dir}" source="1.7" target="1.7" debug="true" debuglevel="lines,vars,source">
<classpath refid="javac.class.path" />
</javac>
<copy todir="${javac.dir}/META-INF">
<fileset dir="${src.dir}/META-INF">
</fileset>
</copy>
<copy todir="${javac.dir}" file="${src.dir}/log4j.properties" />
</target>

Expand Down

0 comments on commit bf2c8a4

Please sign in to comment.