[jbossws-commits] JBossWS SVN: r4184 - trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Aug 3 10:44:53 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-03 10:44:53 -0400 (Fri, 03 Aug 2007)
New Revision: 4184

Added:
   trunk/readme.txt
Log:
Add readme

Added: trunk/readme.txt
===================================================================
--- trunk/readme.txt	                        (rev 0)
+++ trunk/readme.txt	2007-08-03 14:44:53 UTC (rev 4184)
@@ -0,0 +1,24 @@
+# $Id: $
+
+The JBossWS project structure has changed
+
+jbossws
+ + spi
+ + common
+ + framework
+ + container
+    + jboss40
+    + jboss42
+    + jboss50
+ + stack
+    + native
+    + metro
+    + cxf
+
+Each project is defines binary dependencies only, source dependencies have been removed.
+Most of the time you will want to checkout a single stack and do your work there. You will
+not have to checkout the dependent projects unless you need to fix integration issues.
+
+cheers
+-thomas
+




More information about the jbossws-commits mailing list