Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 5154

Show
Ignore:
Timestamp:
08/04/08 14:23:43 (5 months ago)
Author:
bwolfe
Message:

occ: fixing simple framework maven import

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-contrib/occ/pom.xml

    r5085 r5154  
    356356        </dependency> 
    357357        <dependency> 
    358                 <groupId>simple</groupId> 
    359                 <artifactId>simpleframework</artifactId> 
    360                 <version>1.4.1</version> 
     358                <groupId>org.simpleframework</groupId> 
     359                <artifactId>simple-xml</artifactId> 
     360                <version>1.6.2</version> 
    361361        </dependency> 
    362362        <dependency> 
  • openmrs-contrib/occ/tomcat.xml

    r5085 r5154  
    11<?xml version="1.0"?> 
    2 <project name="appfuse-light-tomcat" basedir="." default="war"> 
     2<project name="occ-tomcat" basedir="." default="war"> 
    33    <import file="build.xml"/> 
    44