diff options
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 |