diff options
author | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
commit | d842c4f1139629c1f062b74ba818d233b2c31043 (patch) | |
tree | 842d3871620bc0eb60edcd95e55804d67e0f61fa /taskdefs/testdata/test-build.xml | |
parent | 3ce247199704eae6b2c92c6e38c69584e3250c52 (diff) | |
download | aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip |
initial version
Diffstat (limited to 'taskdefs/testdata/test-build.xml')
-rw-r--r-- | taskdefs/testdata/test-build.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/taskdefs/testdata/test-build.xml b/taskdefs/testdata/test-build.xml new file mode 100644 index 000000000..cb66c09b9 --- /dev/null +++ b/taskdefs/testdata/test-build.xml @@ -0,0 +1,9 @@ + +<project default="default"> + <target name="default"> + <taskdef properties="src/org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties"/> + <iajc> + <fileset dir="testdata" includes="Default.j*"/> + </iajc> + </target> +</project> |