You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@locus.apache.org on 2000/10/13 16:52:56 UTC

cvs commit: jakarta-tomcat build.xml

nacho       00/10/13 07:52:54

  Modified:    .        build.xml
  Log:
  Include anonymous classes derived from Main
  into the minimalistic tomcat.jar.
  
  Revision  Changes    Path
  1.88      +1 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- build.xml	2000/09/29 04:11:47	1.87
  +++ build.xml	2000/10/13 14:52:32	1.88
  @@ -147,6 +147,7 @@
         basedir="${tomcat.build}/classes" 
         manifest="src/build/manifest" > 
         <include name="org/apache/tomcat/startup/Main.class" /> 
  +      <include name="org/apache/tomcat/startup/Main$*.class" /> 
         <include name="org/apache/tomcat/util/SimpleClassLoader**" /> 
       </jar>
     </target>