Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 9 | -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 POMs | Alexander Kriegisch | 2021-04-15 | 1 | -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' goal | Alexander Kriegisch | 2021-04-12 | 1 | -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 default | Lars Grefer | 2020-08-15 | 1 | -1/+0 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 1.9.4 POMS | Andy Clement | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | Final bits of AspectJ 1.9.4 | Andy Clement | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | mavenizing org.aspectj.lib - wip | Andy Clement | 2019-02-01 | 11 | -21/+25 |
| | |||||
* | anyPackageProtectedMethodExecution | wisberg | 2006-09-21 | 1 | -0/+3 |
| | |||||
* | build should cope now. | aclement | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | Bug 113948 "Repackage AspectJ" (move module root suites out of default package) | mwebster | 2006-07-30 | 1 | -0/+1 |
| | |||||
* | Committing new builder name ... no-one will be using the old one! | aclement | 2005-10-14 | 1 | -1/+1 |
| | |||||
* | minimal build script (for doc distribution), instructions. | wisberg | 2005-03-08 | 2 | -2/+182 |
| | |||||
* | extra entry for bin | aclement | 2005-02-17 | 1 | -0/+1 |
| | |||||
* | cvsignore for .generated.[lst|ajsym] | wisberg | 2005-02-10 | 1 | -0/+2 |
| | |||||
* | Initial library module | wisberg | 2005-01-29 | 8 | -0/+623 |
| | |||||
* | .ajproperties to text from binary | wisberg | 2005-01-29 | 1 | -2/+2 |
| | |||||
* | Initial library module | wisberg | 2005-01-29 | 5 | -0/+83 |