diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-07 11:19:13 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-07 11:19:13 +0700 |
commit | 96b15962f93d7e8400a1a03d20f2bc6939c7ad8e (patch) | |
tree | 11beddaf0b6d33183be20a0d5cf9286dcc33cd7b /docs/install | |
parent | 939e81e6babc20852fe1d6d1fa490c95e1aa8b56 (diff) | |
download | aspectj-96b15962f93d7e8400a1a03d20f2bc6939c7ad8e.tar.gz aspectj-96b15962f93d7e8400a1a03d20f2bc6939c7ad8e.zip |
Delete obsolete files
- Redundant copies of HTML files used in AspectJ installer, which
already exist as resource files in module 'build'
- Null-sized AspectJ library JARs which probably were used to trigger
certain build steps in the former Ant build
- BridgeVersion.java.txt, which has been replaced by a regular
org.aspectj.bridge.Version class which can dynamically determine
versions from a properties file instead of relying on them being
hard-coded into the template.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
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, 0 insertions, 108 deletions
diff --git a/docs/install/finish.html b/docs/install/finish.html deleted file mode 100644 index ef1bef64e..000000000 --- a/docs/install/finish.html +++ /dev/null @@ -1,20 +0,0 @@ -<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 deleted file mode 100644 index 811f11400..000000000 --- a/docs/install/install-finish.html +++ /dev/null @@ -1,20 +0,0 @@ -<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 deleted file mode 100644 index 858ed8512..000000000 --- a/docs/install/install-start.html +++ /dev/null @@ -1,21 +0,0 @@ -<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 deleted file mode 100644 index 36e7f3ad3..000000000 --- a/docs/install/intro.html +++ /dev/null @@ -1,24 +0,0 @@ -<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) 9 Development Kit</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 deleted file mode 100644 index 5eb2c5a8c..000000000 --- a/docs/install/location.html +++ /dev/null @@ -1,23 +0,0 @@ -<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> |