Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15668/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces

Modified Files:
        AccountRemote.java AccountLocal.java 
Log Message:
* Various refactorings
* Completed ValueObjectPlugin

Index: AccountRemote.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/AccountRemote.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** AccountRemote.java  6 Oct 2005 13:49:58 -0000       1.10
--- AccountRemote.java  13 Dec 2005 03:56:02 -0000      1.11
***************
*** 1,21 ****
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.testapp.ejb.interfaces;
! 
! /**
!  * This class would normally be generated by XDoclet, but we keep it in the 
codebase only to ensure that
!  * the testapp can compile without XDoclet.
!  * This source is also used by the xdoclet-ejb plugin to compare the 
generated output.
!  *
!  * @author Aslak Hellesøy
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public interface AccountRemote extends 
org.xdoclet.testapp.ejb.interfaces.Dummy, javax.ejb.EJBObject {
!     java.util.Collection getOwners(int ownershipType) throws 
java.rmi.RemoteException;
!     java.lang.String getNumber() throws 
org.xdoclet.testapp.ejb.interfaces.NoNumberException, java.rmi.RemoteException;
!     java.lang.String getType() throws java.rmi.RemoteException;
  }
\ No newline at end of file
--- 1,21 ----
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.testapp.ejb.interfaces;
! 
! /**
!  * This class would normally be generated by XDoclet, but we keep it in the 
codebase only to ensure that
!  * the testapp can compile without XDoclet.
!  * This source is also used by the xdoclet-ejb plugin to compare the 
generated output.
!  *
!  * @author Aslak Hellesøy
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public interface AccountRemote extends 
org.xdoclet.testapp.ejb.interfaces.Dummy, javax.ejb.EJBObject {
!     java.util.Collection getOwners() throws java.rmi.RemoteException;
!     java.lang.String getNumber() throws 
org.xdoclet.testapp.ejb.interfaces.NoNumberException, java.rmi.RemoteException;
!     java.lang.String getType() throws java.rmi.RemoteException;
  }
\ No newline at end of file

Index: AccountLocal.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/AccountLocal.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** AccountLocal.java   6 Oct 2005 13:49:58 -0000       1.9
--- AccountLocal.java   13 Dec 2005 03:56:02 -0000      1.10
***************
*** 1,20 ****
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.testapp.ejb.interfaces;
! 
! /**
!  * This class would normally be generated by XDoclet, but we keep it in the 
codebase only to ensure that the
!  * testapp can compile without XDoclet.
!  * This source is also used by the xdoclet-ejb plugin to compare the 
generated output.
!  *
!  * @author Aslak Hellesøy
!  * @version $Revision$
!  */
! public interface AccountLocal extends javax.ejb.EJBLocalObject {
!     java.util.Collection getOwners(int ownershipType);
!     java.lang.String getNumber() throws 
org.xdoclet.testapp.ejb.interfaces.NoNumberException;
!     java.lang.String getType();
  }
\ No newline at end of file
--- 1,20 ----
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.testapp.ejb.interfaces;
! 
! /**
!  * This class would normally be generated by XDoclet, but we keep it in the 
codebase only to ensure that the
!  * testapp can compile without XDoclet.
!  * This source is also used by the xdoclet-ejb plugin to compare the 
generated output.
!  *
!  * @author Aslak Hellesøy
!  * @version $Revision$
!  */
! public interface AccountLocal extends javax.ejb.EJBLocalObject {
!     java.util.Collection getOwners();
!     java.lang.String getNumber() throws 
org.xdoclet.testapp.ejb.interfaces.NoNumberException;
!     java.lang.String getType();
  }
\ No newline at end of file



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to