summaryrefslogtreecommitdiffstats
path: root/docs/sandbox/api-clients/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Removed bogus dependancymkersten2004-08-181-1/+0
|
* Added support for clients to extend the ASM relationships in order to addmkersten2004-08-181-0/+1
| | | | | | | new relationships (such as the example in the sandbox that adds additional declared-parents relationships). There is no structural change to the compiler or weaver. The AsmRelationshipProvider is now accessed by getDefault() instead of statically, and its instance can be reset to be a subtype.
* ASM Usage and extension examples, implemented as test cases and mademkersten2004-07-271-0/+14
available in the sandbox as an Eclipse project.