You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Nick Chalko <ni...@chalko.com> on 2003/07/24 18:35:39 UTC

Re: depend types was: Please add jUDDI (http://juddi.sourceforge. net) to Gump...

Hmm this grows to something like
 

	dist
	test
build
	build
	test
compile
	compile-time
	test-compile
run
	runtime
	test-time




Re: depend types was: Please add jUDDI (http://juddi.sourceforge. net) to Gump...

Posted by Nick Chalko <ni...@chalko.com>.
         |   dist            |       test
--------------------------------------------------
build    |   build           |       test
compile  |   compile-time    |       test-compile
run      |   runtime         |       test-time