[Remoterengine-commits] r206 - pkg/RemoteREngine/inst/java_src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 7 13:23:51 CEST 2009
Author: ian_long
Date: 2009-10-07 13:23:51 +0200 (Wed, 07 Oct 2009)
New Revision: 206
Modified:
pkg/RemoteREngine/inst/java_src/build.xml
Log:
Changed visibility of makejars & do.copy targets; makejars is now public
Modified: pkg/RemoteREngine/inst/java_src/build.xml
===================================================================
--- pkg/RemoteREngine/inst/java_src/build.xml 2009-10-06 10:10:19 UTC (rev 205)
+++ pkg/RemoteREngine/inst/java_src/build.xml 2009-10-07 11:23:51 UTC (rev 206)
@@ -264,7 +264,7 @@
<!--}}}-->
<!--{{{ copy the manifest file and licenses -->
- <target name="do.copy" description="copy the manifest file, logging jars and licenses">
+ <target name="do.copy">
<mkdir dir="${common.dir}/licenses"/>
<copy todir="${common.dir}/licenses">
<fileset dir="lib/licenses">
@@ -296,7 +296,7 @@
<!--}}}-->
<!--{{{ creating the jar -->
- <target name="makejars" depends="stubs,annotation,do.copy">
+ <target name="makejars" depends="stubs,annotation,do.copy" description="Create the main jar files">
<!-- client jar -->
<unjar src="lib/REngine.jar" dest="${client.dir}" />
<jar jarfile="${jar.dir}/RemoteREngine-client.jar" manifest="build/MANIFEST.MF">
More information about the Remoterengine-commits
mailing list