java/ant/build.xml
changeset 407 e1439046d96e
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	Sun Oct 06 22:05:14 2013 +0200
     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>