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 /build/products/aspectj/install/install-start.html | |
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 'build/products/aspectj/install/install-start.html')
-rw-r--r-- | build/products/aspectj/install/install-start.html | 13 |
1 files changed, 0 insertions, 13 deletions
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> |