[jboss-cvs] JBossAS SVN: r95675 - branches/JBPAPP_5_0/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 28 06:08:18 EDT 2009
Author: dimitris at jboss.org
Date: 2009-10-28 06:08:18 -0400 (Wed, 28 Oct 2009)
New Revision: 95675
Modified:
branches/JBPAPP_5_0/build/build-distr.xml
Log:
JBPAPP-2952, minor change
put common/lib/jboss-jmx-remoting.jar inside the jmx-remoting.sar
move deploy/jmx-remoting.sar to docs/examples/jmx/jmx-remoting.sar
Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml 2009-10-28 09:48:26 UTC (rev 95674)
+++ branches/JBPAPP_5_0/build/build-distr.xml 2009-10-28 10:08:18 UTC (rev 95675)
@@ -66,8 +66,8 @@
<property name="_module.output" override="true" value="${project.root}/${_module.name}/output"/>
<!-- Copy the generated libraries -->
- <mkdir dir="${install.examples}/${_module.name}"/>
- <copy todir="${install.examples}/${_module.name}" filtering="no">
+ <mkdir dir="${install.examples}/jmx/jmx-remoting.sar"/>
+ <copy todir="${install.examples}/jmx/jmx-remoting.sar" filtering="no">
<fileset dir="${_module.output}/lib">
<include name="jboss-jmx-remoting.jar"/>
</fileset>
@@ -76,8 +76,8 @@
<target name="_module-jmx-remoting-all" depends="_module-jmx-remoting-most">
<!-- Copy the generated javadocs -->
- <mkdir dir="${install.examples}/${_module.name}"/>
- <copy todir="${install.examples}/${_module.name}" filtering="no">
+ <mkdir dir="${install.api}/${_module.name}"/>
+ <copy todir="${install.api}/${_module.name}" filtering="no">
<fileset dir="${_module.output}/api">
<include name="**/*"/>
</fileset>
@@ -87,8 +87,8 @@
<target name="_module-jbossas/jmx-remoting-all" depends="_module-jbossas/jmx-remoting-most">
<!-- Copy the generated javadocs -->
- <mkdir dir="${install.examples}/$_module.name}"/>
- <copy todir="${install.examples}/${_module.name}" filtering="no">
+ <mkdir dir="${install.api}/${_module.name}"/>
+ <copy todir="${install.api}/${_module.name}" filtering="no">
<fileset dir="${_module.output}/api">
<include name="**/*"/>
</fileset>
@@ -100,7 +100,7 @@
<property name="_module.name" value="jbossas/jmx-remoting" override="true"/>
<property name="_module.output" override="true" value="${project.root}/${_module.name}/output"/>
- <unjar src="${project.root}/${_module.name}/output/lib/jmx-remoting.sar" dest="${install.examples}/jmx-remoting/jmx-remoting.sar"/>
+ <unjar src="${project.root}/${_module.name}/output/lib/jmx-remoting.sar" dest="${install.examples}/jmx/jmx-remoting.sar"/>
</target>
<!-- ======== -->
More information about the jboss-cvs-commits
mailing list