diff options
author | Andy Clement <aclement@pivotal.io> | 2018-02-28 11:53:14 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2018-03-09 17:18:45 -0800 |
commit | 7d47cba01043c93bab95b59e66b727580351e85f (patch) | |
tree | 07a7fed0235f2d0e3b9221ebf097e5c24d16aaf0 /build/updateAspectjrt.sh | |
parent | 6b620ba3aa4b0c9d29560dfa42f8c67dcafb1229 (diff) | |
download | aspectj-7d47cba01043c93bab95b59e66b727580351e85f.tar.gz aspectj-7d47cba01043c93bab95b59e66b727580351e85f.zip |
Bug#531694: generate more optional thisJoinPoint construction code
This commit introduces some new methods into the
runtime Factory class and modifies code generation
to use them (and to use the form of the LDC bytecode
that loads class constants).
Diffstat (limited to 'build/updateAspectjrt.sh')
-rwxr-xr-x | build/updateAspectjrt.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/updateAspectjrt.sh b/build/updateAspectjrt.sh new file mode 100755 index 000000000..03fcd7f2f --- /dev/null +++ b/build/updateAspectjrt.sh @@ -0,0 +1,3 @@ +cp ../aj-build/dist/tools/lib/aspectjrt.jar ../lib/test/aspectjrt.jar +cp ../aj-build/dist/tools/lib/aspectjrt.jar ../lib/aspectj/lib/aspectjrt.jar +cp ../aj-build/dist/tools/lib/aspectjrt.jar ../build/products/tools/dist/lib/aspectjrt.jar |