dblevins    2005/07/12 19:51:16

  Modified:    modules/core maven.xml
  Log:

  Tomcat 4 Common (Global) support works.  Per-webapp is still hosed.
  
  Revision  Changes    Path
  1.10      +2 -3      openejb1/modules/core/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb1/modules/core/maven.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- maven.xml 24 Feb 2005 12:07:09 -0000      1.9
  +++ maven.xml 12 Jul 2005 23:51:16 -0000      1.10
  @@ -27,9 +27,8 @@
     <postGoal name="jar:jar">

       <ant:jar 
destfile="${basedir}/target/openejb-loader-${pom.currentVersion}.jar">

        <fileset dir="${basedir}/target/classes" >

  -             <include name="org/openejb/util/ClasspathUtils*" />

                <include name="org/openejb/util/FileUtils.class" />

  -             <include 
name="org/openejb/client/LocalInitialContextFactory.class" />

  +             <include name="org/openejb/client/LocalInitialContextFactory*" 
/>

                <include name="org/openejb/loader/**" />

                <include name="org/openejb/OpenEJBException.class" />

        </fileset>

  
  
  

Reply via email to