]> source.dussan.org Git - aspectj.git/commit
new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is assemble...
authorwisberg <wisberg>
Fri, 11 Feb 2005 05:28:21 +0000 (05:28 +0000)
committerwisberg <wisberg>
Fri, 11 Feb 2005 05:28:21 +0000 (05:28 +0000)
commit7dd69aace9cbd37d5813dd820e6a264bb5fcf6b4
tree7c13edad2a2c263784d1416cdc892e359e69a329
parent885b4f017b89fc616e844472f35d2dd1c0411a83
new module for Java5-specific additions to aspectjrt.jar.  aspectjrt.jar is 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.
aspectj5rt/.classpath [new file with mode: 0644]
aspectj5rt/.cvsignore [new file with mode: 0644]
aspectj5rt/.project [new file with mode: 0644]
aspectj5rt/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
aspectj5rt/aspectj5rt.mf.txt [new file with mode: 0644]
aspectj5rt/java5-src/org/aspectj/lang/annotation/SuppressAJWarnings.java [new file with mode: 0644]