aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-30 18:46:45 +0200
committerMichael Bien <[email protected]>2010-03-30 18:46:45 +0200
commit3946dbecf6018ddd7a404af60e7d7e9907491721 (patch)
treecb5bd3209426ce798b33e300416b7323f3cf9f3e /make
parent84e5ba7a4821469f43c0f4bbeaa8e383b203d050 (diff)
introduced internal NativeBuffer interface, this can be made public as soon we move to java language level 5.
removed accidentally commited verbose javac property in build-junit.xml.
Diffstat (limited to 'make')
-rw-r--r--make/build-junit.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml
index 518d58a..c8e7b86 100644
--- a/make/build-junit.xml
+++ b/make/build-junit.xml
@@ -103,7 +103,6 @@
<javac destdir="${build_t.java}"
source="1.5" debug="true"
fork="yes"
- verbose="true"
debuglevel="lines,vars,source">
<classpath refid="junit.compile.classpath"/>
<src path="${test.base.dir}"/>