From 8f2700dcc82acdbcfbc9c5168a35b3202998e680 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Mon, 3 Dec 2007 21:08:33 +0000 Subject: [PATCH] Keyword substitution. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@359 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/AlphaFade.as | 2 +- src/as/com/threerings/flex/ChatControl.as | 2 +- src/as/com/threerings/flex/ChatInput.as | 2 +- src/java/com/threerings/resource/FileResourceBundle.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/as/com/threerings/flash/AlphaFade.as b/src/as/com/threerings/flash/AlphaFade.as index 1f08de6b..57b6d46a 100644 --- a/src/as/com/threerings/flash/AlphaFade.as +++ b/src/as/com/threerings/flash/AlphaFade.as @@ -1,5 +1,5 @@ // -// $Id: AnimationImpl.as 263 2007-06-14 18:20:16Z dhoover $ +// $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved diff --git a/src/as/com/threerings/flex/ChatControl.as b/src/as/com/threerings/flex/ChatControl.as index 2f0f1668..3a247381 100644 --- a/src/as/com/threerings/flex/ChatControl.as +++ b/src/as/com/threerings/flex/ChatControl.as @@ -1,5 +1,5 @@ // -// $Id: ChatControl.as 5606 2007-08-22 01:38:59Z mdb $ +// $Id$ package com.threerings.flex { diff --git a/src/as/com/threerings/flex/ChatInput.as b/src/as/com/threerings/flex/ChatInput.as index 13599199..5d2442cb 100644 --- a/src/as/com/threerings/flex/ChatInput.as +++ b/src/as/com/threerings/flex/ChatInput.as @@ -1,5 +1,5 @@ // -// $Id: ChatInput.as 4826 2007-06-20 20:07:25Z mdb $ +// $Id$ package com.threerings.flex { diff --git a/src/java/com/threerings/resource/FileResourceBundle.java b/src/java/com/threerings/resource/FileResourceBundle.java index 992b47ab..b5fc403a 100644 --- a/src/java/com/threerings/resource/FileResourceBundle.java +++ b/src/java/com/threerings/resource/FileResourceBundle.java @@ -1,5 +1,5 @@ // -// $Id: ResourceBundle.java 310 2007-10-26 19:50:53Z mdb $ +// $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved