Author: dan.j.allen
Date: 2010-07-07 22:44:39 -0400 (Wed, 07 Jul 2010)
New Revision: 13344
Added:
about.txt
Log:
explains the SVN structure
Added: about.txt
===================================================================
--- about.txt (rev 0)
+++ about.txt 2010-07-08 02:44:39 UTC (rev 13344)
@@ -0,0 +1,26 @@
+This is the SVN repository for all versions of the Seam framework.
+
+http://seamframework.org
+
+Seam 2
+======
+The source code for Seam 2.x can be found under the following two root directories:
+
+branches/ Seam 2.x branches, divided into community and enterprise editions
+tags/ Seam 2.x release tags; JBPAPP prefix for enterprise, JBoss_Seam prefix for
community
+
+There is no longer a trunk for Seam 2.x.
+
+Seam 3
+======
+Seam 3.x is modular and each component may have independent release cycles.
+Therefore, the source code is partitioned into separate SVN roots under the
+following directories:
+
+build/ Seam 3 parent POM, Maven build extensions, the Seam 3 checkout script and the
archetype for a Seam 3 module
+dist/ Seam 3 BOM (bill of materials) and assembly builds (for select modules, docs
and examples)
+examples/ Aggregate examples that demonstrate integration of Seam 3 modules
+modules/ Seam 3 modules, partitioned by technology or concern (for instance, the drools
integration has its own module)
+sandbox/ Prototypes of Seam 3 modules, examples or other project ideas
+
+Seam 3 has bundled releases, which is assembled from the dist root.
Show replies by date