ruper2/src/java/core ruper.xml,NONE,1.1

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

Added Files:
	ruper.xml 
Log Message:
1) Unit test for messages
2) Fallback to "en" if messages in default locale not available
3) First stab at loading ruper.xml from a resource (classloader) not just file

--- NEW FILE: ruper.xml ---
<?xml version="1.0"?>
<!--
==============================================================================

	Default Ruper Configuration
 
==============================================================================
-->
<config>
	<repositoryset id="default">

		<repository id="maven" class="org.krysalis.ruper.repository.DefaultRepository" 
					url="http://www.ibiblio.org/maven/"
					remote="true"
					active="true" />
		
		<repository id="krysalis" class="org.krysalis.ruper.repository.DefaultRepository" 
					url="http://www.krysalis.org/library/projects/"
					remote="true"
					active="true" />
					
		<repository id="test" class="org.krysalis.ruper.repository.DefaultRepository" 
					url="http://www.test.org/jars/"
					remote="true"
					active="false" />
					
	</repositoryset>
</config>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
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.