Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/dtd
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3221/src/main/java/org/xdoclet/plugin/hibernate/dtd

Modified Files:
        hibernate-mapping-3.0.dtd 
Log Message:
fix for XDP-175,  no-proxy option added


Index: hibernate-mapping-3.0.dtd
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/dtd/hibernate-mapping-3.0.dtd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hibernate-mapping-3.0.dtd   22 Jun 2005 15:54:03 -0000      1.3
--- hibernate-mapping-3.0.dtd   25 Apr 2006 17:23:44 -0000      1.4
***************
*** 1,952 ****
! <!-- Hibernate Mapping DTD.
! 
! <!DOCTYPE hibernate-mapping PUBLIC 
!     "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
!     "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd";>
! 
! An instance of this XML document may contain mappings for an arbitrary 
! number of classes. The class mappings may contain associations to classes
! mapped in the same document or in another document. No class may be 
! mapped more than once. Each document may also contain definitions of an
[...1954 lines suppressed...]
!         <database-object>
!             <create>CREATE OR REPLACE ....</create>
!             <drop>DROP ....</drop>
!         </database-object>
! -->
! <!ELEMENT database-object ( (definition|(create,drop)), dialect-scope* )>
! 
! <!ELEMENT definition EMPTY>
!     <!ATTLIST definition class CDATA #REQUIRED>
! 
! <!ELEMENT create (#PCDATA)>
! <!ELEMENT drop (#PCDATA)>
! 
! <!--
!     dialect-scope element allows scoping auxiliary-objects to a particular
!     Hibernate dialect implementation.
! -->
! <!ELEMENT dialect-scope (#PCDATA)>
!     <!ATTLIST dialect-scope name CDATA #REQUIRED>
! 



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to