summaryrefslogtreecommitdiffstats
path: root/tests/bugs190/modules/cpl.sh
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2016-06-17 10:40:29 -0700
committerAndy Clement <aclement@pivotal.io>2016-06-17 10:40:29 -0700
commit34f33f6948799dd57aeef1d8422f796fbd6d416d (patch)
tree805c1d6cd7bd2c6868e519f6c34a8f3fcb7f634c /tests/bugs190/modules/cpl.sh
parentf8b86ff2c03a77e47e87573b59bc43c57cfdee38 (diff)
downloadaspectj-34f33f6948799dd57aeef1d8422f796fbd6d416d.tar.gz
aspectj-34f33f6948799dd57aeef1d8422f796fbd6d416d.zip
Upgrading to latest 1.9 compiler
Diffstat (limited to 'tests/bugs190/modules/cpl.sh')
-rwxr-xr-xtests/bugs190/modules/cpl.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs190/modules/cpl.sh b/tests/bugs190/modules/cpl.sh
new file mode 100755
index 000000000..ca5f7b057
--- /dev/null
+++ b/tests/bugs190/modules/cpl.sh
@@ -0,0 +1,4 @@
+cd module1
+javac module-info.java Code.java -d .
+jar -cvMf module-one.jar *
+cd ..