=== modified file 'local/in/dhis-in-api/pom.xml' --- local/in/dhis-in-api/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-api/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-in-api === modified file 'local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/LineListElement.java' --- local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/LineListElement.java 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/LineListElement.java 2010-06-07 06:41:39 +0000 @@ -31,10 +31,12 @@ import java.util.ArrayList; import java.util.Collection; -import org.hisp.dhis.common.MetaObject; +import org.hisp.dhis.common.IdentifiableObject; @SuppressWarnings("serial") -public class LineListElement implements Serializable, MetaObject +public class LineListElement + extends IdentifiableObject + implements Serializable { public static final String TYPE_STRING = "string"; === modified file 'local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/LineListElementOptions.java' --- local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/LineListElementOptions.java 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/LineListElementOptions.java 2010-06-07 06:41:39 +0000 @@ -2,7 +2,7 @@ import java.io.Serializable; -import org.hisp.dhis.common.MetaObject; +import org.hisp.dhis.common.IdentifiableObject; /* * Copyright (c) 2004-2009, University of Oslo @@ -31,7 +31,9 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -public class LineListElementOptions implements Serializable, MetaObject +public class LineListElementOptions + extends IdentifiableObject + implements Serializable { public int getId() === modified file 'local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/LineListOption.java' --- local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/LineListOption.java 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/LineListOption.java 2010-06-07 06:41:39 +0000 @@ -29,10 +29,12 @@ import java.io.Serializable; -import org.hisp.dhis.common.MetaObject; +import org.hisp.dhis.common.IdentifiableObject; @SuppressWarnings("serial") -public class LineListOption implements Serializable, MetaObject +public class LineListOption + extends IdentifiableObject + implements Serializable { /** * The unique identifier for this LineListing Option === modified file 'local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/linelistdataelementmapping/LineListDataElementMappingService.java' --- local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/linelistdataelementmapping/LineListDataElementMappingService.java 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-api/src/main/java/org/hisp/dhis/linelisting/linelistdataelementmapping/LineListDataElementMappingService.java 2010-06-07 06:41:39 +0000 @@ -33,7 +33,7 @@ import org.hisp.dhis.dataelement.DataElement; import org.hisp.dhis.dataelement.DataElementCategoryOptionCombo; -import org.hisp.dhis.dataelement.Operand; +import org.hisp.dhis.dataelement.DataElementOperand; import org.hisp.dhis.linelisting.LineListElement; import org.hisp.dhis.linelisting.LineListGroup; import org.hisp.dhis.linelisting.LineListOption; @@ -129,7 +129,7 @@ * @param expression The expression string. * @return A Set of Operands. */ - Set getOperandsInDataElementExpression( String dataElementExpression ); + Set getOperandsInDataElementExpression( String dataElementExpression ); /** * Returns all operands included in an expression string. The operand is on === modified file 'local/in/dhis-in-services/dhis-in-service-configuration/pom.xml' --- local/in/dhis-in-services/dhis-in-service-configuration/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-services/dhis-in-service-configuration/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-in-service-configuration @@ -28,18 +28,10 @@ org.hisp.dhis - dhis-service-jdbc - - - org.hisp.dhis dhis-service-core org.hisp.dhis - dhis-service-organisationunit - - - org.hisp.dhis dhis-support-system === modified file 'local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml' --- local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-in-service-dbmanager @@ -23,7 +23,7 @@ org.hisp.dhis - dhis-in-api + dhis-in-api 2.0.3-SNAPSHOT @@ -33,27 +33,15 @@ org.hisp.dhis dhis-support-hibernate - - - org.hisp.dhis - dhis-service-jdbc - - - org.hisp.dhis - dhis-service-organisationunit - + org.hisp.dhis dhis-support-system - - org.hisp.dhis - dhis-i18n-db - org.hisp.dhis - dhis-options + dhis-service-options === modified file 'local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml' --- local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,12 +6,12 @@ org.hisp.dhis dhis-in-services - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-in-service-linelisting jar - DHIS Linelisting + DHIS India Linelisting Service @@ -33,29 +33,15 @@ org.hisp.dhis dhis-support-hibernate - - - org.hisp.dhis - dhis-service-jdbc - - - org.hisp.dhis - dhis-service-organisationunit - + org.hisp.dhis dhis-support-system org.hisp.dhis - dhis-i18n-db - - - - org.hisp.dhis - dhis-options + dhis-service-options - net.sourceforge.jexcelapi jxl === modified file 'local/in/dhis-in-services/dhis-in-service-linelisting/src/main/java/org/hisp/dhis/linelisting/linelistdataelementmapping/DefaultLineListDataElementMappingService.java' --- local/in/dhis-in-services/dhis-in-service-linelisting/src/main/java/org/hisp/dhis/linelisting/linelistdataelementmapping/DefaultLineListDataElementMappingService.java 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-services/dhis-in-service-linelisting/src/main/java/org/hisp/dhis/linelisting/linelistdataelementmapping/DefaultLineListDataElementMappingService.java 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ import org.hisp.dhis.dataelement.DataElement; import org.hisp.dhis.dataelement.DataElementCategoryOptionCombo; -import org.hisp.dhis.dataelement.Operand; +import org.hisp.dhis.dataelement.DataElementOperand; import org.hisp.dhis.i18n.I18nService; import org.hisp.dhis.linelisting.LineListElement; import org.hisp.dhis.linelisting.LineListGroup; @@ -135,7 +135,7 @@ return null; } - public Set getOperandsInDataElementExpression( String arg0 ) + public Set getOperandsInDataElementExpression( String arg0 ) { // TODO Auto-generated method stub return null; === modified file 'local/in/dhis-in-services/dhis-in-service-reports/pom.xml' --- local/in/dhis-in-services/dhis-in-service-reports/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-services/dhis-in-service-reports/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-in-service-reports @@ -28,18 +28,10 @@ org.hisp.dhis - dhis-service-jdbc - - - org.hisp.dhis dhis-service-core org.hisp.dhis - dhis-service-organisationunit - - - org.hisp.dhis dhis-in-service-configuration ${version} === modified file 'local/in/dhis-in-services/dhis-in-service-scheduler/pom.xml' --- local/in/dhis-in-services/dhis-in-service-scheduler/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-services/dhis-in-service-scheduler/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-in-service-scheduler @@ -28,18 +28,10 @@ org.hisp.dhis - dhis-service-jdbc - - - org.hisp.dhis dhis-service-core org.hisp.dhis - dhis-service-organisationunit - - - org.hisp.dhis dhis-support-system === modified file 'local/in/dhis-in-services/dhis-in-service-survey/pom.xml' --- local/in/dhis-in-services/dhis-in-service-survey/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-services/dhis-in-service-survey/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-in-services - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-in-service-survey @@ -28,18 +28,10 @@ org.hisp.dhis - dhis-service-jdbc - - - org.hisp.dhis dhis-service-core org.hisp.dhis - dhis-service-organisationunit - - - org.hisp.dhis dhis-support-system === modified file 'local/in/dhis-in-services/pom.xml' --- local/in/dhis-in-services/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-in-services/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-in-services === modified file 'local/in/dhis-web-dashboard/pom.xml' --- local/in/dhis-web-dashboard/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-web-dashboard/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-web - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-web-dashboard @@ -31,11 +31,6 @@ org.hisp.dhis - dhis-service-organisationunit - ${version} - - - org.hisp.dhis dhis-web-commons @@ -77,7 +72,7 @@ org.springframework - spring + spring-orm junit === modified file 'local/in/dhis-web-dataentry-linelisting/pom.xml' --- local/in/dhis-web-dataentry-linelisting/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-web-dataentry-linelisting/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-web - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-web-dataentry-national @@ -39,11 +39,6 @@ org.hisp.dhis - dhis-service-organisationunit - - - - org.hisp.dhis dhis-web-commons @@ -64,7 +59,7 @@ org.springframework - spring + spring-orm commons-logging === modified file 'local/in/dhis-web-excelimport/pom.xml' --- local/in/dhis-web-excelimport/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-web-excelimport/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-web - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-web-excelimport @@ -34,15 +34,7 @@ org.hisp.dhis dhis-in-service-configuration ${version} - - - org.hisp.dhis - dhis-service-jdbc - - - org.hisp.dhis - dhis-service-organisationunit - + org.hisp.dhis dhis-web-commons @@ -85,7 +77,7 @@ org.springframework - spring + spring-orm mysql === modified file 'local/in/dhis-web-reports-national/pom.xml' --- local/in/dhis-web-reports-national/pom.xml 2010-06-04 11:50:05 +0000 +++ local/in/dhis-web-reports-national/pom.xml 2010-06-07 06:41:39 +0000 @@ -6,7 +6,7 @@ org.hisp.dhis dhis-web - 2.0.3-SNAPSHOT + 2.0.5-SNAPSHOT dhis-web-reports-national @@ -39,10 +39,6 @@ dhis-in-service-configuration ${version} - - org.hisp.dhis - dhis-service-jdbc -