trying to add Id tags in tilemanager files
authorMiloš Klouček <m.kloucek.m@atlas.cz>
Mon, 27 Oct 2008 13:27:33 +0000 (13:27 +0000)
committerMiloš Klouček <m.kloucek.m@atlas.cz>
Mon, 27 Oct 2008 13:27:33 +0000 (13:27 +0000)
changed one line in README

SVN-Revision: 5811

tools/tilemanager/Application.cs
tools/tilemanager/Lexer.cs
tools/tilemanager/LispWriter.cs
tools/tilemanager/Parser.cs
tools/tilemanager/README
tools/tilemanager/Tile.cs
tools/tilemanager/TileSet.cs

index 1025046..22fbf8d 100644 (file)
@@ -1,3 +1,4 @@
+//  $Id$
 using System;
 using System.IO;
 using System.Collections;
index 1e8a723..601d53d 100644 (file)
@@ -1,3 +1,4 @@
+//  $Id$
 using System;
 using System.Text;
 using System.IO;
index 6355317..b355c38 100644 (file)
@@ -1,3 +1,4 @@
+//  $Id$
 using System;
 using System.IO;
 using System.Collections;
index 6a70eef..22d7701 100644 (file)
@@ -1,3 +1,4 @@
+//  $Id$
 using System;
 using System.IO;
 
index abc4b0c..89a4e6b 100644 (file)
@@ -1,6 +1,6 @@
-This Tool allows to edit supertux .stgt files in a comfortable manner.
+This Tool allows to edit supertux .stgt/.stwm files in a comfortable manner.
 Warning: This tool is pre-alpha and meant for developers only.
 
-Compilation: You need to have mono and gtk-sharp (with gnome support) installed
+Compilation: You need to have mono and gtk-sharp installed
 in order to compile and run the app.
 
index d03a34b..7555e80 100644 (file)
@@ -1,3 +1,4 @@
+//  $Id$
 using System;
 using System.Collections;
 using System.IO;
index 6719edd..9300135 100644 (file)
@@ -1,3 +1,4 @@
+//  $Id$
 using System;
 using System.IO;
 using System.Collections;