You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ni...@apache.org on 2003/10/01 08:12:48 UTC

cvs commit: jakarta-gump/profile gump.xml

nickchalko    2003/09/30 23:12:48

  Modified:    profile  gump.xml
  Added:       project  krysalis-template-smoketest.xml
  Log:
  Added the krysalis smoketest.
  
  Revision  Changes    Path
  1.1                  jakarta-gump/project/krysalis-template-smoketest.xml
  
  Index: krysalis-template-smoketest.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <module name="krysalis-template-smoke-test" fullname="Krysalis Smoke Test">
  	<url href="http://www.krysalis.org/templates/smoke-test"/>
  	<site hostname="krysalis.sourceforge.net"
  		remotedir="/home/groups/k/kr/krysalis/htdocs/templates/smoke-test"/>
  	<cvs repository="sourceforge" host-prefix="cvs.krysalis" dir="krysalis"
  		module="krysalis-template/smoke-test"
  		cvsweb="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/krysalis/krysalis-template/smoke-test"
  		/>
  	<description>Smoke Test is for testing Centipede.</description>
  	<detailed>Smoke Test is a template for a Centipede module. It is primarly
  		used for testing Centipede.</detailed>
  	<what>
  		<goal>Make Centipede project that covers all cents but test quickly.</goal>
  	</what>
  	<why>Centipede needs a module other than his own for serious testing.</why>
  	<vendor>Krysalis Community Project</vendor>
  	<licence legal="./legal">This software is released under the Krysalis Patchy
  		Software License 1.1_01. For detailed legal and licensing issues, please
  		read the LICENSE.* files in the /legal directory.</licence>
  	<credits>
  		<credit>This software includes software developed by the Apache Software
  			Foundation (http://www.apache.org/).</credit>
  	</credits>
  	<project name="krysalis-template-smoketest" fullname="Krysalis Smoke Test">
  		<version major="0" minor="0" fix="1" tag="HEAD"/>
  		<package>smoketest</package>
  		<ant target="gump" vm="1.2"/>
  		<depend project="jakarta-log4j" version="1.2.6"/>
  		<depend project="krysalis-template-smoketest-supplied" version="supplied" export="true"/>
  		<depend project="krysalis-centipede" inherit="all" />
  		<work nested="build/classes"/>
  		<home nested="build"/>
  		<code type="java/plain" dir="src/java"/>
  		<test type="test/junit" dir="src/test"/>
  		<documentation type="xml/forrest" dir="src/documentation"/>
  		
  
  	</project>
  	<project name="krysalis-template-smoketest-supplied">
  		<jar name="lib/helloworld-0.0.1-alpha1-200209130001.jar"/>
  	</project>
  </module>
  
  
  
  
  1.261     +1 -0      jakarta-gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/profile/gump.xml,v
  retrieving revision 1.260
  retrieving revision 1.261
  diff -u -r1.260 -r1.261
  --- gump.xml	30 Sep 2003 09:13:02 -0000	1.260
  +++ gump.xml	1 Oct 2003 06:12:48 -0000	1.261
  @@ -164,6 +164,7 @@
     <module href="project/krysalis-ruper.xml"/>
     <module href="project/krysalis-centipede.xml" />
     <module href="project/krysalis-antlibs.xml"/>
  +  <module href="project/krysalis-template-smoketest.xml"/>
   
     <!--module href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/krysalis/krysalis-antlibs/forrest/gump.xml"/>
     <module href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/krysalis/krysalis-antlibs/junit/gump.xml"/>