dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11629
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3369: xml formatting cleanup in dhis-service-options
------------------------------------------------------------
revno: 3369
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-04-12 15:35:29 +0200
message:
xml formatting cleanup in dhis-service-options
modified:
dhis-2/dhis-services/dhis-service-options/src/main/resources/org/hisp/dhis/option/setting/hibernate/SystemSetting.hbm.xml
--
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-options/src/main/resources/org/hisp/dhis/option/setting/hibernate/SystemSetting.hbm.xml'
--- dhis-2/dhis-services/dhis-service-options/src/main/resources/org/hisp/dhis/option/setting/hibernate/SystemSetting.hbm.xml 2009-03-03 16:46:36 +0000
+++ dhis-2/dhis-services/dhis-service-options/src/main/resources/org/hisp/dhis/option/setting/hibernate/SystemSetting.hbm.xml 2011-04-12 13:35:29 +0000
@@ -5,18 +5,18 @@
<hibernate-mapping>
<class name="org.hisp.dhis.options.SystemSetting" table="systemsetting">
-
- <cache usage="read-write"/>
+
+ <cache usage="read-write" />
<id name="id" column="systemsettingid">
<generator class="native" />
</id>
<property name="name">
- <column name="name" not-null="true" unique="true"/>
+ <column name="name" not-null="true" unique="true" />
</property>
-
- <property name="value" type="serializable" length="65535"/>
+
+ <property name="value" type="serializable" length="65535" />
</class>
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>