dist/netbeans/build.xml dist/netbeans/nbproject/project.properties - change to alpha 9 release dist/netbeans/webclient.properties - comment out test.browser.url webclient/test/automated/src/classes/org/mozilla/webclient/MouseListenerTest.java - remove mouse exited test git-svn-id: svn://10.0.0.236/trunk@229160 18797224-902f-48f8-a5cc-f745e15eee43
27 lines
889 B
Properties
Executable File
27 lines
889 B
Properties
Executable File
# START required modifications
|
|
|
|
#Make this point to the bin directory of your XULRUNNER installation
|
|
# browser.bin.dir=C:\\Projects\\chaff\\xulrunner
|
|
|
|
# END required modifications
|
|
|
|
# START optional modifications
|
|
|
|
# Unix and Mac OS X
|
|
#debug.jvm.args=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y
|
|
# Windows
|
|
#debug.jvm.args=-Xdebug -Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=y
|
|
|
|
# test.browser.url=http://jazoon.com/
|
|
|
|
# END optional modifications
|
|
|
|
# START do not modify
|
|
|
|
bin.artifacts.pattern=${so.prefix}webclient.${so.extension},${so.prefix}webclient.jnilib,${so.prefix}javadomjni.${so.extension},${so.prefix}javadomjni.jnilib,components/${so.prefix}javadom.${so.extension}
|
|
nspr.log.modules=sync:javadom:4,webclient:4,webclientstub:4,pluglets:4
|
|
nspr.log.filename=webclient.log
|
|
test.excludes=**/*JsfjMakiTest.*,**/CarDemoTest.*
|
|
|
|
# END do not modify
|