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">
|
||||
|
||||
<class name="Event" table="EVENTS">
|
||||
|
@ -9,3 +10,4 @@
|
|||
</class>
|
||||
|
||||
</hibernate-mapping>
|
||||
]]>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<![CDATA[
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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">
|
||||
|
@ -45,4 +46,5 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
]]>
|
Loading…
Reference in New Issue