Fixed XML header.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@473953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-11-12 12:23:53 +00:00
parent c0de579ae7
commit 63530f0010

View File

@ -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