CVS: jcontainer/loom/site/xdocs porting-guide.xml,1.2,1.3
mauro-yCVjj/[email protected] Sat, 1 Nov 2003 08:09:09 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/site/xdocs In directory hogshead.codehaus.org:/tmp/cvs-serv16461/loom/site/xdocs Modified Files: porting-guide.xml Log Message: Updated with necessity to regenerate descriptors. Index: porting-guide.xml =================================================================== RCS file: /cvsroot/jcontainer/jcontainer/loom/site/xdocs/porting-guide.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- porting-guide.xml 12 Oct 2003 11:33:09 -0000 1.2 +++ porting-guide.xml 1 Nov 2003 14:09:07 -0000 1.3 @@ -10,10 +10,18 @@ <section name="Porting Phoenix 4.0.x applications"> <p> Loom 1.0 supports applications running in Phoenix 4.0.x releases, - provided that the appropriate libraries are bundles in the sar. + provided that the sar is built using the + <a href="/plugins/maven-sar/">Maven Sar Plugin</a> + provided by Loom and the appropriate libraries are bundles in the sar. </p> <p> - Compared to the Phoenix 4.0.x distribution, in Loom 1.0 distribution + Since the generation of metaclass descriptors is more generic in + Loom compared with Phoenix, but still fully compatible with it, + users can deploy applications running in Phoenix 4.0.x by simply + regenerating the descriptors using the Maven Sar Plugin. + </p> + <p> + Also, compared to the Phoenix 4.0.x distribution, in the Loom 1.0 distribution some of the libraries in the <code>lib/</code> directory have been removed as they are not used by the container. If your app uses any of the excluded libraries,