diff options
author | wisberg <wisberg> | 2003-08-29 18:00:30 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-08-29 18:00:30 +0000 |
commit | 7f63882e35c3a5c7c8f92d5214ea78ca3dda9953 (patch) | |
tree | c62cfb27b06c8d368273198371a9cd61f6f3ece1 /taskdefs/testdata/sourceroot | |
parent | 2fede2e71795d24ba85d0348d14b2e7d2b7bbc95 (diff) | |
download | aspectj-7f63882e35c3a5c7c8f92d5214ea78ca3dda9953.tar.gz aspectj-7f63882e35c3a5c7c8f92d5214ea78ca3dda9953.zip |
sourceRootCopyFilter test
Diffstat (limited to 'taskdefs/testdata/sourceroot')
-rw-r--r-- | taskdefs/testdata/sourceroot/Default.java | 7 | ||||
-rw-r--r-- | taskdefs/testdata/sourceroot/doNotCopy | 0 | ||||
-rw-r--r-- | taskdefs/testdata/sourceroot/pack/Pack.java | 7 | ||||
-rw-r--r-- | taskdefs/testdata/sourceroot/pack/includeme | 1 | ||||
-rw-r--r-- | taskdefs/testdata/sourceroot/pack/something.txt | 1 | ||||
-rw-r--r-- | taskdefs/testdata/sourceroot/skipTxtFiles.txt | 1 |
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 |