fixes to build.xml stuff

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@641 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
dolby-oss 2007-02-04 19:37:55 +00:00
parent ed26cb625a
commit eb8c4dd925
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@
<!-- Set global properties for this build -->
<property name="src" value="source/java" />
<property name="nativesourcedir" value="source/c" />
<property name="src.tests" value="tests" />
<property name="build" value="build" />
<property name="build.result" value="${basedir}" />

View File

@ -23,5 +23,4 @@ public class NativeBridge {
initialize();
}
*/
}