diff options
author | Sven Gothel <[email protected]> | 2010-11-09 02:42:54 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-09 02:42:54 +0100 |
commit | 1b24055fd9178e865ac91b67682ff36d89ae9028 (patch) | |
tree | e060d9678feb2c59898475c52b55ffba910c00a8 /make/build-junit.xml | |
parent | 7865b355bd52958f4b27e42b500e83c52255ef37 (diff) |
Adding developer zip archive, which is being reused for deployment.
Diffstat (limited to 'make/build-junit.xml')
-rw-r--r-- | make/build-junit.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml index f006a1c..b28dce1 100644 --- a/make/build-junit.xml +++ b/make/build-junit.xml @@ -157,7 +157,7 @@ <compiler extends="@{compiler.cfg.id}" > <sysincludepath path="${java.includes.dir}"/> <sysincludepath path="${java.includes.dir.platform}"/> - <includepath path="${stub.includes.dir}/common"/> + <sysincludepath path="${stub.includes.dir}/platform"/> <includepath path="${test.junit.generation.dir}"/> <includepath path="${build_t.gen}/native"/> </compiler> @@ -244,7 +244,10 @@ <dirset id="stub.includes.fileset.test" dir="."> <include name="${test.junit.generation.dir}/**"/> - <include name="${stub.includes.dir}/**" /> + <include name="${stub.includes.dir}/gluegen" /> + <include name="${stub.includes.dir}/macosx" /> + <include name="${stub.includes.dir}/unix" /> + <include name="${stub.includes.dir}/windows" /> </dirset> <gluegen src="${test.junit.generation.dir}/test1-gluegen.c" |