[jboss-cvs] repository.jboss.com/jsunit/2.1 ...

Roy Russo russo at jboss.com
Wed Sep 27 15:23:57 EDT 2006


  User: russo   
  Date: 06/09/27 15:23:57

  Added:       jsunit/2.1  component-info.xml
  Log:
  - added jsunit jar for javascript unit testing in portal.
  
  Revision  Changes    Path
  1.1      date: 2006/09/27 19:23:57;  author: russo;  state: Exp;repository.jboss.com/jsunit/2.1/component-info.xml
  
  Index: component-info.xml
  ===================================================================
  <project name="jsunit-component-info">
  
     <!-- The component id is the repository path -->
     <!-- The license type for which there must be an *.txt in repository.jboss.com/licenses -->
     <!-- The version of the component -->
     <!-- The component home/info page -->
     <!-- A short description of the component -->
     <component id="jsunit"
                licenseType="lgpl"
                version="2.1"
                projectHome="http://www.jsunit.net/"
                description="JSUnit">
  
        <!-- Artifacts produced by this component -->
        <artifact id="jsunit.jar"/>
        <!-- The artifacts exported by this component -->
        <export>
           <include input="jsunit.jar"/>
        </export>
     </component>
  </project>
  
  



More information about the jboss-cvs-commits mailing list