diff options
author | wisberg <wisberg> | 2002-12-30 18:03:09 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-30 18:03:09 +0000 |
commit | 20dca6904f180734998151ce714e4c25e9517771 (patch) | |
tree | b1972816777458d3228dae58452a26809bb1c68d /tests/other-systems/ajc-src | |
parent | 0b35a034d72342ae120859a130ed245dfd63048e (diff) | |
download | aspectj-20dca6904f180734998151ce714e4c25e9517771.tar.gz aspectj-20dca6904f180734998151ce714e4c25e9517771.zip |
initial versions (neglected .lst files)
Diffstat (limited to 'tests/other-systems/ajc-src')
-rw-r--r-- | tests/other-systems/ajc-src/ajc.lst | 3 | ||||
-rw-r--r-- | tests/other-systems/ajc-src/mytrace.lst | 2 | ||||
-rw-r--r-- | tests/other-systems/ajc-src/showerror.lst | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/other-systems/ajc-src/ajc.lst b/tests/other-systems/ajc-src/ajc.lst new file mode 100644 index 000000000..b0ab71887 --- /dev/null +++ b/tests/other-systems/ajc-src/ajc.lst @@ -0,0 +1,3 @@ +@../../../modules/compiler/src/compilerSrc.lst +@../../../modules/util/src/utilSrc.lst +@../../../modules/runtime/src/runtimeSrc.lst diff --git a/tests/other-systems/ajc-src/mytrace.lst b/tests/other-systems/ajc-src/mytrace.lst new file mode 100644 index 000000000..b5b2f9553 --- /dev/null +++ b/tests/other-systems/ajc-src/mytrace.lst @@ -0,0 +1,2 @@ +Pcds.java +../util/Trace.java diff --git a/tests/other-systems/ajc-src/showerror.lst b/tests/other-systems/ajc-src/showerror.lst new file mode 100644 index 000000000..013d48798 --- /dev/null +++ b/tests/other-systems/ajc-src/showerror.lst @@ -0,0 +1 @@ +FindShowError.java |