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/ant | |
parent | 0b35a034d72342ae120859a130ed245dfd63048e (diff) | |
download | aspectj-20dca6904f180734998151ce714e4c25e9517771.tar.gz aspectj-20dca6904f180734998151ce714e4c25e9517771.zip |
initial versions (neglected .lst files)
Diffstat (limited to 'tests/ant')
-rw-r--r-- | tests/ant/src/files1.lst | 1 | ||||
-rw-r--r-- | tests/ant/src/files2.lst | 2 | ||||
-rw-r--r-- | tests/ant/src/files3.lst | 2 | ||||
-rw-r--r-- | tests/ant/src/files4.lst | 1 | ||||
-rw-r--r-- | tests/ant/src/pkgs1.lst | 1 | ||||
-rw-r--r-- | tests/ant/src/pkgs2.lst | 2 | ||||
-rw-r--r-- | tests/ant/src/pkgs3.lst | 2 | ||||
-rw-r--r-- | tests/ant/src/pkgs4.lst | 4 |
8 files changed, 15 insertions, 0 deletions
diff --git a/tests/ant/src/files1.lst b/tests/ant/src/files1.lst new file mode 100644 index 000000000..f3c1603ac --- /dev/null +++ b/tests/ant/src/files1.lst @@ -0,0 +1 @@ +One.java diff --git a/tests/ant/src/files2.lst b/tests/ant/src/files2.lst new file mode 100644 index 000000000..dae93611c --- /dev/null +++ b/tests/ant/src/files2.lst @@ -0,0 +1,2 @@ +One.java +Two.java diff --git a/tests/ant/src/files3.lst b/tests/ant/src/files3.lst new file mode 100644 index 000000000..7865328c6 --- /dev/null +++ b/tests/ant/src/files3.lst @@ -0,0 +1,2 @@ +@files2.lst +Three.java diff --git a/tests/ant/src/files4.lst b/tests/ant/src/files4.lst new file mode 100644 index 000000000..48f87af93 --- /dev/null +++ b/tests/ant/src/files4.lst @@ -0,0 +1 @@ +Two.java diff --git a/tests/ant/src/pkgs1.lst b/tests/ant/src/pkgs1.lst new file mode 100644 index 000000000..171d04eb4 --- /dev/null +++ b/tests/ant/src/pkgs1.lst @@ -0,0 +1 @@ +p1 diff --git a/tests/ant/src/pkgs2.lst b/tests/ant/src/pkgs2.lst new file mode 100644 index 000000000..867c51d41 --- /dev/null +++ b/tests/ant/src/pkgs2.lst @@ -0,0 +1,2 @@ +p1 +p2 diff --git a/tests/ant/src/pkgs3.lst b/tests/ant/src/pkgs3.lst new file mode 100644 index 000000000..eb5a168ab --- /dev/null +++ b/tests/ant/src/pkgs3.lst @@ -0,0 +1,2 @@ +p1 +p1.pp1 diff --git a/tests/ant/src/pkgs4.lst b/tests/ant/src/pkgs4.lst new file mode 100644 index 000000000..f0c176e54 --- /dev/null +++ b/tests/ant/src/pkgs4.lst @@ -0,0 +1,4 @@ +p1 +p1.pp1 +p2 +p2.pp2 |