NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then add the new property to this section (replace all square brackets in the code snippet with curly braces):

Wiki Markup
<path id="example.classpath">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <pathelement location="$\[example.classes.dir\]"/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <pathelement location="$\[updated.client.jar\]"/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <fileset dir="$\[client.dist.dir\]">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <include name="$\[client.libs\]"/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <include name="$\[client.libs.grid\]"/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </fileset>
&nbsp;&nbsp; </path>

Repackaging and Redeploying the caArray Server

...