[jboss-cvs] JBossAS SVN: r114673 - in branches/JBPAPP_5: jmx/src/etc and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 20 08:52:11 EST 2014


Author: jmartisk
Date: 2014-01-20 08:52:10 -0500 (Mon, 20 Jan 2014)
New Revision: 114673

Added:
   branches/JBPAPP_5/jmx/src/etc/example-config/
   branches/JBPAPP_5/jmx/src/etc/example-config/jmx-security-roles.xml
Modified:
   branches/JBPAPP_5/build/build-distr.xml
Log:
[JBQA-8619] add a sample jmx-security-roles.xml to the distribution

Modified: branches/JBPAPP_5/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5/build/build-distr.xml	2014-01-20 13:42:11 UTC (rev 114672)
+++ branches/JBPAPP_5/build/build-distr.xml	2014-01-20 13:52:10 UTC (rev 114673)
@@ -988,6 +988,14 @@
     <mkdir dir="${install.client}"/>
     <copy tofile="${install.client}/jmx-client.jar" file="${_module.output}/lib/jboss-jmx.jar"/>
 
+    <!-- Copy example configs -->
+    <mkdir dir="${install.examples}/jmx/example-config"/>
+    <copy todir="${install.examples}/jmx/example-config" filtering="no">
+        <fileset dir="${_module.output}/etc/example-config">
+            <include name="*.xml"/>
+        </fileset>
+    </copy>
+
   </target>
 
   <target name="_module-jmx-all" depends="_module-jmx-most">

Added: branches/JBPAPP_5/jmx/src/etc/example-config/jmx-security-roles.xml
===================================================================
(Binary files differ)


Property changes on: branches/JBPAPP_5/jmx/src/etc/example-config/jmx-security-roles.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml



More information about the jboss-cvs-commits mailing list