User: starksm
Date: 02/02/26 21:41:20
Modified: . build.xml
Log:
Add MarshalledValue to the jboss-client.jar
Revision Changes Path
1.73 +4 -1 jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/build.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- build.xml 27 Feb 2002 00:47:04 -0000 1.72
+++ build.xml 27 Feb 2002 05:41:20 -0000 1.73
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.72 2002/02/27 00:47:04 dsundstrom Exp $ -->
+<!-- $Id: build.xml,v 1.73 2002/02/27 05:41:20 starksm Exp $ -->
<project default="main" name="JBoss/Server">
@@ -566,6 +566,9 @@
<include name="org/jboss/invocation/Invoker.class"/>
<include name="org/jboss/invocation/Invocation.class"/>
<include name="org/jboss/invocation/MarshalledInvocation.class"/>
+ <include name="org/jboss/invocation/MarshalledValue.class"/>
+ <include name="org/jboss/invocation/MarshalledValueInputStream.class"/>
+ <include name="org/jboss/invocation/MarshalledValueOutputStream.class"/>
<include
name="org/jboss/invocation/jrmp/interfaces/JRMPInvokerProxy.class"/>
<include name="org/jboss/invocation/jrmp/server/*Stub.class"/>
<include name="org/jboss/ejb/CacheKey.class"/>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development