User: schaefera
Date: 01/09/11 19:10:22
Modified: jboss build.xml
Log:
Adjusted files because of the repackaging of the JMX Connector
and Adaptors.
Also the connector and adaptor service files (*.jsr) are separated into
3 different files because it is neccessary to allow the administrator
to select which one to use (security, performance etc.). Now the admin
can add or remove the service files as the need arise.
Revision Changes Path
1.25 +10 -3 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 2001/09/12 00:08:41 1.24
+++ build.xml 2001/09/12 02:10:22 1.25
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.24 2001/09/12 00:08:41 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.25 2001/09/12 02:10:22 schaefera Exp $ -->
<project default="main" name="JBoss/Build">
@@ -704,10 +704,17 @@
</fileset>
</copy>
- <!-- Copy the jmx-connector.jsr (deploy/lib) -->
+ <!-- Copy the jmx-adaptor.jsr (deploy/lib) -->
<copy todir="${install.deploy.lib}" filtering="no">
<fileset dir="${_module.output}/lib">
- <include name="jmx-connector.jsr"/>
+ <include name="jmx-html-adaptor.jsr"/>
+ </fileset>
+ </copy>
+
+ <!-- Copy the jmx-rmi-connector.jsr (deploy/lib) -->
+ <copy todir="${install.deploy.lib}" filtering="no">
+ <fileset dir="${_module.output}/lib">
+ <include name="jmx-rmi-connector.jsr"/>
</fileset>
</copy>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development