Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/interfaces
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8375/src/test/java/org/xdoclet/plugin/ejb/interfaces

Modified Files:
        LocalHomeInterfacePluginAccountTestCase.java 
        LocalHomeInterfacePluginTransferTestCase.java 
        LocalInterfacePluginAccountTestCase.java 
        LocalInterfacePluginTransferTestCase.java 
Log Message:
fixing end of lines ?


Index: LocalHomeInterfacePluginTransferTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/interfaces/LocalHomeInterfacePluginTransferTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** LocalHomeInterfacePluginTransferTestCase.java       6 Oct 2005 13:43:46 
-0000       1.1
--- LocalHomeInterfacePluginTransferTestCase.java       24 Jan 2006 20:45:44 
-0000      1.2
***************
*** 1,29 ****
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.ejb.interfaces;
! 
! import java.io.File;
! import java.io.FileNotFoundException;
! import java.net.MalformedURLException;
! import java.net.URL;
! 
! /**
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public class LocalHomeInterfacePluginTransferTestCase extends 
AbstractLocalHomeInterfacePluginTestCase {
!     protected URL getExpected() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/TransferLocalHome.java").toURL();
!     }
! 
!     protected URL getTestSource() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/beans/TransferBean.java").toURL();
!     }
  }
\ No newline at end of file
--- 1,29 ----
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.ejb.interfaces;
! 
! import java.io.File;
! import java.io.FileNotFoundException;
! import java.net.MalformedURLException;
! import java.net.URL;
! 
! /**
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public class LocalHomeInterfacePluginTransferTestCase extends 
AbstractLocalHomeInterfacePluginTestCase {
!     protected URL getExpected() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/TransferLocalHome.java").toURL();
!     }
! 
!     protected URL getTestSource() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/beans/TransferBean.java").toURL();
!     }
  }
\ No newline at end of file

Index: LocalInterfacePluginAccountTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/interfaces/LocalInterfacePluginAccountTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** LocalInterfacePluginAccountTestCase.java    6 Oct 2005 13:43:46 -0000       
1.1
--- LocalInterfacePluginAccountTestCase.java    24 Jan 2006 20:45:44 -0000      
1.2
***************
*** 1,30 ****
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.ejb.interfaces;
! 
! import java.io.File;
! import java.io.FileNotFoundException;
! import java.net.MalformedURLException;
! import java.net.URL;
! 
! /**
!  * @author Aslak Hellesøy
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public class LocalInterfacePluginAccountTestCase extends 
AbstractLocalInterfacePluginTestCase {
!     protected URL getExpected() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/AccountLocal.java").toURL();
!     }
! 
!     protected URL getTestSource() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/beans/AccountBean.java").toURL();
!     }
  }
\ No newline at end of file
--- 1,30 ----
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.ejb.interfaces;
! 
! import java.io.File;
! import java.io.FileNotFoundException;
! import java.net.MalformedURLException;
! import java.net.URL;
! 
! /**
!  * @author Aslak Hellesøy
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public class LocalInterfacePluginAccountTestCase extends 
AbstractLocalInterfacePluginTestCase {
!     protected URL getExpected() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/AccountLocal.java").toURL();
!     }
! 
!     protected URL getTestSource() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/beans/AccountBean.java").toURL();
!     }
  }
\ No newline at end of file

Index: LocalInterfacePluginTransferTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/interfaces/LocalInterfacePluginTransferTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** LocalInterfacePluginTransferTestCase.java   6 Oct 2005 13:43:46 -0000       
1.1
--- LocalInterfacePluginTransferTestCase.java   24 Jan 2006 20:45:44 -0000      
1.2
***************
*** 1,30 ****
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.ejb.interfaces;
! 
! import java.io.File;
! import java.io.FileNotFoundException;
! import java.net.MalformedURLException;
! import java.net.URL;
! 
! /**
!  * @author Aslak Hellesøy
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public class LocalInterfacePluginTransferTestCase extends 
AbstractLocalInterfacePluginTestCase {
!     protected URL getExpected() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/TransferLocal.java").toURL();
!     }
! 
!     protected URL getTestSource() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/beans/TransferBean.java").toURL();
!     }
  }
\ No newline at end of file
--- 1,30 ----
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.ejb.interfaces;
! 
! import java.io.File;
! import java.io.FileNotFoundException;
! import java.net.MalformedURLException;
! import java.net.URL;
! 
! /**
!  * @author Aslak Hellesøy
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public class LocalInterfacePluginTransferTestCase extends 
AbstractLocalInterfacePluginTestCase {
!     protected URL getExpected() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/TransferLocal.java").toURL();
!     }
! 
!     protected URL getTestSource() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/beans/TransferBean.java").toURL();
!     }
  }
\ No newline at end of file

Index: LocalHomeInterfacePluginAccountTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/interfaces/LocalHomeInterfacePluginAccountTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** LocalHomeInterfacePluginAccountTestCase.java        6 Oct 2005 13:43:46 
-0000       1.1
--- LocalHomeInterfacePluginAccountTestCase.java        24 Jan 2006 20:45:44 
-0000      1.2
***************
*** 1,29 ****
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.ejb.interfaces;
! 
! import java.io.File;
! import java.io.FileNotFoundException;
! import java.net.MalformedURLException;
! import java.net.URL;
! 
! /**
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public class LocalHomeInterfacePluginAccountTestCase extends 
AbstractLocalHomeInterfacePluginTestCase {
!     protected URL getExpected() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/AccountLocalHome.java").toURL();
!     }
! 
!     protected URL getTestSource() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/beans/AccountBean.java").toURL();
!     }
  }
\ No newline at end of file
--- 1,29 ----
! /*
!  * Copyright (c) 2005
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.ejb.interfaces;
! 
! import java.io.File;
! import java.io.FileNotFoundException;
! import java.net.MalformedURLException;
! import java.net.URL;
! 
! /**
!  * @author Diogo Quintela
!  * @version $Revision$
!  */
! public class LocalHomeInterfacePluginAccountTestCase extends 
AbstractLocalHomeInterfacePluginTestCase {
!     protected URL getExpected() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/interfaces/AccountLocalHome.java").toURL();
!     }
! 
!     protected URL getTestSource() throws FileNotFoundException, 
MalformedURLException {
!         String basedir = System.getProperty("xdoclet.ejb.home");
!         assertNotNull(basedir);
!         return new File(basedir + 
"/../testapp-ejb/src/main/java/org/xdoclet/testapp/ejb/beans/AccountBean.java").toURL();
!     }
  }
\ 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to