Changeset 2060

Show
Ignore:
Timestamp:
02/12/09 00:33:19
Author:
douglm
Message:

Add event failing when adding to aliased calendar. hadn't dereffed the alias.

Files:

Legend:

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

    r2051 r2060  
    247247    </parallel> 
    248248  </target> 
     249 
     250  <!-- ================================================================= 
     251       The "start-debug" target starts all quickstart components except tomcat 
     252       ================================================================= --> 
     253 
     254  <target name="start-debug" depends="run.init" 
     255          description="Start quickstart system" > 
     256    <parallel> 
     257      <antcall target="dirstart" inheritrefs="true" /> 
     258      <antcall target="hsqldb" inheritrefs="true" /> 
     259    </parallel> 
     260  </target> 
    249261</project>