User: janaudy
Date: 00/05/22 09:56:58
Modified: webstore/build build.xml
Log:
Revision Changes Path
1.2 +2 -0 zola/webstore/build/build.xml
Index: build.xml
===================================================================
RCS file: /products/cvs/ejboss/zola/webstore/build/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2000/05/10 14:16:20 1.1
+++ build.xml 2000/05/22 16:56:58 1.2
@@ -111,6 +111,7 @@
<jar jarfile="${jboss.ejbeans}/personentity.jar"
basedir="${work}"
includes="${webstore.ejbs}/person/*.class,
+ ${webstore.ejbs}/common/*.class,
META-INF/*"/>
<!-- PRODUCT ENTITY BEAN -->
@@ -120,6 +121,7 @@
<jar jarfile="${jboss.ejbeans}/productentity.jar"
basedir="${work}"
includes="${webstore.ejbs}/product/*.class,
+ ${webstore.ejbs}/common/*.class,
META-INF/*"/>
</target>