diff setup.py @ 252:36a687797120

Add `<java:junit>` recipe command contributed by Matt Good (see #58). Thanks!
author cmlenz
date Wed, 05 Oct 2005 08:12:54 +0000
parents 1aa624af9ebb
children 76bfc58fc394
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@
             NS + 'c#configure = bitten.build.ctools:configure',
             NS + 'c#make = bitten.build.ctools:make',
             NS + 'java#ant = bitten.build.javatools:ant',
+            NS + 'java#junit = bitten.build.javatools:junit',
             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