Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 4960

Show
Ignore:
Timestamp:
07/16/08 17:24:09 (4 months ago)
Author:
tmdugan
Message:

-- dss

* made changes to support new version of openmrs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/dss/.classpath

    r4621 r4960  
    6262        <classpathentry kind="lib" path="lib-common/junit/hsqldb.jar"/> 
    6363        <classpathentry kind="lib" path="lib-common/junit/junit-3.8.1.jar"/> 
    64         <classpathentry kind="lib" path="lib-common/openmrs-api-1.3.0.00.4619.jar"/> 
     64        <classpathentry kind="lib" path="lib-common/openmrs-api-1.3.0.00.4870.jar"/> 
    6565        <classpathentry kind="output" path="build"/> 
    6666</classpath> 
  • openmrs-modules/dss/metadata/config.xml

    r4871 r4960  
    77        <id>dss</id> 
    88        <name>Dss</name> 
    9         <version>2.18</version> 
     9        <version>2.19</version> 
    1010        <package>org.openmrs.module.@MODULE_ID@</package> 
    1111        <author>Vibha Anand and Tammy Dugan</author> 
  • openmrs-modules/dss/src/org/openmrs/module/dss/DssActivator.java

    r3597 r4960  
    4040                                        .getGlobalProperty("scheduler.password")); 
    4141                        Iterator<GlobalProperty> properties = adminService 
    42                                         .getGlobalProperties().iterator(); 
     42                                        .getAllGlobalProperties().iterator(); 
    4343                        GlobalProperty currProperty = null; 
    4444                        String currValue = null;