add debugging info by default so we get linenumbers in stacktraces

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-03-23 01:00:38 +00:00
parent c73cc359fa
commit 039f7c853a
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@
<javac destdir="${dest}"
target="1.5"
source="1.5"
debug="on"
classpathref="compile.classpath">
<src path="${src}/java" />
<src path="${src}/webapp" />
@ -121,6 +122,7 @@
destdir="${dest}/tests"
target="1.5"
source="1.5"
debug="on"
classpathref="test.compile.classpath">
<src path="${src}/test" />
<src path="${src}/apps/SolrTest/src" />