aboutsummaryrefslogtreecommitdiffstats
path: root/taskdefs/testdata/sourceroot
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-08-29 18:00:30 +0000
committerwisberg <wisberg>2003-08-29 18:00:30 +0000
commit7f63882e35c3a5c7c8f92d5214ea78ca3dda9953 (patch)
treec62cfb27b06c8d368273198371a9cd61f6f3ece1 /taskdefs/testdata/sourceroot
parent2fede2e71795d24ba85d0348d14b2e7d2b7bbc95 (diff)
downloadaspectj-7f63882e35c3a5c7c8f92d5214ea78ca3dda9953.tar.gz
aspectj-7f63882e35c3a5c7c8f92d5214ea78ca3dda9953.zip
sourceRootCopyFilter test
Diffstat (limited to 'taskdefs/testdata/sourceroot')
-rw-r--r--taskdefs/testdata/sourceroot/Default.java7
-rw-r--r--taskdefs/testdata/sourceroot/doNotCopy0
-rw-r--r--taskdefs/testdata/sourceroot/pack/Pack.java7
-rw-r--r--taskdefs/testdata/sourceroot/pack/includeme1
-rw-r--r--taskdefs/testdata/sourceroot/pack/something.txt1
-rw-r--r--taskdefs/testdata/sourceroot/skipTxtFiles.txt1
6 files changed, 17 insertions, 0 deletions
diff --git a/taskdefs/testdata/sourceroot/Default.java b/taskdefs/testdata/sourceroot/Default.java
new file mode 100644
index 000000000..f2770d14d
--- /dev/null
+++ b/taskdefs/testdata/sourceroot/Default.java
@@ -0,0 +1,7 @@
+
+
+public class Default {
+ public static void main(String[] args) {
+ pack.Pack.method();
+ }
+} \ No newline at end of file
diff --git a/taskdefs/testdata/sourceroot/doNotCopy b/taskdefs/testdata/sourceroot/doNotCopy
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/taskdefs/testdata/sourceroot/doNotCopy
diff --git a/taskdefs/testdata/sourceroot/pack/Pack.java b/taskdefs/testdata/sourceroot/pack/Pack.java
new file mode 100644
index 000000000..6db0049b0
--- /dev/null
+++ b/taskdefs/testdata/sourceroot/pack/Pack.java
@@ -0,0 +1,7 @@
+
+package pack;
+
+public class Pack {
+ public static void method() {
+ }
+} \ No newline at end of file
diff --git a/taskdefs/testdata/sourceroot/pack/includeme b/taskdefs/testdata/sourceroot/pack/includeme
new file mode 100644
index 000000000..5e40c0877
--- /dev/null
+++ b/taskdefs/testdata/sourceroot/pack/includeme
@@ -0,0 +1 @@
+asdf \ No newline at end of file
diff --git a/taskdefs/testdata/sourceroot/pack/something.txt b/taskdefs/testdata/sourceroot/pack/something.txt
new file mode 100644
index 000000000..d6d9d34ca
--- /dev/null
+++ b/taskdefs/testdata/sourceroot/pack/something.txt
@@ -0,0 +1 @@
+blah \ No newline at end of file
diff --git a/taskdefs/testdata/sourceroot/skipTxtFiles.txt b/taskdefs/testdata/sourceroot/skipTxtFiles.txt
new file mode 100644
index 000000000..5e40c0877
--- /dev/null
+++ b/taskdefs/testdata/sourceroot/skipTxtFiles.txt
@@ -0,0 +1 @@
+asdf \ No newline at end of file