java/ant/build.xml
changeset 408 9a439a79c6d0
parent 328 9e7c0ac38233
     1.1 --- a/java/ant/build.xml	Fri Apr 24 22:58:54 2009 +0200
     1.2 +++ b/java/ant/build.xml	Thu Oct 30 20:46:27 2014 +0100
     1.3 @@ -90,6 +90,7 @@
     1.4              <fileset dir="${snippets.code.dir}">
     1.5                  <include name="**/*"/>
     1.6                  <exclude name="**/build/**/*"/>
     1.7 +                <exclude name="**/target/**/*"/>
     1.8              </fileset>
     1.9          </grepcopy>
    1.10      </target>