ruper2/src/java/core/org/krysalis/ruper2/config RuperConfig.java,1.2,1.3

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

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

Index: RuperConfig.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/config/RuperConfig.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RuperConfig.java	2 Oct 2003 23:56:50 -0000	1.2
--- RuperConfig.java	17 Oct 2003 21:12:42 -0000	1.3
***************
*** 41,44 ****
--- 41,48 ----
  					ClassLoaderHelper.getClassLoader().getResourceAsStream(
  						resourceName);
+ 				if (resource == null) {
+ 					resource = ClassLoader.getSystemResourceAsStream(resourceName);
+ 				}
+ 				
  				Logger.getLog().info(
  					Messages.getString(




-------------------------------------------------------
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.