comparison 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
comparison
equal deleted inserted replaced
251:d66359b298d4 252:36a687797120
45 NS + 'sh#exec = bitten.build.shtools:exec_', 45 NS + 'sh#exec = bitten.build.shtools:exec_',
46 NS + 'sh#pipe = bitten.build.shtools:pipe', 46 NS + 'sh#pipe = bitten.build.shtools:pipe',
47 NS + 'c#configure = bitten.build.ctools:configure', 47 NS + 'c#configure = bitten.build.ctools:configure',
48 NS + 'c#make = bitten.build.ctools:make', 48 NS + 'c#make = bitten.build.ctools:make',
49 NS + 'java#ant = bitten.build.javatools:ant', 49 NS + 'java#ant = bitten.build.javatools:ant',
50 NS + 'java#junit = bitten.build.javatools:junit',
50 NS + 'python#distutils = bitten.build.pythontools:distutils', 51 NS + 'python#distutils = bitten.build.pythontools:distutils',
51 NS + 'python#exec = bitten.build.pythontools:exec_', 52 NS + 'python#exec = bitten.build.pythontools:exec_',
52 NS + 'python#pylint = bitten.build.pythontools:pylint', 53 NS + 'python#pylint = bitten.build.pythontools:pylint',
53 NS + 'python#trace = bitten.build.pythontools:trace', 54 NS + 'python#trace = bitten.build.pythontools:trace',
54 NS + 'python#unittest = bitten.build.pythontools:unittest', 55 NS + 'python#unittest = bitten.build.pythontools:unittest',
Copyright (C) 2012-2017 Edgewall Software