Adding CDATA to the XML examples
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20149 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
c4e630364a
commit
1ec99eab12
|
@ -1,3 +1,4 @@
|
||||||
|
<![CDATA[
|
||||||
<hibernate-mapping package="org.hibernate.tutorial.native">
|
<hibernate-mapping package="org.hibernate.tutorial.native">
|
||||||
|
|
||||||
<class name="Event" table="EVENTS">
|
<class name="Event" table="EVENTS">
|
||||||
|
@ -9,3 +10,4 @@
|
||||||
</class>
|
</class>
|
||||||
|
|
||||||
</hibernate-mapping>
|
</hibernate-mapping>
|
||||||
|
]]>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<![CDATA[
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
@ -46,3 +47,4 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
]]>
|
Loading…
Reference in New Issue