dflorey     2004/05/03 07:54:54

  Modified:    proposals/projector/src/java/org/apache/slide/projector
                        Constants.java
  Log:
  minor changes
  
  Revision  Changes    Path
  1.2       +5 -4      
jakarta-slide/proposals/projector/src/java/org/apache/slide/projector/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/projector/src/java/org/apache/slide/projector/Constants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Constants.java    3 May 2004 14:20:23 -0000       1.1
  +++ Constants.java    3 May 2004 14:54:54 -0000       1.2
  @@ -20,12 +20,13 @@
       public final static String REPOSITORY_PASSWORD = "root";
       public final static Protocol REPOSITORY_PROTOCOL = Protocol.getProtocol("http");
       /*
  -    public final static String REPOSITORY_DOMAIN = "/exchange/dflorey";
  -    public final static String REPOSITORY_HOST = "192.168.110.1";
  +    public final static String REPOSITORY_DOMAIN = "/exchange/user";
  +    public final static String REPOSITORY_HOST = "xxx.xxx.xxx.xxx";
       public final static int REPOSITORY_PORT = 443;
  +    // Is certificated?
       public final static Protocol REPOSITORY_PROTOCOL = new Protocol("https", new 
EasySSLProtocolSocketFactory(), REPOSITORY_PORT);
  -    public final static String REPOSITORY_USER = "dflorey";
  -    public final static String REPOSITORY_PASSWORD = "123456";
  +    public final static String REPOSITORY_USER = "exchangeUser";
  +    public final static String REPOSITORY_PASSWORD = "exchangePasswd";
       */
   
       public final static Credentials CREDENTIALS = new 
UsernamePasswordCredentials(REPOSITORY_USER, REPOSITORY_PASSWORD);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to