Changeset 5446
- Timestamp:
- 09/04/08 19:09:54 (3 months ago)
- Files:
-
- openmrs-modules/conceptimportexport/branches/1.2.x/.classpath (modified) (1 diff)
- openmrs-modules/conceptimportexport/branches/1.2.x/src/org/openmrs/module/conceptimportexport/ConceptImportExportActivator.java (moved) (moved from openmrs-modules/conceptimportexport/branches/1.2.x/src/org/openmrs/module/conceptimportexport/ConceptPortModuleActivator.java) (1 diff)
- openmrs-modules/conceptimportexport/branches/1.2.x/src/org/openmrs/module/conceptimportexport/api/impl/ImportDictionaryJob.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/conceptimportexport/branches/1.2.x/.classpath
r5445 r5446 20 20 <classpathentry kind="lib" path="lib-common/junit-4.4.jar"/> 21 21 <classpathentry kind="lib" path="lib-common/commons-lang-2.4.jar"/> 22 <classpathentry kind="lib" path="/Users/akollegger/Developer/OpenMRS/workspace/ConceptPortModule/lib/quartz-1.5.1.jar"/>23 22 <classpathentry kind="lib" path="lib-common/openmrs-api-1.2.02.5439.jar"/> 24 23 <classpathentry kind="lib" path="lib/xstream-1.3.jar"/> 24 <classpathentry kind="lib" path="lib/quartz-1.5.1.jar"/> 25 25 <classpathentry kind="output" path="build"/> 26 26 </classpath> openmrs-modules/conceptimportexport/branches/1.2.x/src/org/openmrs/module/conceptimportexport/ConceptImportExportActivator.java
r5445 r5446 22 22 * is either started or shutdown 23 23 */ 24 public class Concept PortModuleActivator implements Activator {24 public class ConceptImportExportActivator implements Activator { 25 25 26 26 private Log log = LogFactory.getLog(this.getClass()); openmrs-modules/conceptimportexport/branches/1.2.x/src/org/openmrs/module/conceptimportexport/api/impl/ImportDictionaryJob.java
r5445 r5446 5 5 import java.io.IOException; 6 6 7 import org.openmrs.module.conceptimportexport.ConceptDictionary;8 7 import org.openmrs.module.conceptimportexport.xml.ConceptDictionaryXmlEngine; 9 8 import org.quartz.Job;