aboutsummaryrefslogtreecommitdiffstats
path: root/build/products/aspectj/install/finish.html
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-07 11:19:13 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-07 11:19:13 +0700
commit96b15962f93d7e8400a1a03d20f2bc6939c7ad8e (patch)
tree11beddaf0b6d33183be20a0d5cf9286dcc33cd7b /build/products/aspectj/install/finish.html
parent939e81e6babc20852fe1d6d1fa490c95e1aa8b56 (diff)
downloadaspectj-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 'build/products/aspectj/install/finish.html')
-rw-r--r--build/products/aspectj/install/finish.html28
1 files changed, 0 insertions, 28 deletions
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>