Update of /cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo/resources
In directory 
sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19132/modules/jdo/src/xdoclet/modules/jdo/resources

Modified Files:
        java_objectid.xdt 
Log Message:
bugfix: object id generation was confused if no package was defined in the 
object-id-class tag. Now, it uses the same package as the java source file and 
the default package (i.e. no package) seems to be functional, too.

Index: java_objectid.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo/resources/java_objectid.xdt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** java_objectid.xdt   11 Jan 2006 22:54:08 -0000      1.5
--- java_objectid.xdt   20 Oct 2006 03:50:55 -0000      1.6
***************
*** 6,10 ****
--- 6,12 ----
   * with the next run of XDoclet.
   */
+ <XDtJdoObjectIdGenerator:ifNotObjectIdPackageEmpty>
  package <XDtJdoObjectIdGenerator:getObjectIdPackage/>;
+ </XDtJdoObjectIdGenerator:ifNotObjectIdPackageEmpty>
  
  import java.io.Serializable;


-------------------------------------------------------------------------
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-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to