Update of /cvsroot/xdoclet/xdoclet/modules/openejb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7455

Added Files:
        build.xml module.xml 
Log Message:
OpenEJB module.  Only covers session beans for now.

--- NEW FILE: build.xml ---
<?xml version="1.0"?>
<!-- Define references to files containing common targets -->
<!DOCTYPE project [
        <!ENTITY modules-common SYSTEM "../modules-common.ent">
]>
<!-- the project element's name attribute will be used in the name of the module's jar 
file -->
<project name="openejb" default="all">
        <!-- Include the file containing common targets. -->
   &modules-common;
</project>

--- NEW FILE: module.xml ---
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC "-//XDoclet Team//DTD XDoclet Module 1.0//EN" 
"http://xdoclet.sourceforge.net/dtds/xdoclet-module_1_0.dtd";>
<module>
        <module-dependency module-name="ejb"/>
</module>



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to