diff options
author | mwebster <mwebster> | 2006-08-15 15:34:56 +0000 |
---|---|---|
committer | mwebster <mwebster> | 2006-08-15 15:34:56 +0000 |
commit | 3b517caf402c6d7c52d4bcbdc86c7528ab828ec9 (patch) | |
tree | 35747fa504d6694aae47bc22ce4e4f6f9920e5c2 /tests/ltw/server-helloworld.properties | |
parent | 82e3e13c66720ed17399821d478c31151b2d2234 (diff) | |
download | aspectj-3b517caf402c6d7c52d4bcbdc86c7528ab828ec9.tar.gz aspectj-3b517caf402c6d7c52d4bcbdc86c7528ab828ec9.zip |
Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (TestServer, TestServerTest and LTWServerTests)
Diffstat (limited to 'tests/ltw/server-helloworld.properties')
-rw-r--r-- | tests/ltw/server-helloworld.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ltw/server-helloworld.properties b/tests/ltw/server-helloworld.properties new file mode 100644 index 000000000..baf42dbe0 --- /dev/null +++ b/tests/ltw/server-helloworld.properties @@ -0,0 +1,5 @@ +# loader.XXX=Name,Classpath[,Parent] +loader.application=Application,hello.jar;handler.jar + +# main=Class,Loader +main=HelloWorld,Application
\ No newline at end of file |