Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prospective replacements for {module}/build.xml - will move there once ↵ | wisberg | 2005-05-11 | 1 | -0/+6 |
| | | | | validated by those who use build.xml. | ||||
* | updated for DeclareError and DeclareWarning | acolyer | 2005-04-29 | 9 | -19/+282 |
| | |||||
* | Copyright added to keep checklics happy. | aclement | 2005-04-26 | 2 | -3/+22 |
| | |||||
* | fix local build so that test run with 1.5 | avasseur | 2005-04-26 | 2 | -4/+10 |
| | | | | fix Adrian test that were having some assumption on ordering which happens to fail with my 1.5 compiler | ||||
* | this patch implements the MAP for aspects, pointcuts, and advice. just ↵ | acolyer | 2005-04-25 | 17 | -54/+1290 |
| | | | | enough of an implementation to provide the support needed for some of the ataspectj visitor tests. | ||||
* | @AJ annotation are runtime visible, fixed all licenses from branch for EPL | avasseur | 2005-04-22 | 8 | -49/+80 |
| | |||||
* | From branch: New build scripts that Alex uses under IntelliJ - can be run ↵ | aclement | 2005-04-19 | 1 | -0/+48 |
| | | | | individually or via master in build module. | ||||
* | I'm committing this shell of an implementation for runtime reflection on ↵ | acolyer | 2005-04-18 | 16 | -0/+985 |
| | | | | AspectJ's type system. It's needed by the aUnit guys and provides a means for us to share a structure, take patches etc.. NOT to be considered finished (ha ha) or even a final design at this point in time. We have to do some compiler work to generate runtime-visible structures to support this... | ||||
* | Changed copyright message slightly to keep test happy ! | aclement | 2005-04-13 | 8 | -8/+32 |
| | |||||
* | From The Branch: Alex's new annotations for annotation style development | aclement | 2005-04-12 | 8 | -0/+224 |
| | |||||
* | Didnt have a default. | aclement | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | Changed name and added definition of values. | aclement | 2005-02-11 | 1 | -2/+3 |
| | |||||
* | test placeholder | wisberg | 2005-02-11 | 2 | -0/+26 |
| | |||||
* | new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is ↵ | wisberg | 2005-02-11 | 6 | -0/+138 |
assemble from this and its required module runtime. It requires Java 5; Eclipse developers not using 3.1 or Java 5 should close this module. In Ant, the java5-src directory will be ignored unless Ant is run under a 1.5 or later VM. See the build docs for more details. |