aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ant/src
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-16 18:51:06 +0000
committerwisberg <wisberg>2002-12-16 18:51:06 +0000
commit144143c2970a1e874d74cdbd0f8c622d4282a3c3 (patch)
treeb12383d3d9e76c7e1f25f7fbec83051ef17f81fb /tests/ant/src
parentfafae443719b26159ab2d7dac1c9b46b5e00b671 (diff)
downloadaspectj-144143c2970a1e874d74cdbd0f8c622d4282a3c3.tar.gz
aspectj-144143c2970a1e874d74cdbd0f8c622d4282a3c3.zip
initial version
Diffstat (limited to 'tests/ant/src')
-rw-r--r--tests/ant/src/One.java3
-rw-r--r--tests/ant/src/Three.java3
-rw-r--r--tests/ant/src/Two.java3
-rw-r--r--tests/ant/src/myhelp.html0
-rw-r--r--tests/ant/src/mystylesheet.css0
5 files changed, 9 insertions, 0 deletions
diff --git a/tests/ant/src/One.java b/tests/ant/src/One.java
new file mode 100644
index 000000000..56aa7c620
--- /dev/null
+++ b/tests/ant/src/One.java
@@ -0,0 +1,3 @@
+public class One {
+ int i1;
+}
diff --git a/tests/ant/src/Three.java b/tests/ant/src/Three.java
new file mode 100644
index 000000000..ec6ef629d
--- /dev/null
+++ b/tests/ant/src/Three.java
@@ -0,0 +1,3 @@
+public class Three {
+ int i3;
+}
diff --git a/tests/ant/src/Two.java b/tests/ant/src/Two.java
new file mode 100644
index 000000000..d1d2a4e0f
--- /dev/null
+++ b/tests/ant/src/Two.java
@@ -0,0 +1,3 @@
+public class Two {
+ int i2;
+}
diff --git a/tests/ant/src/myhelp.html b/tests/ant/src/myhelp.html
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/ant/src/myhelp.html
diff --git a/tests/ant/src/mystylesheet.css b/tests/ant/src/mystylesheet.css
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/ant/src/mystylesheet.css