diff setup.py @ 240:24e91cbae6e0

New recipe command `<java:ant>` for running Ant builds.
author cmlenz
date Sun, 02 Oct 2005 14:40:51 +0000
parents 832e64330c31
children e75816cb2f45
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -46,6 +46,7 @@
             NS + 'sh#pipe = bitten.build.shtools:pipe',
             NS + 'c#configure = bitten.build.ctools:configure',
             NS + 'c#make = bitten.build.ctools:make',
+            NS + 'java#ant = bitten.build.javatools:ant',
             NS + 'python#distutils = bitten.build.pythontools:distutils',
             NS + 'python#exec = bitten.build.pythontools:exec_',
             NS + 'python#pylint = bitten.build.pythontools:pylint',
Copyright (C) 2012-2017 Edgewall Software