[jboss-cvs] jbosstest/imports/sections ...

Stan Silvert ssilvert at jboss.com
Wed Jul 19 17:28:44 EDT 2006


  User: ssilvert
  Date: 06/07/19 17:28:44

  Added:       imports/sections  jsf.xml
  Log:
  Updated JSF and JSTL version.  Added test for JSF and JSTL integration.
  
  Revision  Changes    Path
  1.2       +22 -0     jbosstest/imports/sections/jsf.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jsf.xml
  ===================================================================
  RCS file: jsf.xml
  diff -N jsf.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ jsf.xml	19 Jul 2006 21:28:44 -0000	1.2
  @@ -0,0 +1,22 @@
  +<project name="tests-jsf-jars">
  +   <!-- jsf test -->
  +   <target name="_jars-jsf">
  +     <mkdir dir="${build.lib}"/>
  +     <!-- build jbosstest-jsf.war -->
  +     <war destfile="${build.lib}/jbosstest-jsf.war"
  +       webxml="${build.resources}/web/WEB-INF/jsftest-web.xml">
  +       <fileset dir="${build.resources}/web/html/jsftest">
  +         <include name="**/*.jsp"/>
  +       </fileset>
  +
  +       <classes dir="${build.classes}">
  +          <include name="org/jboss/test/jsf/webapp/**"/>
  +       </classes>
  +
  +       <webinf dir="${build.resources}/web/html/jsftest/WEB-INF">
  +         <include name="**/*"/>
  +       </webinf>
  +     </war>
  +   </target>
  +
  +</project>
  
  
  



More information about the jboss-cvs-commits mailing list