Changeset 260


Ignore:
Timestamp:
11/18/10 21:47:37 (18 months ago)
Author:
robinhilliard
Message:

Add version property

File:
1 edited

Legend:

Unmodified
Added
Removed
  • galaxy/trunk/com/rocketboots/galaxysample/simpleuid/UniqueIdService.cfc

    r237 r260  
    2525        along with this program.  If not, see <http://www.gnu.org/licenses/> 
    2626 
    27         $Id: $ 
     27        $Id$ 
    2828 ---> 
    2929 
     
    3838        <!--- Call onServiceTick() at ten second intervals ---> 
    3939        <cfset this.tickInterval = 10000> 
     40         
     41        <!--- Use SVN keyword expansion to set service version ---> 
     42        <cfset this.version = "$Id:$"> 
    4043         
    4144         
Note: See TracChangeset for help on using the changeset viewer.