Ignore:
Timestamp:
Sep 27, 2012, 3:12:08 PM (12 years ago)
Author:
casties
Branch:
default
Message:

annotations ui can show and delete annotations now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java

    r22 r50  
    5757    protected String ldapServerUrl;
    5858    public static final String LDAP_SERVER_KEY = "annotationmanager.ldapserver.url";
     59
     60    public static final String ADMIN_USER_KEY = "annotationmanager.admin.user";
     61    public static final String ADMIN_PASSWORD_KEY = "annotationmanager.admin.password";
    5962
    6063    /**
Note: See TracChangeset for help on using the changeset viewer.