You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2005/08/26 12:10:02 UTC

cvs commit: ws-wsrp4j/sandbox/wsrp4j/commons/src/java/org/apache/wsrp4j/commons/exception Messages.java

dlouzan     2005/08/26 03:10:00

  Modified:    sandbox/wsrp4j/commons/src/java/org/apache/wsrp4j/commons/exception
                        Messages.java
  Log:
  Fixed messages.properties file location.
  
  Revision  Changes    Path
  1.4       +2 -2      ws-wsrp4j/sandbox/wsrp4j/commons/src/java/org/apache/wsrp4j/commons/exception/Messages.java
  
  Index: Messages.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/commons/src/java/org/apache/wsrp4j/commons/exception/Messages.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Messages.java	22 Aug 2005 18:52:10 -0000	1.3
  +++ Messages.java	26 Aug 2005 10:09:55 -0000	1.4
  @@ -56,7 +56,7 @@
       public static final int CONSUMER_UPPER_BOUND = 6999;
   
       private static final String FILE_MSG_PROPERTIES = 
  -            "org/apache/wsrp4j/exception/messages.properties";
  +            "org/apache/wsrp4j/commons/exception/messages.properties";
       private static final String MSG_EXCEPTION_ON_LOAD =
           "Error while loading messages from " + FILE_MSG_PROPERTIES + ".";
       private static final String MSG_NO_MSG_FOUND = "No message found.";