ruper2/src/java/core/org/krysalis/ruper2/config ConfigXMLEntryTable.java,1.1,1.2

[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-serv29519/src/java/core/org/krysalis/ruper2/config

Modified Files:
	ConfigXMLEntryTable.java 
Log Message:
A few more ruper->ruper2 tweaks
Concat test output

Index: ConfigXMLEntryTable.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/config/ConfigXMLEntryTable.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ConfigXMLEntryTable.java	29 Sep 2003 18:09:23 -0000	1.1
--- ConfigXMLEntryTable.java	29 Sep 2003 22:10:12 -0000	1.2
***************
*** 5,8 ****
--- 5,9 ----
  
  import org.krysalis.ruper2.protocols.VirtualResourceLocator;
+ import org.krysalis.ruper2.repository.DefaultRepository;
  import org.krysalis.ruper2.repository.RepositoryAttribute;
  import org.krysalis.ruper2.repository.RepositorySet;
***************
*** 21,29 ****
  	public ConfigXMLEntryTable() {
  		super();
! 		this.m_entryToClassMap.put(XMLTagConstants.CONFIG_TAG, XMLGrouperElement.XML_GROUPER_ELEMENT_CLASSNAME);
! 		this.m_entryToClassMap.put(XMLTagConstants.REPOSITORYSET_TAG, RepositorySet.REPOSITORYSET_CLASSNAME);
! 		this.m_entryToClassMap.put(XMLTagConstants.REPOSITORY_URL_TAG, VirtualResourceLocator.VRL_CLASSNAME);
! 		this.m_entryToClassMap.put(XMLTagConstants.REPOSITORY_ACTIVE_TAG, RepositoryAttribute.REPOSITORY_ATTRIBUTE_CLASSNAME);
! 		this.m_entryToClassMap.put(XMLTagConstants.REPOSITORY_REMOTE_TAG, RepositoryAttribute.REPOSITORY_ATTRIBUTE_CLASSNAME);
  
  	}
--- 22,47 ----
  	public ConfigXMLEntryTable() {
  		super();
! 		m_entryToClassMap.put(
! 			XMLTagConstants.CONFIG_TAG,
! 			XMLGrouperElement.XML_GROUPER_ELEMENT_CLASSNAME);
! 		
! 		// Repository Set
! 		m_entryToClassMap.put(
! 			XMLTagConstants.REPOSITORYSET_TAG,
! 			RepositorySet.REPOSITORYSET_CLASSNAME);
! 			
! 		// Repository
! 		m_entryToClassMap.put(
! 			XMLTagConstants.REPOSITORY_TAG,
! 			DefaultRepository.DEFAULT_REPOSITORY_CLASSNAME);
! 		m_entryToClassMap.put(
! 			XMLTagConstants.REPOSITORY_URL_TAG,
! 			VirtualResourceLocator.VRL_CLASSNAME);
! 		m_entryToClassMap.put(
! 			XMLTagConstants.REPOSITORY_ACTIVE_TAG,
! 			RepositoryAttribute.REPOSITORY_ATTRIBUTE_CLASSNAME);
! 		m_entryToClassMap.put(
! 			XMLTagConstants.REPOSITORY_REMOTE_TAG,
! 			RepositoryAttribute.REPOSITORY_ATTRIBUTE_CLASSNAME);
  
  	}




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