Only an exclusion of bak/ subdirs of the src tree.

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2296 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
loginov 2008-01-04 22:52:44 +00:00
parent 5879514e1a
commit efd7c11eef
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@
<compilerarg line="${compilerArg}" compiler="${build.compiler}"/>
<classpath refid="@dot.classpath" />
<src path="src/" />
<exclude name="**/bak/"/>
<compilerarg line="-log '${temp.folder}/@dot.bin${logExtension}'" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
</javac>
<!-- Copy necessary resources -->