Changeset 2039

Show
Ignore:
Timestamp:
01/26/09 22:29:46
Author:
douglm
Message:

Add options to cmdutil to set categories on folders, aliases etc. Also to add alias x-property to events as they are moved.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build.xml

    r2030 r2039  
    786786    </if> 
    787787 
     788<!-- 
    788789    <echo message="For this to work you need to do something like:"/> 
    789790    <echo message="export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/douglm/drop2/java/yourkit/yjp-6.0.15/bin/linux-x86-32"/> 
     791 --> 
    790792 
    791793    <java classname="org.bedework.tools.cmdutil.CmdUtil" 
     
    798800      <arg value="${org.bedework.cmdutil.arg.infile.par}" /> 
    799801      <arg value="${org.bedework.cmdutil.arg.infile}" /> 
    800       <jvmarg value="-agentlib:yjpagent" /
     802      <!-- <jvmarg value="-agentlib:yjpagent" /> --
    801803    </java> 
    802804  </target>