User: sparre
Date: 01/08/08 13:19:40
Modified: iiop/src/main/org/jboss/iiop/rmi/ir AliasDefImpl.java
AttributeDefImpl.java ConstantDefImpl.java
ContainedImpl.java ContainerImpl.java
ContainerImplDelegate.java ExceptionDefImpl.java
IDLTypeImpl.java IRConstructionException.java
IRObjectImpl.java InterfaceDefImpl.java
InterfaceRepository.java LocalContained.java
LocalContainedIDLType.java LocalContainer.java
LocalIDLType.java LocalIRObject.java
ModuleDefImpl.java OperationDefImpl.java
PrimitiveDefImpl.java RepositoryImpl.java
SequenceDefImpl.java TypedefDefImpl.java
ValueBoxDefImpl.java ValueDefImpl.java
ValueMemberDefImpl.java
Log:
Following the lead in redefining JBoss.
Revision Changes Path
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/AliasDefImpl.java
Index: AliasDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/AliasDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AliasDefImpl.java 2001/07/30 17:07:14 1.1
+++ AliasDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -32,7 +32,7 @@
* AliasDef IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class AliasDefImpl
extends TypedefDefImpl
1.2 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/AttributeDefImpl.java
Index: AttributeDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/AttributeDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AttributeDefImpl.java 2001/07/30 17:07:00 1.1
+++ AttributeDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -26,7 +26,7 @@
* Attribute IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class AttributeDefImpl
extends ContainedImpl
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ConstantDefImpl.java
Index: ConstantDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ConstantDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConstantDefImpl.java 2001/07/30 17:07:16 1.1
+++ ConstantDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -25,7 +25,7 @@
* Constant IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class ConstantDefImpl
extends ContainedImpl
1.3 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ContainedImpl.java
Index: ContainedImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ContainedImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ContainedImpl.java 2001/07/31 16:55:29 1.2
+++ ContainedImpl.java 2001/08/08 20:19:39 1.3
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -23,7 +23,7 @@
* Abstract base class for all contained IR entities.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
abstract class ContainedImpl
extends IRObjectImpl
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ContainerImpl.java
Index: ContainerImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ContainerImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ContainerImpl.java 2001/07/30 17:06:59 1.1
+++ ContainerImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -37,7 +37,7 @@
* Abstract base class for container IR entities.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
abstract class ContainerImpl
extends IRObjectImpl
1.2 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ContainerImplDelegate.java
Index: ContainerImplDelegate.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ContainerImplDelegate.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ContainerImplDelegate.java 2001/07/30 17:07:04 1.1
+++ ContainerImplDelegate.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -40,7 +40,7 @@
* Delegate for Container functionality.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class ContainerImplDelegate
implements ContainerOperations
1.2 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ExceptionDefImpl.java
Index: ExceptionDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ExceptionDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExceptionDefImpl.java 2001/07/30 17:07:16 1.1
+++ ExceptionDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -44,7 +44,7 @@
* Abstract base class for all contained IR entities.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class ExceptionDefImpl
extends ContainedImpl
1.3 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/IDLTypeImpl.java
Index: IDLTypeImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/IDLTypeImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IDLTypeImpl.java 2001/07/31 16:55:29 1.2
+++ IDLTypeImpl.java 2001/08/08 20:19:39 1.3
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -20,7 +20,7 @@
* IDLType IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
abstract class IDLTypeImpl
extends IRObjectImpl
1.2 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/IRConstructionException.java
Index: IRConstructionException.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/IRConstructionException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IRConstructionException.java 2001/07/30 17:07:04 1.1
+++ IRConstructionException.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -11,7 +11,7 @@
* Interface Repository construction failure exception.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class IRConstructionException
extends Exception
1.3 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/IRObjectImpl.java
Index: IRObjectImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/IRObjectImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IRObjectImpl.java 2001/07/31 16:55:29 1.2
+++ IRObjectImpl.java 2001/08/08 20:19:39 1.3
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -25,7 +25,7 @@
* Abstract base class for all IR object implementations.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
abstract class IRObjectImpl
implements IRObjectOperations
1.2 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/InterfaceDefImpl.java
Index: InterfaceDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/InterfaceDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InterfaceDefImpl.java 2001/07/30 17:07:12 1.1
+++ InterfaceDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -48,7 +48,7 @@
* Interface IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class InterfaceDefImpl
extends ContainedImpl
1.3 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/InterfaceRepository.java
Index: InterfaceRepository.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/InterfaceRepository.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InterfaceRepository.java 2001/07/31 16:55:29 1.2
+++ InterfaceRepository.java 2001/08/08 20:19:39 1.3
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -52,7 +52,7 @@
* An Interface Repository.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class InterfaceRepository
{
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalContained.java
Index: LocalContained.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalContained.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LocalContained.java 2001/07/30 17:07:14 1.1
+++ LocalContained.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -12,7 +12,7 @@
* Interface of local contained IR objects.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
interface LocalContained
extends ContainedOperations, LocalIRObject
1.2 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalContainedIDLType.java
Index: LocalContainedIDLType.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalContainedIDLType.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LocalContainedIDLType.java 2001/07/30 17:07:14 1.1
+++ LocalContainedIDLType.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -11,7 +11,7 @@
* Interface of local contained IDL types.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
interface LocalContainedIDLType
extends LocalIDLType, LocalContained
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalContainer.java
Index: LocalContainer.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalContainer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LocalContainer.java 2001/07/30 17:07:06 1.1
+++ LocalContainer.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -15,7 +15,7 @@
* ContainerImplDelegate should implement this interface.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
interface LocalContainer
extends ContainerOperations, LocalIRObject
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalIDLType.java
Index: LocalIDLType.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalIDLType.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LocalIDLType.java 2001/07/30 17:07:16 1.1
+++ LocalIDLType.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -12,7 +12,7 @@
* Interface of local IDL types.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
interface LocalIDLType
extends IDLTypeOperations, LocalIRObject
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalIRObject.java
Index: LocalIRObject.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/LocalIRObject.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LocalIRObject.java 2001/07/30 17:07:13 1.1
+++ LocalIRObject.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -15,7 +15,7 @@
* This defines the local (non-exported) methods.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
interface LocalIRObject
extends IRObjectOperations
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ModuleDefImpl.java
Index: ModuleDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ModuleDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ModuleDefImpl.java 2001/07/30 17:07:03 1.1
+++ ModuleDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -40,7 +40,7 @@
* Abstract base class for all contained IR entities.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class ModuleDefImpl
extends ContainedImpl
1.2 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/OperationDefImpl.java
Index: OperationDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/OperationDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- OperationDefImpl.java 2001/07/30 17:07:14 1.1
+++ OperationDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -36,7 +36,7 @@
* OperationDef IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class OperationDefImpl
extends ContainedImpl
1.2 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/PrimitiveDefImpl.java
Index: PrimitiveDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/PrimitiveDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PrimitiveDefImpl.java 2001/07/30 17:07:00 1.1
+++ PrimitiveDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -23,7 +23,7 @@
* PrimitiveDef IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class PrimitiveDefImpl
extends IDLTypeImpl
1.3 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/RepositoryImpl.java
Index: RepositoryImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/RepositoryImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RepositoryImpl.java 2001/07/31 16:55:29 1.2
+++ RepositoryImpl.java 2001/08/08 20:19:39 1.3
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -40,7 +40,7 @@
* An Interface Repository.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
class RepositoryImpl
extends ContainerImpl
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/SequenceDefImpl.java
Index: SequenceDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/SequenceDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SequenceDefImpl.java 2001/07/30 17:07:21 1.1
+++ SequenceDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -22,7 +22,7 @@
* SequenceDef IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class SequenceDefImpl
extends IDLTypeImpl
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/TypedefDefImpl.java
Index: TypedefDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/TypedefDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TypedefDefImpl.java 2001/07/30 17:07:13 1.1
+++ TypedefDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -26,7 +26,7 @@
* TypedefDef IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
abstract class TypedefDefImpl
extends ContainedImpl
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ValueBoxDefImpl.java
Index: ValueBoxDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ValueBoxDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ValueBoxDefImpl.java 2001/07/30 17:07:17 1.1
+++ ValueBoxDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -22,7 +22,7 @@
* ValueBoxDef IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class ValueBoxDefImpl
extends TypedefDefImpl
1.2 +2 -2 contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ValueDefImpl.java
Index: ValueDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ValueDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ValueDefImpl.java 2001/07/30 17:07:20 1.1
+++ ValueDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -61,7 +61,7 @@
* Interface IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class ValueDefImpl
extends ContainedImpl
1.2 +2 -2
contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ValueMemberDefImpl.java
Index: ValueMemberDefImpl.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/ir/ValueMemberDefImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ValueMemberDefImpl.java 2001/07/30 17:07:17 1.1
+++ ValueMemberDefImpl.java 2001/08/08 20:19:39 1.2
@@ -1,5 +1,5 @@
/*
-* JBoss, the OpenSource EJB server
+* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@@ -29,7 +29,7 @@
* ValueMemberDef IR object.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class ValueMemberDefImpl
extends ContainedImpl
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development