Author: mprudhom
Date: Sun Nov 12 04:23:53 2006
New Revision: 473953

URL: http://svn.apache.org/viewvc?view=rev&rev=473953
Log:
Fixed XML header.

Modified:
    
incubator/openjpa/trunk/openjpa-examples/src/main/java/META-INF/persistence.xml

Modified: 
incubator/openjpa/trunk/openjpa-examples/src/main/java/META-INF/persistence.xml
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-examples/src/main/java/META-INF/persistence.xml?view=diff&rev=473953&r1=473952&r2=473953
==============================================================================
--- 
incubator/openjpa/trunk/openjpa-examples/src/main/java/META-INF/persistence.xml 
(original)
+++ 
incubator/openjpa/trunk/openjpa-examples/src/main/java/META-INF/persistence.xml 
Sun Nov 12 04:23:53 2006
@@ -14,7 +14,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<persistence xmlns="http://java.sun.com/xml/ns/persistence"; version="1.0">
+<persistence xmlns="http://java.sun.com/xml/ns/persistence";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    version="1.0">
     <!--
         A persistence unit is a set of listed persistent entities as well
         the configuration of an EntityManagerFactory. We configure each


Reply via email to