summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant/sabbus/antlib.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/ant/sabbus/antlib.xml')
-rw-r--r--src/compiler/scala/tools/ant/sabbus/antlib.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/ant/sabbus/antlib.xml b/src/compiler/scala/tools/ant/sabbus/antlib.xml
new file mode 100644
index 0000000000..3388ee00f4
--- /dev/null
+++ b/src/compiler/scala/tools/ant/sabbus/antlib.xml
@@ -0,0 +1,8 @@
+<antlib>
+ <taskdef name="sabmake"
+ classname="scala.tools.ant.sabbus.Make"/>
+ <taskdef name="sabuse"
+ classname="scala.tools.ant.sabbus.Use"/>
+ <taskdef name="sabbreak"
+ classname="scala.tools.ant.sabbus.Break"/>
+</antlib> \ No newline at end of file