Revision: 6825
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6825&view=rev
Author:   jeremy_asher
Date:     2008-07-08 16:41:30 -0700 (Tue, 08 Jul 2008)

Log Message:
-----------
Added Id property to files using $ keyword

Modified Paths:
--------------
    code/stage/trunk/libstage/canvas.cc
    code/stage/trunk/libstage/stage.hh
    code/stage/trunk/libstage/stage_internal.hh
    code/stage/trunk/libstage/stagecpp.cc
    code/stage/trunk/libstage/worldfile.cc
    code/stage/trunk/libstage/worldfile.hh

Property Changed:
----------------
    code/stage/trunk/libstage/canvas.cc
    code/stage/trunk/libstage/option.hh
    code/stage/trunk/libstage/stage.hh
    code/stage/trunk/libstage/stage_internal.hh
    code/stage/trunk/libstage/stagecpp.cc
    code/stage/trunk/libstage/texture_manager.cc
    code/stage/trunk/libstage/worldfile.cc
    code/stage/trunk/libstage/worldfile.hh

Modified: code/stage/trunk/libstage/canvas.cc
===================================================================
--- code/stage/trunk/libstage/canvas.cc 2008-07-08 23:35:07 UTC (rev 6824)
+++ code/stage/trunk/libstage/canvas.cc 2008-07-08 23:41:30 UTC (rev 6825)
@@ -3,7 +3,7 @@
     Authors: Richard Vaughan ([EMAIL PROTECTED])
              Alex Couture-Beil ([EMAIL PROTECTED])
              Jeremy Asher ([EMAIL PROTECTED])
-    $Id: canvas.cc,v 1.12 2008-03-03 07:01:12 rtv Exp $
+    $Id$
 */
 
 #include "stage_internal.hh"


Property changes on: code/stage/trunk/libstage/canvas.cc
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: code/stage/trunk/libstage/option.hh
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: code/stage/trunk/libstage/stage.hh
===================================================================
--- code/stage/trunk/libstage/stage.hh  2008-07-08 23:35:07 UTC (rev 6824)
+++ code/stage/trunk/libstage/stage.hh  2008-07-08 23:41:30 UTC (rev 6825)
@@ -27,7 +27,7 @@
  * Desc: External header file for the Stage library
  * Author: Richard Vaughan ([EMAIL PROTECTED]) 
  * Date: 1 June 2003
- * CVS: $Id: stage.hh,v 1.15 2008-04-01 23:57:41 rtv Exp $
+ * CVS: $Id$
  */
 
 /*! \file stage.h 


Property changes on: code/stage/trunk/libstage/stage.hh
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: code/stage/trunk/libstage/stage_internal.hh
===================================================================
--- code/stage/trunk/libstage/stage_internal.hh 2008-07-08 23:35:07 UTC (rev 
6824)
+++ code/stage/trunk/libstage/stage_internal.hh 2008-07-08 23:41:30 UTC (rev 
6825)
@@ -2,7 +2,7 @@
     files include this header 
     Author: Richard Vaughan ([EMAIL PROTECTED])
     Date: 13 Jan 2008
-    $Id: stage_internal.hh,v 1.2 2008-01-15 01:16:49 rtv Exp $
+    $Id$
 */
 
 #ifndef STG_INTERNAL_H


Property changes on: code/stage/trunk/libstage/stage_internal.hh
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: code/stage/trunk/libstage/stagecpp.cc
===================================================================
--- code/stage/trunk/libstage/stagecpp.cc       2008-07-08 23:35:07 UTC (rev 
6824)
+++ code/stage/trunk/libstage/stagecpp.cc       2008-07-08 23:41:30 UTC (rev 
6825)
@@ -1,6 +1,6 @@
 // Thin-as-possible C Wrappers for C++ worldfile calls, using a single static 
worldfile.
 // This is a hacky use of the old C++ worldfile code.
-// $Id: stagecpp.cc,v 1.2 2008-01-15 01:16:49 rtv Exp $
+// $Id$
 
 #include "stage_internal.h"
 #include "gui.h"


Property changes on: code/stage/trunk/libstage/stagecpp.cc
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: code/stage/trunk/libstage/texture_manager.cc
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: code/stage/trunk/libstage/worldfile.cc
===================================================================
--- code/stage/trunk/libstage/worldfile.cc      2008-07-08 23:35:07 UTC (rev 
6824)
+++ code/stage/trunk/libstage/worldfile.cc      2008-07-08 23:41:30 UTC (rev 
6825)
@@ -24,7 +24,7 @@
  *          Douglas S. Blank <[EMAIL PROTECTED]>
  *
  * Date: 15 Nov 2001
- * CVS info: $Id: worldfile.cc,v 1.4 2008-04-01 23:57:41 rtv Exp $
+ * CVS info: $Id$
  */
 
 #include <assert.h>


Property changes on: code/stage/trunk/libstage/worldfile.cc
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: code/stage/trunk/libstage/worldfile.hh
===================================================================
--- code/stage/trunk/libstage/worldfile.hh      2008-07-08 23:35:07 UTC (rev 
6824)
+++ code/stage/trunk/libstage/worldfile.hh      2008-07-08 23:41:30 UTC (rev 
6825)
@@ -21,7 +21,7 @@
  * Desc: A class for reading in the world file.
  * Author: Andrew Howard
  * Date: 15 Nov 2001
- * CVS info: $Id: worldfile.hh,v 1.2 2008-01-15 01:16:49 rtv Exp $
+ * CVS info: $Id$
  */
 
 #ifndef WORLDFILE_HH


Property changes on: code/stage/trunk/libstage/worldfile.hh
___________________________________________________________________
Name: svn:keywords
   + Id


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to