diff options
Diffstat (limited to 'build/products/tools/install/finish.html')
-rw-r--r-- | build/products/tools/install/finish.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/build/products/tools/install/finish.html b/build/products/tools/install/finish.html deleted file mode 100644 index 81c98b212..000000000 --- a/build/products/tools/install/finish.html +++ /dev/null @@ -1,24 +0,0 @@ -<html> - -<head> -<title>finish</title> -</head> - -<body> - -<p>The automatic installation process is complete. There are two more -steps that we recommend you perform to complete the installation:</p> -<ol> - <li>Put <b><code>${installer.output.aspectjrt}</code></b> on your CLASSPATH. - This small .jar file contains classes that are required by any program compiled - with the ajc compiler.</li> - <li>Modify your PATH to include <code> <b>${installer.output.dir.bin}</b></code>. - This will make it easier to run ajc. </li> -</ol> - -<p>These steps are described in more detail in <code> -<b>${installer.output.readme}</b></code>.</p> - -</body> - -</html> |