[jboss-cvs] jboss-seam/examples/hibernate2 ...

Michael Yuan michael.yuan at jboss.com
Mon Feb 26 18:39:43 EST 2007


  User: myuan   
  Date: 07/02/26 18:39:43

  Modified:    examples/hibernate2  build.xml
  Log:
  patch the example
  
  Revision  Changes    Path
  1.10      +0 -5      jboss-seam/examples/hibernate2/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- build.xml	23 Feb 2007 01:43:25 -0000	1.9
  +++ build.xml	26 Feb 2007 23:39:42 -0000	1.10
  @@ -71,7 +71,6 @@
         <webinf dir="${resources}">
           <include name="faces-config.xml" />
           <include name="pages.xml" />
  -        <include name="navigation.xml" />
           <include name="jboss-web.xml" />
           <include name="components.xml" />
         </webinf>
  @@ -127,7 +126,6 @@
         <webinf dir="${resources}">
           <include name="faces-config.xml" />
           <include name="pages.xml" />
  -        <include name="navigation.xml" />
         </webinf>
         <webinf dir="${resources}/tomcat">
           <include name="components.xml" />
  @@ -188,7 +186,6 @@
         <webinf dir="${resources}">
           <include name="faces-config.xml" />
           <include name="pages.xml" />
  -        <include name="navigation.xml" />
         </webinf>
         <webinf dir="${resources}/weblogic">
           <include name="components.xml" />
  @@ -249,7 +246,6 @@
         <webinf dir="${resources}">
           <include name="faces-config.xml" />
           <include name="pages.xml" />
  -        <include name="navigation.xml" />
         </webinf>
         <webinf dir="${resources}/websphere">
           <include name="components.xml" />
  @@ -305,7 +301,6 @@
         <webinf dir="${resources}">
           <include name="faces-config.xml" />
           <include name="pages.xml" />
  -        <include name="navigation.xml" />
         </webinf>
         <webinf dir="${resources}/glassfish">   
           <include name="components.xml" />
  
  
  



More information about the jboss-cvs-commits mailing list