← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5552: Unused files

 

------------------------------------------------------------
revno: 5552
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-12-22 18:31:53 +0100
message:
  Unused files
removed:
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonChartGroup.vm
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonReportGroup.vm
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonReportTableGroup.vm


--
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
=== removed file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonChartGroup.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonChartGroup.vm	2011-09-29 06:40:09 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonChartGroup.vm	1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-{ "chartGroup":
-  {
-    "id": "$!{chartGroup.id}",
-    "name": "$!encoder.jsonEncode( ${chartGroup.name} )",
-    "memberCount": "${chartGroup.getMembers().size()}"
-  }
-}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonReportGroup.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonReportGroup.vm	2011-09-29 06:40:09 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonReportGroup.vm	1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-{ "reportGroup":
-  {
-	"id": "$!{reportGroup.id}",
-	"name": "$!encoder.jsonEncode( ${reportGroup.name} )",
-	"memberCount": "$!{reportGroup.getMembers().size()}"
-  }
-}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonReportTableGroup.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonReportTableGroup.vm	2011-09-29 06:40:09 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/jsonReportTableGroup.vm	1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-{ "reportTableGroup":
-  {
-	"id": "${reportTableGroup.id}",
-	"name": "$!encoder.jsonEncode( ${reportTableGroup.name} )",
-	"memberCount": "$!{reportTableGroup.getMembers().size()}"
-  }
-}
\ No newline at end of file