diff options
author | Andy Clement <aclement@gopivotal.com> | 2014-03-19 09:09:29 -0700 |
---|---|---|
committer | Andy Clement <aclement@gopivotal.com> | 2014-03-19 09:09:29 -0700 |
commit | 23e88aeb340426118648c9121d06cb22d521ada0 (patch) | |
tree | 7bc551575447a1044180b84815f49453ffcfdac1 | |
parent | 27d0255ee76d31d71a4ce6e2c917991a6a23b326 (diff) | |
download | aspectj-23e88aeb340426118648c9121d06cb22d521ada0.tar.gz aspectj-23e88aeb340426118648c9121d06cb22d521ada0.zip |
1.8.0 polish
-rw-r--r-- | build/products/aspectj/install/intro.html | 4 | ||||
-rw-r--r-- | docs/install/intro.html | 2 | ||||
-rw-r--r-- | lib/build/build.jar | bin | 157592 -> 155892 bytes | |||
-rw-r--r-- | org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties | 5 |
4 files changed, 6 insertions, 5 deletions
diff --git a/build/products/aspectj/install/intro.html b/build/products/aspectj/install/intro.html index 8e3541475..d958ca1f8 100644 --- a/build/products/aspectj/install/intro.html +++ b/build/products/aspectj/install/intro.html @@ -1,10 +1,10 @@ <html> <body> -<h2 align="center">Installer for AspectJ 6 Development Kit<sup><small>TM</small></sup></h2> +<h2 align="center">Installer for AspectJ 8 Development Kit<sup><small>TM</small></sup></h2> <p align="center">Version ${build.version.long} built on ${build.date}</p> -<p>This installs the complete AspectJ 6 Development Kit (AJDK) distribution, with +<p>This installs the complete AspectJ 8 Development Kit (AJDK) distribution, with the compiler, aspect libraries, structure browser, ant tasks, documentation, and examples. This distribution is covered by the Eclipse Public License (see diff --git a/docs/install/intro.html b/docs/install/intro.html index df4b7d448..acf054dac 100644 --- a/docs/install/intro.html +++ b/docs/install/intro.html @@ -10,7 +10,7 @@ <body> -<h2 align="center">Installer for AspectJ(TM) 5 Development Kit</h2> +<h2 align="center">Installer for AspectJ(TM) 8 Development Kit</h2> <p align="center">Version ${build.version.long} built on ${build.date}</p> <p>${copyright.allRights.from1998}</p> diff --git a/lib/build/build.jar b/lib/build/build.jar Binary files differindex e06b6984b..380218b6b 100644 --- a/lib/build/build.jar +++ b/lib/build/build.jar diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties index c52a6d545..631c10980 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties @@ -63,8 +63,9 @@ Standard Eclipse compiler options:\n\ \ -1.5 -5 -5.0 use 1.5 compliance (-source 1.5 -target 1.5)\n\ \ -1.6 -6 -6.0 use 1.6 compliance (-source 1.6 -target 1.6)\n\ \ -1.7 -7 -7.0 use 1.7 compliance (-source 1.7 -target 1.7)\n\ -\ -source <version> set source level: 1.3 to 1.7 (or 5, 5.0, etc)\n\ -\ -target <version> set classfile target: 1.1 to 1.7 (or 5, 5.0, etc)\n\ +\ -1.8 -8 -8.0 use 1.7 compliance (-source 1.7 -target 1.7)\n\ +\ -source <version> set source level: 1.3 to 1.8 (or 5, 5.0, etc)\n\ +\ -target <version> set classfile target: 1.1 to 1.8 (or 5, 5.0, etc)\n\ \ \n\ \ Warning options:\n\ \ -deprecation + deprecation outside deprecated code\n\ |