dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02464
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 819: (GIS) Minor fix.
------------------------------------------------------------
revno: 819
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Mon 2009-10-05 14:52:47 +0200
message:
(GIS) Minor fix.
modified:
dhis-2/dhis-services/dhis-service-mapping/src/main/resources/org/hisp/dhis/mapping/hibernate/Map.hbm.xml
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/color_swatch.png
--
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-services/dhis-service-mapping/src/main/resources/org/hisp/dhis/mapping/hibernate/Map.hbm.xml'
--- dhis-2/dhis-services/dhis-service-mapping/src/main/resources/org/hisp/dhis/mapping/hibernate/Map.hbm.xml 2009-09-29 16:17:58 +0000
+++ dhis-2/dhis-services/dhis-service-mapping/src/main/resources/org/hisp/dhis/mapping/hibernate/Map.hbm.xml 2009-10-05 12:52:47 +0000
@@ -11,9 +11,9 @@
<generator class="native"/>
</id>
- <property name="name" column="name" unique="true"/>
+ <property name="name" column="name"/>
- <property name="mapLayerPath" column="maplayerpath"/>
+ <property name="mapLayerPath" column="maplayerpath" unique="true"/>
<property name="type" column="type"/>
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/color_swatch.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/color_swatch.png 2009-10-02 13:47:51 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/color_swatch.png 2009-10-05 12:52:47 +0000 differ