Skip to content

Commit

Permalink
removed log4php from build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeissnerDa committed Oct 18, 2017
1 parent c1813b1 commit f74bc3a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions build.xml
Expand Up @@ -303,22 +303,6 @@
<delete dir="${basedir}/test-ui"/>
<delete dir="${basedir}/test"/>
<delete dir="${basedir}/vendor/bin"/>
<delete dir="${basedir}/vendor/apache/log4php/.git"/>
<delete>
<fileset dir="${basedir}/vendor/apache/log4php">
<include name="*"/>
<include name=".*"/>
<exclude name="CHANGELOG"/>
<exclude name="LICENSE"/>
<exclude name="NOTICE"/>
<exclude name="README"/>
</fileset>
</delete>
<delete dir="${basedir}/vendor/apache/log4php/src/assembly"/>
<delete dir="${basedir}/vendor/apache/log4php/src/changes"/>
<delete dir="${basedir}/vendor/apache/log4php/src/examples"/>
<delete dir="${basedir}/vendor/apache/log4php/src/site"/>
<delete dir="${basedir}/vendor/apache/log4php/src/test"/>
<delete>
<fileset dir="${basedir}/vendor/twig/twig">
<include name="*"/>
Expand Down

0 comments on commit f74bc3a

Please sign in to comment.