Changeset 2068

Show
Ignore:
Timestamp:
02/22/09 00:22:00
Author:
douglm
Message:

Second installment of major schema update.

This one replaces foreign keys for collections with a path. Collections are cached during the transaction so should only be fetched once per transaction rather than part of each event and collection object.

Files:

Legend:

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

    r2052 r2068  
    723723    </if> 
    724724 
     725    <!-- 
    725726    <echo message="For this to work you need to do something like:"/> 
    726     <!-- 
    727727    <echo message="export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/douglm/drop2/java/yourkit/yjp-6.0.15/bin/linux-x86-32"/> 
    728728     --> 
     
    737737      <arg value="${org.bedework.cmdutil.arg.infile.par}" /> 
    738738      <arg value="${org.bedework.cmdutil.arg.infile}" /> 
    739       <!-- <jvmarg value="-agentlib:yjpagent" /> --
     739      <jvmarg value="-agentlib:yjpagent" /
    740740    </java> 
    741741  </target>