buildframework/helium/sf/java/metadata/src/META-INF/persistence.xml
changeset 628 7c4a911dc066
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/sf/java/metadata/src/META-INF/persistence.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+============================================================================ 
+Name        : persistence.xml 
+Part of     : Helium 
+
+Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+All rights reserved.
+This component and the accompanying materials are made available
+under the terms of the License "Eclipse Public License v1.0"
+which accompanies this distribution, and is available
+at the URL "http://www.eclipse.org/legal/epl-v10.html".
+
+Initial Contributors:
+Nokia Corporation - initial contribution.
+
+Contributors:
+
+Description:
+
+============================================================================
+-->
+<persistence xmlns="http://java.sun.com/xml/ns/persistence"
+                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+                xsi:schemaLocation="http://java.sun.com/xml/ns/persistence persistence_2_0.xsd"
+                version="2.0">
+    <persistence-unit name="metadata" transaction-type="RESOURCE_LOCAL">
+        <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
+          <properties>
+                <!-- <property name="eclipselink.logging.level" value="ALL" /> -->
+           </properties>
+            <class>com.nokia.helium.metadata.model.metadata.LogFile</class>
+            <class>com.nokia.helium.metadata.model.metadata.Severity</class>
+            <class>com.nokia.helium.metadata.model.metadata.Component</class>
+            <class>com.nokia.helium.metadata.model.metadata.MetadataEntry</class>
+            <class>com.nokia.helium.metadata.model.metadata.ComponentTime</class>
+            <class>com.nokia.helium.metadata.model.metadata.WhatLogEntry</class>
+            <class>com.nokia.helium.metadata.model.metadata.ExecutionTime</class>
+            <class>com.nokia.helium.metadata.model.metadata.SysdefPackage</class>
+            <class>com.nokia.helium.metadata.model.metadata.SysdefCollection</class>
+            <class>com.nokia.helium.metadata.model.metadata.SysdefComponent</class>
+            <class>com.nokia.helium.metadata.model.metadata.SysdefUnit</class>
+            <class>com.nokia.helium.metadata.model.Version</class>
+    </persistence-unit>
+</persistence>
\ No newline at end of file