You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/02/22 17:02:40 UTC

cvs commit: incubator-myfaces/build/junit build.xml

matzew      2005/02/22 08:02:40

  Modified:    build/junit build.xml
  Log:
  closed MYFACES-109 in Jira; Thanks to Carsten Fregin
  
  Revision  Changes    Path
  1.8       +1 -0      incubator-myfaces/build/junit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/build/junit/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	16 Jul 2004 12:21:01 -0000	1.7
  +++ build.xml	22 Feb 2005 16:02:40 -0000	1.8
  @@ -29,6 +29,7 @@
           <pathelement location="${commons-beanutils.jar}"/>
           <pathelement location="${commons-collections.jar}"/>
           <pathelement location="${commons-digester.jar}"/>
  +    	<pathelement location="${portlet.jar}"/>
       </path>
   
       <target name="junit" depends="-compile-for-junit,-myfaces-jsf-api-jar,-myfaces-jar">