aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Bump maven-antrun-plugin from 1.6 to 3.0.0Alexander Kriegisch2021-03-291-1/+1
| | | | | | | | This is not strictly necessary, but probably does not hurt either. While upgrading, '<tasks>' tags have been renamed to the new standard '<target>'. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Add developer info + sample config about how to work with a RAM diskAlexander Kriegisch2021-03-253-0/+69
| | | | | | | | | | | | | | | | | | There are two files: - docs/developer/ram-disk/maven.config - docs/developer/ram-disk/settings-ramdisk.xml The latter contains info about how to set up a development environment inside a RAM disk. Both files are to be copied to the project's '.mvn' folder in the root directory and adjusted according to the description. Just in case, .gitignore ignores the files if they exist in '.mvn', so they are not being staged and committed accidentally. An additional screenshot shows how to configure the Windows Recycle Bin to immediately delete files in order too save space on the RAM disk. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade to ASM 9.1, delete obsolete ASM binariesAlexander Kriegisch2021-03-161-1/+1
| | | | | | | | | | | Keep only ASM 2.0 binary because it is still used in UnweavableTest which uses an old ASM API, e.g. with a ClassWriter constructor which no longer exists. Also add JarJar 1.3 library because it is needed by an Ant task in lib/asm/build.xml. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Move documentation generation into Maven profile 'create-docs'Alexander Kriegisch2021-03-141-128/+167
| | | | | | | | | The profile is active by default, but can be deactivated via '-P !create-docs' on the Maven command line. This helps to speed up 'mvn install', maybe in combination with skipping tests, if we just want to create a new set of AspectJ binaries. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Update the URL of BCELEmmanuel Bourg2021-01-071-1/+1
|
* Fix apostrophe in the licenseJerry James2020-09-151-1/+1
|
* Fix misplaced or incorrect javadoc tagsJerry James2020-09-142-2/+2
|
* Give docbook IDs unique namesJerry James2020-09-094-6/+6
|
* Revert to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-08-211-1/+1
|
* 1.9.7 milestone 1 publishedAndy Clement2020-08-211-1/+1
|
* Remove project.parent.relative path as ../pom.xml is already the defaultLars Grefer2020-08-151-1/+0
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Rev to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-07-221-1/+1
|
* Fixed a misplaced <para> element in the Docbook documentation for ajcEmmanuel Bourg2020-07-221-1/+1
|
* AspectJ 1.9.6 final bitsV1_9_6Andy Clement2020-07-222-2/+2
|
* polishAndy Clement2020-04-201-5/+4
|
* Include JDTCore for Java14Andy Clement2020-04-202-0/+75
|
* Move to 1.9.6.BUILD-SNAPSHOT versionAndy Clement2019-11-281-1/+1
|
* 1.9.5 release versions in pomsV1_9_5Andy Clement2019-11-281-1/+1
|
* polishAndy Clement2019-11-281-2/+2
|
* 1.9.5 readmeAndy Clement2019-11-282-1/+76
|
* 552724: fix typoAndy Clement2019-11-251-1/+1
|
* polishAndy Clement2019-07-021-1/+1
|
* Update to 1.9.5.BUILD-SNAPSHOT in pomsAndy Clement2019-06-031-1/+1
|
* polish 1.9.4V1_9_4Andy Clement2019-05-101-0/+1
|
* 1.9.4 POMSAndy Clement2019-05-101-1/+1
|
* Final bits of AspectJ 1.9.4Andy Clement2019-05-102-0/+47
|
* pushed versions to 1.9.4.BUILD-SNAPSHOTAndy Clement2019-04-171-1/+1
|
* Updated with Java12 supportAndy Clement2019-04-031-0/+66
|
* 1.9.3 inclusionAndy Clement2019-04-011-0/+1
|
* 1.9.3.RC1 final bitsV1_9_3RC1Andy Clement2019-03-071-0/+30
|
* tidyup - last bits of maven stuffAndy Clement2019-02-081-0/+12
|
* tidyupAndy Clement2019-02-081-0/+137
|
* tidyupAndy Clement2019-02-082-7/+5
|
* tidyup retired modules and add aspectjtools submoduleAndy Clement2019-02-081-17/+0
|
* wip 1.9.2 readmeAndy Clement2018-10-152-0/+36
|
* typo reported by Emmanuel BourgAndy Clement2018-10-151-1/+1
|
* Working towards 1.9.1V1_9_1Andy Clement2018-04-202-0/+53
|
* tweak titleV1_9_0Andy Clement2018-04-021-1/+1
|
* Fixed release date to 2-Apr for 1.9.0Andy Clement2018-04-021-1/+1
|
* Updated readme for 1.9.0 releaseAndy Clement2018-04-021-28/+34
|
* docs for new code generation and factory methodsAndy Clement2018-03-121-0/+32
|
* Updates for 1.9.0.RC4 - latest JDTV1_9_0_RC4Andy Clement2018-02-211-9/+29
|
* JDT Upgrade for 1.9.0.rc3Andy Clement2018-02-051-2/+7
|
* mergedAndy Clement2018-01-314-2/+265
|\
| * updated readme for 1.9.0.rc2Andy Clement2017-11-091-7/+20
| |
| * 1.9.0 docsAndy Clement2017-10-203-1/+251
| |
| * Fix for Bug 518698 - typo in AspectJ Notebook: excetutionAndy Clement2017-09-281-1/+1
| |
* | 1.8.11 release info updatesAndy Clement2017-09-262-0/+39
|/
* Polishing for 1.8.10 releaseAndy Clement2016-12-081-2/+6
| | | | | - reduced build level from 8 to 7 so that the weaver can be used on Java7. - minor readme tweaks
* Update to latest JDT (neon 2)Andy Clement2016-12-082-1/+46
|