aboutsummaryrefslogtreecommitdiffstats
path: root/taskdefs/src
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-07-12 21:00:30 +0000
committerwisberg <wisberg>2005-07-12 21:00:30 +0000
commit94ad04399fc4257a54701ce54cc65d7a007a842d (patch)
treedb7c8cc6b5591291d237f111bc37812c5ec69858 /taskdefs/src
parent1a339c3258b63e2618a1234a228531b6a4fdfe67 (diff)
downloadaspectj-94ad04399fc4257a54701ce54cc65d7a007a842d.tar.gz
aspectj-94ad04399fc4257a54701ce54cc65d7a007a842d.zip
Ant 1.6 antlib.xml support, per bug 103493
Diffstat (limited to 'taskdefs/src')
-rw-r--r--taskdefs/src/org/aspectj/antlib.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/taskdefs/src/org/aspectj/antlib.xml b/taskdefs/src/org/aspectj/antlib.xml
new file mode 100644
index 000000000..82022f07c
--- /dev/null
+++ b/taskdefs/src/org/aspectj/antlib.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<antlib>
+ <typedef
+ name="iajc"
+ classname="org.aspectj.tools.ant.taskdefs.AjcTask"
+ uri="aspectjtools:/aspectj.org"
+ />
+ <typedef
+ name="ajc"
+ classname="org.aspectj.tools.ant.taskdefs.Ajc10"
+ uri="aspectjtools:/aspectj.org"
+ />
+</antlib>