diff options
author | acolyer <acolyer> | 2003-03-12 15:41:34 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-03-12 15:41:34 +0000 |
commit | 29b42503a51a93ea22d07acaf8df6b100876815e (patch) | |
tree | 8237a0538ce07b6cda69210be0d257c54c7fab3c /docs | |
parent | 37c3bdb05f5795d8a772d12da8a0af9e8e359bc6 (diff) | |
download | aspectj-29b42503a51a93ea22d07acaf8df6b100876815e.tar.gz aspectj-29b42503a51a93ea22d07acaf8df6b100876815e.zip |
Fixed typo in run target for spacewar-demo, was sapceware.Game,
now spacewar.Game
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/examples/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/doc/examples/build.xml b/docs/dist/doc/examples/build.xml index ded4b800e..bf38ece5b 100644 --- a/docs/dist/doc/examples/build.xml +++ b/docs/dist/doc/examples/build.xml @@ -219,7 +219,7 @@ description="build spacewar demo (no debug) example"> <antcall target="Ajx"> <param name="list" value="spacewar/demo.lst"/> - <param name="class" value="spaceware.Game"/> + <param name="class" value="spacewar.Game"/> </antcall> </target> |