Hello, I am using Eclipse 3.0.2 Build id: 200503110845 with MyEclipse 3.8.4 Build id: 200501171200-3.8.4 on Windows XP Pro.
I have been using the XDoclet capabilities of the IDE to generate Hibernate hbm.xml files. This has worked great so far but I recently noticed that the Hibernate DTD that is generated in the hbm.xml file is the following:
<!DOCTYPE hibernate-mapping PUBLIC
“-//Hibernate/Hibernate Mapping DTD 1.1//EN”
“http://hibernate.sourceforge.net/hibernate-mapping-1.1.dtd”>
Is there a way to have XDoclet generate the 2.0 DTD instead? Is there a setting or an update to the XDoclet plugin?
Thanks,
rjb