Update of /cvsroot/xdoclet/xdoclet/modules/sun
In directory sc8-pr-cvs1:/tmp/cvs-serv22308/xdoclet-all/xdoclet/modules/sun

Added Files:
        build.xml module.xml 
Log Message:
XDT-16: SunONE module, handles versions (iPlanet) 6.0 & 6.5 and (SunONE) 7.0
No web module at present, just generates ejb descriptors (and cmp mapping for 7.0)



--- 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="sun" 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>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to