Omnipresence Code
Status: Planning
Brought to you by:
martinstraus
File | Date | Author | Commit |
---|---|---|---|
branches | 2008-08-11 | crickman | [r1] Initial directory structure and description. |
tags | 2008-08-11 | crickman | [r1] Initial directory structure and description. |
trunk | 2009-04-16 | martinstraus | [r80] Improved transfer object assembler classes. |
.project | 2008-08-11 | crickman | [r1] Initial directory structure and description. |
readme.html | 2008-08-11 | crickman | [r1] Initial directory structure and description. |
<html> <head> <title>Omnipresence - SVN repository</title> </head> <body> <h1>Ominpresence</h1> <h2>SVN repository<h2> <h3>Organization of the repository</h3> <p>The following directory structure follows the conventions depicted in <a href="http://java.sun.com/blueprints/code/projectconventions.html">Guidelines, Patterns, and Code for End-to-End Java Applications</a>.</p> <code><pre> /svnroot/omnipresence |-- readme.html |-- trunk | |-- apps | | `-- omnipresence | | |-- build.xml | | |-- omnipresence-ejb | | |-- build.xml | | |-- src | | | `-- java | | `-- setup | | `-- omnipresence-web | | |-- build.xml | | |-- src | | | `-- java | | `-- web | |-- docs | `-- lib |-- branches | `-- 1.0 `-- tags `-- 1.0.1 </pre></code> <p>Description of directories and files:</p> <table border="1" width="100%"> <tbody> <tr> <td>/trunk</td> <td>Main repository location. New features and bug fixes must be added here first.</td> </tr> <tr> <td>/trunk/apps</td> <td>This directory holds a directory per each deployable application.</td> </tr> <tr> <td>/trunk/apps/omnipresence</td> <td>Directory for the Omnipresence J2EE modules.</td> </tr> <tr> <td>/trunk/apps/omnipresence/omnipresence-ejb</td> <td>Omnipresence server.</td> </tr> <tr> <td>/trunk/apps/omnipresence/omnipresence-web</td> <td>Omnipresence web client.</td> </tr> <tr> <td>/branches</td> <td>Branches created over /trunk.</td> </tr> <tr> <td>/tags</td> <td>Tags created over /branches/x.x.</td> </tr> </tbody> </table> </body> </html>