From: Wolfgang M. M. <wol...@us...> - 2004-07-05 20:11:00
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/xmldb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26880/src/org/exist/xmldb Modified Files: RemoteCollectionManagementService.java Log Message: Index: RemoteCollectionManagementService.java =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/xmldb/RemoteCollectionManagementService.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RemoteCollectionManagementService.java 21 Jun 2004 15:46:23 -0000 1.5 --- RemoteCollectionManagementService.java 5 Jul 2004 20:10:51 -0000 1.6 *************** *** 160,164 **** } ! /* (non-Javadoc) * @see org.exist.xmldb.CollectionManagementServiceImpl#copyResource(java.lang.String, java.lang.String, java.lang.String) --- 160,171 ---- } ! /* (non-Javadoc) ! * @see org.exist.xmldb.CollectionManagementServiceImpl#copy(java.lang.String, java.lang.String, java.lang.String) ! */ ! public void copy(String collection, String destination, String newName) ! throws XMLDBException { ! throw new XMLDBException(ErrorCodes.NOT_IMPLEMENTED); ! } ! /* (non-Javadoc) * @see org.exist.xmldb.CollectionManagementServiceImpl#copyResource(java.lang.String, java.lang.String, java.lang.String) |