aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.lib
Commit message (Collapse)AuthorAgeFilesLines
* Delete unused directories org.aspectj.lib, shadows.org.eclipse.jdt.coreAlexander Kriegisch2022-04-0114-893/+0
| | | | | | | | | | I have not used those directories or any files inside them at all. I hope I am not taking away anything helpful from people who prefer working with inter-linked Eclipse projects instead of Maven, but I think we will notice if anyone complains and can revert in case of an emergency. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-049-161/+159
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove redundant 'name' and 'packaging' tags from POMsAlexander Kriegisch2021-04-151-2/+0
| | | | | | | If 'name' is identical to 'artifactId' and 'packaging' has the default value 'jar', we can just remove those tags from the POM. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Clean up Maven dependencies using 'dependency:analyze' goalAlexander Kriegisch2021-04-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Notably, this change involves a partial revert of @4a5660b3, because we are not using JUnit Jupiter yet but still JUnit 4 tests. See discussion under commit at https://github.com/eclipse/org.aspectj/commit/4a5660b3. Many other warnings - concerning both used undeclared and unused declared dependencies - were eliminated by adding or removing the corresponding dependencies from the POMs. Furthermore, I tried to make sure that some clearly test-scoped dependencies are now actually declared as such, so as to avoid unwanted transitivity bleeding into compile scope and maybe unwanted classes ending up in uber JARs via Maven Shade or Maven Assembly. TODO: I am not so sure why modules other than 'run-all-unit-tests' would depend on test JARs. I hope I broke nothing essential there. As of today, the other modules where I found '<type>test-jar</type>' dependencies are: - ajde - testing - testing-drivers - tests - weaver Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* 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>
* 1.9.4 POMSAndy Clement2019-05-101-1/+1
|
* Final bits of AspectJ 1.9.4Andy Clement2019-05-101-1/+1
|
* mavenizing org.aspectj.lib - wipAndy Clement2019-02-0111-21/+25
|
* anyPackageProtectedMethodExecutionwisberg2006-09-211-0/+3
|
* build should cope now.aclement2006-08-011-1/+1
|
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-0/+1
|
* Committing new builder name ... no-one will be using the old one!aclement2005-10-141-1/+1
|
* minimal build script (for doc distribution), instructions.wisberg2005-03-082-2/+182
|
* extra entry for binaclement2005-02-171-0/+1
|
* cvsignore for .generated.[lst|ajsym]wisberg2005-02-101-0/+2
|
* Initial library modulewisberg2005-01-298-0/+623
|
* .ajproperties to text from binarywisberg2005-01-291-2/+2
|
* Initial library modulewisberg2005-01-295-0/+83