ruper2/src/java/core/org/krysalis/ruper/repository RepositoryConstants.java,1.4,1.5 RepositoryAttribute.java,1.6,1.7

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

Modified Files:
	RepositoryConstants.java RepositoryAttribute.java 
Log Message:
priority comparator attribute and constants

Index: RepositoryConstants.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper/repository/RepositoryConstants.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RepositoryConstants.java	18 Sep 2003 20:15:40 -0000	1.4
--- RepositoryConstants.java	22 Sep 2003 15:39:33 -0000	1.5
***************
*** 18,21 ****
--- 18,22 ----
  	public final static String REMOTE = "remote";
  	public final static String LOCAL = "local";
+ 	public final static String PRIORITY = "priority";
  
  	public final static String SORTED = "sorted";

Index: RepositoryAttribute.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper/repository/RepositoryAttribute.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** RepositoryAttribute.java	18 Sep 2003 20:15:40 -0000	1.6
--- RepositoryAttribute.java	22 Sep 2003 15:39:33 -0000	1.7
***************
*** 22,31 ****
  	 */
  	public static final RepositoryAttribute ACTIVE =
! 		new RepositoryAttribute("active");
  	/**
  	 * A is 'remote' (operations 'cost').
  	 */
  	public static final RepositoryAttribute REMOTE =
! 		new RepositoryAttribute("remote");
  
  	/**
--- 22,37 ----
  	 */
  	public static final RepositoryAttribute ACTIVE =
! 		new RepositoryAttribute(RepositoryConstants.ACTIVE);
  	/**
  	 * A is 'remote' (operations 'cost').
  	 */
  	public static final RepositoryAttribute REMOTE =
! 		new RepositoryAttribute(RepositoryConstants.REMOTE);
! 
! 	/**
! 	 * A has 'priority' .
! 	 */
! 	public static final RepositoryAttribute PRIORITY =
! 		new RepositoryAttribute(RepositoryConstants.PRIORITY);
  
  	/**




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