Also excluding maven target directories
authorJaroslav Tulach <jtulach@netbeans.org>
Wed, 29 Apr 2009 11:56:47 +0200
changeset 329918e6f7f8136
parent 328 9e7c0ac38233
child 330 be82436a7a8b
Also excluding maven target directories
java/ant/build.xml
     1.1 --- a/java/ant/build.xml	Fri Apr 24 22:58:54 2009 +0200
     1.2 +++ b/java/ant/build.xml	Wed Apr 29 11:56:47 2009 +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>