[jboss-cvs] jboss-tomcat ...

Anil Saldhana anil.saldhana at jboss.com
Thu Jul 20 16:31:49 EDT 2006


  User: asaldhana
  Date: 06/07/20 16:31:49

  Modified:    jboss-tomcat  build.xml
  Log:
  JBAS-3212: remove the exclude of JBossContextConfig
  
  Revision  Changes    Path
  1.46      +1 -2      jboss-tomcat/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-tomcat/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -b -r1.45 -r1.46
  --- build.xml	19 Jul 2006 21:28:45 -0000	1.45
  +++ build.xml	20 Jul 2006 20:31:48 -0000	1.46
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.45 2006/07/19 21:28:45 ssilvert Exp $ -->
  +<!-- $Id: build.xml,v 1.46 2006/07/20 20:31:48 asaldhana Exp $ -->
   
   <project default="main" name="JBoss/Tomcat-5">
   
  @@ -164,7 +164,6 @@
         <src path="${source.java}"/>
         <src path="${source.tests}"/>
         <classpath refid="javac.tomcat.classpath"/>
  -      <exclude name="org/jboss/web/tomcat/security/config/JBossContextConfig.java"/>
       </javac>
       <copy todir="${build.classes}">
         <fileset dir="${source.java}">
  
  
  



More information about the jboss-cvs-commits mailing list