jlaskowski 2004/07/05 11:47:45
Modified: modules/core maven.xml
Log:
Further enhancements to make OpenEJB instances to not interfere with each other when
embedded in separate webapps
Revision Changes Path
1.6 +2 -1 openejb1/modules/core/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/projects/openejb/scm/openejb1/modules/core/maven.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- maven.xml 25 May 2004 21:28:02 -0000 1.5
+++ maven.xml 5 Jul 2004 15:47:45 -0000 1.6
@@ -28,6 +28,7 @@
<include name="org/openejb/util/FileUtils.class" />
<include name="org/openejb/client/LocalInitialContextFactory.class" />
<include name="org/openejb/loader/**" />
+ <include name="org/openejb/OpenEJBException.class" />
</fileset>
</ant:jar>
</postGoal>