simplify build parameters
diff --git a/releng.wtpbuilder/components/wtp-buildTools/build.properties b/releng.wtpbuilder/components/wtp-buildTools/build.properties
index 3d63de8..5407ec3 100644
--- a/releng.wtpbuilder/components/wtp-buildTools/build.properties
+++ b/releng.wtpbuilder/components/wtp-buildTools/build.properties
@@ -9,8 +9,8 @@
 #     IBM Corporation - initial API and implementation
 ###############################################################################
 
-# The CVS tag to use when fetching the map files from the repository
-mapVersionTag=HEAD
+# This property file is used automatically by the PDE build process
+
 runPackager=true
 
 # This is a subdirectory of $buildDirectory
@@ -24,7 +24,7 @@
 archivePrefix=eclipse
 
 # Whether or not to include debug info in the output jars
-javacDebugInfo=false 
+javacDebugInfo=true 
 
 # Whether or not to fail the build if there are compiler errors
 javacFailOnError=true