diff options
Diffstat (limited to 'build/products/aspectj')
-rw-r--r-- | build/products/aspectj/install/configure-auto.html | 17 | ||||
-rw-r--r-- | build/products/aspectj/install/configure-hand.html | 21 | ||||
-rw-r--r-- | build/products/aspectj/install/finish.html | 28 | ||||
-rw-r--r-- | build/products/aspectj/install/install-finish.html | 12 | ||||
-rw-r--r-- | build/products/aspectj/install/install-start.html | 13 | ||||
-rw-r--r-- | build/products/aspectj/install/intro.html | 25 | ||||
-rw-r--r-- | build/products/aspectj/install/location.html | 11 |
7 files changed, 0 insertions, 127 deletions
diff --git a/build/products/aspectj/install/configure-auto.html b/build/products/aspectj/install/configure-auto.html deleted file mode 100644 index 6da643ef5..000000000 --- a/build/products/aspectj/install/configure-auto.html +++ /dev/null @@ -1,17 +0,0 @@ -<html> - -<head> -<title>auto configure</title> -</head> - -<body> - -<p>The installer has successfully found the path to your Java home (J2SE 1.4 or greater). -This path will be used as the default Java location when generating -script files for launching the AspectJ compiler and core tools. Unless -you know that this path is wrong, we suggest that you press -<b>Next</b> to continue.</p> - -</body> - -</html> diff --git a/build/products/aspectj/install/configure-hand.html b/build/products/aspectj/install/configure-hand.html deleted file mode 100644 index 888db63df..000000000 --- a/build/products/aspectj/install/configure-hand.html +++ /dev/null @@ -1,21 +0,0 @@ -<html> - -<head> -<title>configure</title> -</head> - -<body> - -<p>The installer cannot find the path to your Java home (J2SE 1.4 or greater). -Please try to find this directory on your path now. It will probably look -something like <code>jdk1.4.1</code>. If you can't find this -directory now, you may continue with the install, but you will have -to either edit your launch scripts by hand or to set the JAVA_HOME -environment variable to point to the right location. -</p> - -<p>Press <b>Next</b> when ready to continue.</p> - -</body> - -</html> diff --git a/build/products/aspectj/install/finish.html b/build/products/aspectj/install/finish.html deleted file mode 100644 index 229f3a21a..000000000 --- a/build/products/aspectj/install/finish.html +++ /dev/null @@ -1,28 +0,0 @@ -<html> - -<head> -<title>finish</title> -</head> - -<body> - -<p>The automatic installation process is complete. -We recommend you complete the installation as follows:</p> -<ol> - <li>Add <b><code>${installer.output.aspectjrt}</code></b> - to your CLASSPATH. - This small .jar file contains classes 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> diff --git a/build/products/aspectj/install/install-finish.html b/build/products/aspectj/install/install-finish.html deleted file mode 100644 index 14281a0bf..000000000 --- a/build/products/aspectj/install/install-finish.html +++ /dev/null @@ -1,12 +0,0 @@ -<html> - -<body> - -<p> </p> - -<p>The automatic installation process is complete. Press <b>Next </b>for -some important final instructions.</p> - -</body> - -</html> diff --git a/build/products/aspectj/install/install-start.html b/build/products/aspectj/install/install-start.html deleted file mode 100644 index b375c68aa..000000000 --- a/build/products/aspectj/install/install-start.html +++ /dev/null @@ -1,13 +0,0 @@ -<html> - -<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/build/products/aspectj/install/intro.html b/build/products/aspectj/install/intro.html deleted file mode 100644 index c8992bac2..000000000 --- a/build/products/aspectj/install/intro.html +++ /dev/null @@ -1,25 +0,0 @@ -<html> -<body> - -<h2 align="center">Installer for AspectJ 9 Development Kit<sup><small>TM</small></sup></h2> - -<p align="center">Version ${build.version.long} built on ${build.date}</p> -<p>This installs the complete AspectJ 9 Development Kit (AJDK) distribution, with -the compiler, aspect libraries, structure browser, ant tasks, -documentation, and examples. -This distribution is covered by the Eclipse Public License v 2.0 (see -https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt). -<p> -For IDE integrations or source code, see the project home page at -https://eclipse.org/aspectj</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/build/products/aspectj/install/location.html b/build/products/aspectj/install/location.html deleted file mode 100644 index 0398ce4a5..000000000 --- a/build/products/aspectj/install/location.html +++ /dev/null @@ -1,11 +0,0 @@ -<html> - -<body> - -<p>Please select a directory into which to install AspectJ.</p> -<p>Press <b>Install</b> to begin the installation process - to this directory.</p> - -</body> - -</html> |