ruper2/src/java/core/org/krysalis/ruper/util/text MessageConstants.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/util/text
In directory sc8-pr-cvs1:/tmp/cvs-serv10667/src/java/core/org/krysalis/ruper/util/text

Modified Files:
	MessageConstants.java 
Log Message:
1) listSpecifiers ought not work
2) unit tests run again [need to add those to a project]
3) FilenameAnalyzer a bit smarter (copes w/ -alpha better, ala Ben's soln)
4) FileUpdater does something -- kinda/sorta, try it :-)
5) Ant task same...

Index: MessageConstants.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper/util/text/MessageConstants.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MessageConstants.java	12 Sep 2003 13:28:22 -0000	1.6
--- MessageConstants.java	12 Sep 2003 20:23:44 -0000	1.7
***************
*** 23,35 ****
  	public static final String CREATE_OBJECT_ERROR = "CREATE_OBJECT_ERROR";
  
  	public static final String LIST_RESOURCES = "LIST_RESOURCES";
  	public static final String DELETE_RESOURCE = "DELETE_RESOURCES";
  	public static final String PUBLISH_RESOURCE = "PUBLISH_RESOURCE";
  
  	public static final String SEARCH_REPOSITORY = "SEARCH_REPOSITORY";
  	public static final String RESOURCE_GROUP = "RESOURCE_GROUP";
  	public static final String RESOURCE_REQUEST = "RESOURCE_REQUEST";
! 	public static final String NO_RESOURCES = "NO_RESOURCES";
! 	public static final String NO_UPDATE = "NO_UPDATE";
  	public static final String LIST_FAILED = "LIST_FAILED";
  	
--- 23,45 ----
  	public static final String CREATE_OBJECT_ERROR = "CREATE_OBJECT_ERROR";
  
+ 	// Repository Operations..
+ 	public static final String LIST_GROUPS = "LIST_GROUPS";
  	public static final String LIST_RESOURCES = "LIST_RESOURCES";
+ 	public static final String LIST_SPECIFIERS = "LIST_SPECIFIERS";
  	public static final String DELETE_RESOURCE = "DELETE_RESOURCES";
  	public static final String PUBLISH_RESOURCE = "PUBLISH_RESOURCE";
  
+ 	public static final String LIST_GROUPS_FAILED = "LIST_GROUPS_FAILED";
+ 	public static final String LIST_RESOURCES_FAILED = "LIST_RESOURCES_FAILED";
+ 	public static final String LIST_SPECIFIERS_FAILED = "LIST_SPECIFIERS_FAILED";
+ 	public static final String DELETE_RESOURCE_FAILED = "DELETE_RESOURCES_FAILED";
+ 	public static final String PUBLISH_RESOURCE_FAILED = "PUBLISH_RESOURCE_FAILED";
+ 
  	public static final String SEARCH_REPOSITORY = "SEARCH_REPOSITORY";
  	public static final String RESOURCE_GROUP = "RESOURCE_GROUP";
  	public static final String RESOURCE_REQUEST = "RESOURCE_REQUEST";
! 	
! 	public static final String NO_RESOURCES_FOUND = "NO_RESOURCES_FOUND";
! 	public static final String NO_UPDATE_FOUND = "NO_UPDATE_FOUND";
  	public static final String LIST_FAILED = "LIST_FAILED";
  	




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