r1157 - in topia-service/trunk/src/main: java/org/codelutin/topia/migration/mappings resources resources/org resources/org/codelutin resources/org/codelutin/topia resources/org/codelutin/topia/migration resources/org/codelutin/topia/migration/mappings
Author: chatellier Date: 2008-10-13 13:11:31 +0000 (Mon, 13 Oct 2008) New Revision: 1157 Added: topia-service/trunk/src/main/resources/org/ topia-service/trunk/src/main/resources/org/codelutin/ topia-service/trunk/src/main/resources/org/codelutin/topia/ topia-service/trunk/src/main/resources/org/codelutin/topia/migration/ topia-service/trunk/src/main/resources/org/codelutin/topia/migration/mappings/ topia-service/trunk/src/main/resources/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml Removed: topia-service/trunk/src/main/java/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml Log: Move mapping to resources Deleted: topia-service/trunk/src/main/java/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml =================================================================== --- topia-service/trunk/src/main/java/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml 2008-10-06 09:44:21 UTC (rev 1156) +++ topia-service/trunk/src/main/java/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml 2008-10-13 13:11:31 UTC (rev 1157) @@ -1,10 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE hibernate-mapping PUBLIC - "-//Hibernate/Hibernate Mapping DTD 3.0//EN" - "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> - -<hibernate-mapping> - <class name="org.codelutin.topia.migration.mappings.TMSVersion" table="tms_version"> - <id name="version" column="version"/> - </class> -</hibernate-mapping> \ No newline at end of file Copied: topia-service/trunk/src/main/resources/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml (from rev 1149, topia-service/trunk/src/main/java/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml) =================================================================== --- topia-service/trunk/src/main/resources/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml (rev 0) +++ topia-service/trunk/src/main/resources/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml 2008-10-13 13:11:31 UTC (rev 1157) @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<!DOCTYPE hibernate-mapping PUBLIC + "-//Hibernate/Hibernate Mapping DTD 3.0//EN" + "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> + +<hibernate-mapping> + <class name="org.codelutin.topia.migration.mappings.TMSVersion" table="tms_version"> + <id name="version" column="version"/> + </class> +</hibernate-mapping> \ No newline at end of file Property changes on: topia-service/trunk/src/main/resources/org/codelutin/topia/migration/mappings/TMSVersion.hbm.xml ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:mergeinfo + Name: svn:eol-style + native
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org