dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #09159
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2368: Moved ChartServic to api
------------------------------------------------------------
revno: 2368
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2010-12-14 06:15:06 +0100
message:
Moved ChartServic to api
renamed:
dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/chart/ChartService.java => dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/ChartService.java
modified:
dhis-2/dhis-api/pom.xml
dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/orgunitdistribution/impl/DefaultOrgUnitDistributionService.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/pom.xml'
--- dhis-2/dhis-api/pom.xml 2010-08-20 09:13:09 +0000
+++ dhis-2/dhis-api/pom.xml 2010-12-14 05:15:06 +0000
@@ -26,6 +26,10 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
+ <dependency>
+ <groupId>jfree</groupId>
+ <artifactId>jfreechart</artifactId>
+ </dependency>
</dependencies>
<properties>
=== renamed file 'dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/chart/ChartService.java' => 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/ChartService.java'
=== modified file 'dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/orgunitdistribution/impl/DefaultOrgUnitDistributionService.java'
--- dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/orgunitdistribution/impl/DefaultOrgUnitDistributionService.java 2010-12-13 21:21:33 +0000
+++ dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/orgunitdistribution/impl/DefaultOrgUnitDistributionService.java 2010-12-14 05:15:06 +0000
@@ -30,7 +30,7 @@
{
this.organisationUnitService = organisationUnitService;
}
-
+
@Override
@Transactional
@SuppressWarnings("unchecked")