pier 2003/03/08 13:21:27
Modified: src/idl/java _module.idl
Removed: src/idl/java Exception.idl
Log:
Exceptions cannot be declared outside of a module (from an import).
Better copyright notice.
Revision Changes Path
1.2 +1 -2 xml-cocoon2/src/idl/java/_module.idl
Index: _module.idl
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/idl/java/_module.idl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- _module.idl 8 Mar 2003 21:18:57 -0000 1.1
+++ _module.idl 8 Mar 2003 21:21:27 -0000 1.2
@@ -86,7 +86,7 @@
* All rights reserved.
* </dd>
* <dd>
- * Copyright ©
+ * Java Platform and libraries copyright ©
* <a href="http://java.sun.com/">Sun Microsystems, Inc.</a>
* All rights reserved.
* </dd>
@@ -112,7 +112,6 @@
interface Iterator;
interface JavaObject;
interface OutputStream;
-
#include "java/JavaObject.idl"
#include "java/OutputStream.idl"