User: user57
Date: 01/07/24 18:39:33
Modified: . modules
Log:
*** empty log message ***
Revision Changes Path
1.4 +46 -0 CVSROOT/modules
Index: modules
===================================================================
RCS file: /cvsroot/jboss/CVSROOT/modules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- modules 2001/06/06 17:00:20 1.3
+++ modules 2001/07/25 01:39:33 1.4
@@ -24,6 +24,9 @@
# character to interpose another module into the current module. This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
+
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+
jboss jboss
contrib contrib
jbosstest jbosstest
@@ -40,3 +43,46 @@
jbosspool jbosspool
newsite newsite
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+
+##
+## The following is for testing BuildMagic as the JBoss build system.
+##
+
+jboss-bm -d jboss \
+ CVSROOT/Emptydir \
+ &_jboss-bm_support \
+ &_jboss-bm_modules
+
+_jboss-bm_support -a \
+ _jboss-bm_tools \
+ _jboss-bm_thirdparty
+
+_jboss-bm_tools -d tools \
+ CVSROOT/Emptydir
+
+_jboss-bm_thirdparty -d thirdparty \
+ CVSROOT/Emptydir
+
+_jboss-bm_modules -a \
+ _jboss-bm_server \
+ _jboss-bm_naming \
+ _jboss-bm_connector \
+ _jboss-bm_messaging \
+ _jboss-bm_security \
+ _jboss-bm_testsuite \
+ _jboss-bm_pool \
+ _jboss-bm_cluster \
+ _jboss-bm_j2ee \
+ _jboss-bm_manual
+
+_jboss-bm_server -d server jboss
+_jboss-bm_naming -d naming jnp
+_jboss-bm_connector -d connector jbosscx
+_jboss-bm_messaging -d messaging jbossmq
+_jboss-bm_security -d security jbosssx
+_jboss-bm_testsuite -d testsuite jbosstext
+_jboss-bm_pool -d pool jbosspool
+_jboss-bm_cluster -d cluster jbossmx
+_jboss-bm_j2ee -d j2ee jboss-j2ee
+_jboss-bm_manual -d manual manual
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development