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

Michael Yuan michael.yuan at jboss.com
Wed Nov 29 04:23:46 EST 2006


  User: myuan   
  Date: 06/11/29 04:23:46

  Modified:    examples/jpa  build.xml
  Log:
  log4j for weblogic
  
  Revision  Changes    Path
  1.5       +3 -0      jboss-seam/examples/jpa/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build.xml	29 Nov 2006 03:29:30 -0000	1.4
  +++ build.xml	29 Nov 2006 09:23:46 -0000	1.5
  @@ -217,6 +217,9 @@
         <lib dir="${build.jars}">
           <include name="${projname}.jar" />
         </lib>
  +      <classes dir="${resources}/weblogic">
  +        <include name="log4j.xml" />
  +      </classes>
         <fileset dir="${view}"/>
       </war>
     </target>
  
  
  



More information about the jboss-cvs-commits mailing list