testing compiler options -- access rules didn't work on -cp
diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties
index 84bbbd6..4161105 100644
--- a/releng.wtpbuilder/build.properties
+++ b/releng.wtpbuilder/build.properties
@@ -127,7 +127,7 @@
# being used (JDT Compiler, in our case).
# 'showversion' causes the version of JDT Compiler to be
# printed to the compiler log file.
-compilerArg=-cp .[+org/eclipse/jst/**:+org/eclipse/wst/**]; -showversion -encoding ISO-8859-1 -warn:-serial +warn:uselessTypeCheck
+compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial +warn:uselessTypeCheck
#############################################################