summaryrefslogtreecommitdiffstats
path: root/tests/other-systems/sablecc
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-30 18:03:09 +0000
committerwisberg <wisberg>2002-12-30 18:03:09 +0000
commit20dca6904f180734998151ce714e4c25e9517771 (patch)
treeb1972816777458d3228dae58452a26809bb1c68d /tests/other-systems/sablecc
parent0b35a034d72342ae120859a130ed245dfd63048e (diff)
downloadaspectj-20dca6904f180734998151ce714e4c25e9517771.tar.gz
aspectj-20dca6904f180734998151ce714e4c25e9517771.zip
initial versions (neglected .lst files)
Diffstat (limited to 'tests/other-systems/sablecc')
-rw-r--r--tests/other-systems/sablecc/lexer-aspect.lst1
-rw-r--r--tests/other-systems/sablecc/main.lst5
-rw-r--r--tests/other-systems/sablecc/node-aspect.lst1
-rw-r--r--tests/other-systems/sablecc/nodes-aspect.lst1
-rw-r--r--tests/other-systems/sablecc/parser-aspect.lst1
5 files changed, 9 insertions, 0 deletions
diff --git a/tests/other-systems/sablecc/lexer-aspect.lst b/tests/other-systems/sablecc/lexer-aspect.lst
new file mode 100644
index 000000000..ca7090022
--- /dev/null
+++ b/tests/other-systems/sablecc/lexer-aspect.lst
@@ -0,0 +1 @@
+src/LexerAspect.java
diff --git a/tests/other-systems/sablecc/main.lst b/tests/other-systems/sablecc/main.lst
new file mode 100644
index 000000000..acf6c43d1
--- /dev/null
+++ b/tests/other-systems/sablecc/main.lst
@@ -0,0 +1,5 @@
+src/org/sablecc/sablecc/*.java
+src/org/sablecc/sablecc/analysis/*.java
+src/org/sablecc/sablecc/lexer/*.java
+src/org/sablecc/sablecc/node/*.java
+src/org/sablecc/sablecc/parser/*.java
diff --git a/tests/other-systems/sablecc/node-aspect.lst b/tests/other-systems/sablecc/node-aspect.lst
new file mode 100644
index 000000000..f2e810e4d
--- /dev/null
+++ b/tests/other-systems/sablecc/node-aspect.lst
@@ -0,0 +1 @@
+src/NodeAspect.java
diff --git a/tests/other-systems/sablecc/nodes-aspect.lst b/tests/other-systems/sablecc/nodes-aspect.lst
new file mode 100644
index 000000000..7db1ccaa1
--- /dev/null
+++ b/tests/other-systems/sablecc/nodes-aspect.lst
@@ -0,0 +1 @@
+src/NodesAspect.java
diff --git a/tests/other-systems/sablecc/parser-aspect.lst b/tests/other-systems/sablecc/parser-aspect.lst
new file mode 100644
index 000000000..4e05865f5
--- /dev/null
+++ b/tests/other-systems/sablecc/parser-aspect.lst
@@ -0,0 +1 @@
+src/ParserAspect.java