=== removed directory 'local/ke' === removed directory 'local/ke/mfl2dxf2' === removed file 'local/ke/mfl2dxf2/pom.xml' --- local/ke/mfl2dxf2/pom.xml 2013-07-26 08:57:12 +0000 +++ local/ke/mfl2dxf2/pom.xml 1970-01-01 00:00:00 +0000 @@ -1,111 +0,0 @@ - - - 4.0.0 - - mfl2dxf2 - mfl2dxf2 - 1.0-SNAPSHOT - jar - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - true - true - true - - - - - - - - - - - - org.springframework - spring-core - ${spring.version} - - - org.springframework - spring-jms - ${spring.version} - - - org.springframework - spring-test - ${spring.version} - - - - - - org.apache.camel - camel-core - ${camel.version} - - - org.apache.camel - camel-spring - ${camel.version} - - - org.apache.camel - camel-context - ${camel.version} - - - org.apache.camel - camel-quartz - ${camel.version} - - - - - - junit - junit - 4.10 - test - - - cglib - cglib - 2.2.2 - - - org.slf4j - slf4j-api - 1.6.1 - - - org.slf4j - slf4j-log4j12 - 1.6.1 - - - log4j - log4j - 1.2.16 - - - - - - UTF-8 - 3.2.3.RELEASE - 2.10.2 - - - === removed directory 'local/ke/mfl2dxf2/src' === removed directory 'local/ke/mfl2dxf2/src/main' === removed directory 'local/ke/mfl2dxf2/src/main/java' === removed directory 'local/ke/mfl2dxf2/src/main/java/org' === removed directory 'local/ke/mfl2dxf2/src/main/java/org/hisp' === removed directory 'local/ke/mfl2dxf2/src/main/java/org/hisp/dhis' === removed directory 'local/ke/mfl2dxf2/src/main/java/org/hisp/dhis/integration' === removed directory 'local/ke/mfl2dxf2/src/main/java/org/hisp/dhis/integration/routes' === removed file 'local/ke/mfl2dxf2/src/main/java/org/hisp/dhis/integration/routes/MFLTransformRoute.java' --- local/ke/mfl2dxf2/src/main/java/org/hisp/dhis/integration/routes/MFLTransformRoute.java 2013-10-01 15:59:23 +0000 +++ local/ke/mfl2dxf2/src/main/java/org/hisp/dhis/integration/routes/MFLTransformRoute.java 1970-01-01 00:00:00 +0000 @@ -1,52 +0,0 @@ -package org.hisp.dhis.integration.routes; - -/* - * Copyright (c) 2012, University of Oslo - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * * Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * * Neither the name of the HISP project nor the names of its contributors may - * be used to endorse or promote products derived from this software without - * specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR - * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON - * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -import org.apache.camel.builder.RouteBuilder; - -import java.io.InputStream; -import org.apache.camel.LoggingLevel; - -/** - * @author Morten Olav Hansen - */ -public class MFLTransformRoute - extends RouteBuilder -{ - @Override - public void configure() throws Exception - { - // from( "file:/Users/mortenoh/GDrive/HISP/ke/mfl/data/inbox?consumer.initialDelay=10000&consumer.delay=5000" ). - // from( "quartz://every1minute?cron=0+0/1+*+*+*+%3F" ). - from( "quartz://every1minute?trigger.repeatInterval=60000&fireNow=true" ). - to( "http://api.ehealth.or.ke/api/facilities?lastDays=720&paging=off&scheme=code&httpClient.soTimeout=120000" ). - to( "xslt:transform/mfl2dxf2.xsl" ). - // convertBodyTo( InputStream.class ).inOut( "dhis2:metadata" ). - to( "log:org.hisp.dhis.camel?level=INFO" ); - } -} === removed directory 'local/ke/mfl2dxf2/src/main/resources' === removed file 'local/ke/mfl2dxf2/src/main/resources/log4j.properties' --- local/ke/mfl2dxf2/src/main/resources/log4j.properties 2012-06-27 07:06:47 +0000 +++ local/ke/mfl2dxf2/src/main/resources/log4j.properties 1970-01-01 00:00:00 +0000 @@ -1,40 +0,0 @@ -## ------------------------------------------------------------------------ -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## ------------------------------------------------------------------------ - -# -# The logging properties used for eclipse testing, We want to see INFO output on the console. -# -log4j.rootLogger=INFO, out - -#log4j.logger.org.apache.activemq=DEBUG - -# uncomment the next line to debug Camel -log4j.logger.org.apache.camel=INFO - -log4j.logger.org.apache.camel.impl.converter=INFO -log4j.logger.org.apache.camel.util.ResolverUtil=INFO - -log4j.logger.org.springframework=WARN -log4j.logger.org.hibernate=WARN - -# CONSOLE appender not used by default -log4j.appender.out=org.apache.log4j.ConsoleAppender -log4j.appender.out.layout=org.apache.log4j.PatternLayout -log4j.appender.out.layout.ConversionPattern=[%15.15t] %-30.30c{1} %-5p %m%n -#log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n - -log4j.throwableRenderer=org.apache.log4j.EnhancedThrowableRenderer \ No newline at end of file === removed directory 'local/ke/mfl2dxf2/src/main/resources/routes' === removed file 'local/ke/mfl2dxf2/src/main/resources/routes/mfl2dxf2.xml' --- local/ke/mfl2dxf2/src/main/resources/routes/mfl2dxf2.xml 2012-06-27 13:28:16 +0000 +++ local/ke/mfl2dxf2/src/main/resources/routes/mfl2dxf2.xml 1970-01-01 00:00:00 +0000 @@ -1,16 +0,0 @@ - - - - - Synch with MFL every 5 second - - - - - - - - - === removed directory 'local/ke/mfl2dxf2/src/main/resources/transform' === removed file 'local/ke/mfl2dxf2/src/main/resources/transform/mfl2dxf2.xsl' --- local/ke/mfl2dxf2/src/main/resources/transform/mfl2dxf2.xsl 2012-06-27 13:05:18 +0000 +++ local/ke/mfl2dxf2/src/main/resources/transform/mfl2dxf2.xsl 1970-01-01 00:00:00 +0000 @@ -1,90 +0,0 @@ - - - - - - - - - === removed directory 'local/ke/mfl2dxf2/src/test' === removed directory 'local/ke/mfl2dxf2/src/test/java'