Bug Tracker

Changeset 2039

Show
Ignore:
Timestamp:
06/06/07 03:02:15 (2 years ago)
Author:
brandon.aaron
Message:

new plugin to bind multiple events simultaneously

Location:
trunk/plugins
Files:
6 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/build.xml

    r1969 r2039  
    171171    </target> 
    172172 
     173    <target name="multiple_events" description="Build multiple_events plugin."> 
     174        <antcall target="minandpack"> 
     175            <param name="name" value="multiple_events" /> 
     176        </antcall> 
     177    </target> 
     178 
    173179</project>