diff options
author | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
commit | d842c4f1139629c1f062b74ba818d233b2c31043 (patch) | |
tree | 842d3871620bc0eb60edcd95e55804d67e0f61fa /docs/install | |
parent | 3ce247199704eae6b2c92c6e38c69584e3250c52 (diff) | |
download | aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip |
initial version
Diffstat (limited to 'docs/install')
-rw-r--r-- | docs/install/finish.html | 20 | ||||
-rw-r--r-- | docs/install/install-finish.html | 20 | ||||
-rw-r--r-- | docs/install/install-start.html | 21 | ||||
-rw-r--r-- | docs/install/intro.html | 24 | ||||
-rw-r--r-- | docs/install/location.html | 23 |
5 files changed, 108 insertions, 0 deletions
diff --git a/docs/install/finish.html b/docs/install/finish.html new file mode 100644 index 000000000..ef1bef64e --- /dev/null +++ b/docs/install/finish.html @@ -0,0 +1,20 @@ +<html> + +<head> +<meta http-equiv="Content-Language" content="en-us"> +<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> +<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> +<meta name="ProgId" content="FrontPage.Editor.Document"> +<title>New Page 1</title> +</head> + +<body> + +<p>The automatic installation process is complete.</p> + +<p>See <b><code>${installer.output.readme}</code></b> for more information about +the contents of this package.</p> + +</body> + +</html> diff --git a/docs/install/install-finish.html b/docs/install/install-finish.html new file mode 100644 index 000000000..811f11400 --- /dev/null +++ b/docs/install/install-finish.html @@ -0,0 +1,20 @@ +<html> + +<head> +<meta http-equiv="Content-Language" content="en-us"> +<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> +<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> +<meta name="ProgId" content="FrontPage.Editor.Document"> +<title>New Page 1</title> +</head> + +<body> + +<p> </p> + +<p>The automatic installation process is complete. Press <b>Next </b>for +some final instructions.</p> + +</body> + +</html> diff --git a/docs/install/install-start.html b/docs/install/install-start.html new file mode 100644 index 000000000..858ed8512 --- /dev/null +++ b/docs/install/install-start.html @@ -0,0 +1,21 @@ +<html> + +<head> +<meta http-equiv="Content-Language" content="en-us"> +<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> +<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> +<meta name="ProgId" content="FrontPage.Editor.Document"> +<title>New Page 1</title> +</head> + +<body> + +<p> </p> + +<p>Now installing to ${installer.output.dir}.</p> + +<p>Press <b>Cancel</b> to interrupt the installation.</p> + +</body> + +</html> diff --git a/docs/install/intro.html b/docs/install/intro.html new file mode 100644 index 000000000..55de23fbf --- /dev/null +++ b/docs/install/intro.html @@ -0,0 +1,24 @@ +<html> + +<head> +<meta http-equiv="Content-Language" content="en-us"> +<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> +<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> +<meta name="ProgId" content="FrontPage.Editor.Document"> +<title>New Page 1</title> +</head> + +<body> + +<h2 align="center">Installer for AspectJ(TM) Documentation and Examples</h2> + +<p align="center">Version ${build.version.long} built on ${build.date}</p> +<p>${copyright.allRights.from1998}</p> +<p></p> + +<p>Press <b>Next</b> to continue. At any time you may press <b>Cancel</b> +to exit the installation process.</p> + +</body> + +</html> diff --git a/docs/install/location.html b/docs/install/location.html new file mode 100644 index 000000000..5eb2c5a8c --- /dev/null +++ b/docs/install/location.html @@ -0,0 +1,23 @@ +<html> + +<head> +<meta http-equiv="Content-Language" content="en-us"> +<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> +<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> +<meta name="ProgId" content="FrontPage.Editor.Document"> +<title>New Page 1</title> +</head> + +<body> + +<p> </p> + +<p>Please select a directory into which to install the aspectj documentation and +examples. If you've already installed the compiler and core tools, we +recommend that you install the documentation and examples to the same directory +for convenience.</p> +<p>Press <b>Install</b> to begin the installation process to this directory.</p> + +</body> + +</html> |