ruper2/src/java/core/org/krysalis/ruper2/protocols DefaultProtocolOperationsManager.java,1.4,1.5

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/protocols
In directory sc8-pr-cvs1:/tmp/cvs-serv4157/src/java/core/org/krysalis/ruper2/protocols

Modified Files:
	DefaultProtocolOperationsManager.java 
Log Message:
update action tested for a single file

Index: DefaultProtocolOperationsManager.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/protocols/DefaultProtocolOperationsManager.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DefaultProtocolOperationsManager.java	10 Oct 2003 21:26:23 -0000	1.4
--- DefaultProtocolOperationsManager.java	17 Oct 2003 21:12:45 -0000	1.5
***************
*** 6,11 ****
  import org.krysalis.ruper2.RuperRuntimeException;
  import org.krysalis.ruper2.impl.ResourceUpdaterContext;
  import org.krysalis.version.util.debug.DebugUtils;
- import org.krysalis.version.util.envsafe.RelativelySafe;
  
  /**
--- 6,11 ----
  import org.krysalis.ruper2.RuperRuntimeException;
  import org.krysalis.ruper2.impl.ResourceUpdaterContext;
+ import org.krysalis.ruper2.protocols.impl.HttpClientProtocolOperationsProvider;
  import org.krysalis.version.util.debug.DebugUtils;
  
  /**
***************
*** 32,39 ****
  		//
  		try {
! 			IProtocolOperationsProvider provider =
! 				(IProtocolOperationsProvider) RelativelySafe.attemptLoad(
  				//VFS_PROVIDER,
! 	HTTP_CLIENT_PROVIDER, URL_PROVIDER);
  
  			registerProvider(provider);
--- 32,39 ----
  		//
  		try {
! 			IProtocolOperationsProvider provider = new HttpClientProtocolOperationsProvider();
! 				/*(IProtocolOperationsProvider) RelativelySafe.attemptLoad(
  				//VFS_PROVIDER,
! 	HTTP_CLIENT_PROVIDER, URL_PROVIDER);*/
  
  			registerProvider(provider);




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.