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