From: Tilman Sauerbeck Date: Sun, 25 Jul 2004 10:45:47 +0000 (+0000) Subject: Set SVN properties. X-Git-Url: http://git.code-monkey.de/?p=ruby-esmart.git;a=commitdiff_plain;h=1256110e4e9d2d3f332f7f460224765132eeb0d5 Set SVN properties. --- diff --git a/AUTHORS b/AUTHORS index 7422397..78f9af8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,3 @@ -$Id$ +$Id: AUTHORS 36 2004-07-25 10:45:47Z tilman $ Tilman Sauerbeck (tilman at code-monkey de) diff --git a/Makefile.am b/Makefile.am index 02cbb8d..76e57e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -## $Id$ +## $Id: Makefile.am 36 2004-07-25 10:45:47Z tilman $ SUBDIRS = m4 src diff --git a/configure.ac b/configure.ac index 6b87672..2142ed7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl $Id$ +dnl $Id: configure.ac 36 2004-07-25 10:45:47Z tilman $ AC_INIT(ruby-esmart, 0.0.1) AC_CONFIG_SRCDIR([src/rb_esmart.c]) diff --git a/m4/Makefile.am b/m4/Makefile.am index f9e1214..3ee5eb4 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,3 +1,3 @@ -## $Id$ +## $Id: Makefile.am 36 2004-07-25 10:45:47Z tilman $ EXTRA_DIST = ac_path_generic.m4 ac_ruby_ext.m4 diff --git a/src/Makefile.am b/src/Makefile.am index cf46ea4..6827880 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id$ +## $Id: Makefile.am 36 2004-07-25 10:45:47Z tilman $ SUBDIRS = esmart_container esmart_draggies esmart_trans_x11 diff --git a/src/esmart_container/Makefile.am b/src/esmart_container/Makefile.am index 14be991..5e30042 100644 --- a/src/esmart_container/Makefile.am +++ b/src/esmart_container/Makefile.am @@ -1,4 +1,4 @@ -## $Id$ +## $Id: Makefile.am 36 2004-07-25 10:45:47Z tilman $ AM_CFLAGS = $(ESMART_CFLAGS) INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR) diff --git a/src/esmart_container/rb_esmart_container.c b/src/esmart_container/rb_esmart_container.c index 8336cd0..c2eb60c 100644 --- a/src/esmart_container/rb_esmart_container.c +++ b/src/esmart_container/rb_esmart_container.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_esmart_container.c 36 2004-07-25 10:45:47Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * diff --git a/src/esmart_draggies/Makefile.am b/src/esmart_draggies/Makefile.am index 29c5e30..51a6112 100644 --- a/src/esmart_draggies/Makefile.am +++ b/src/esmart_draggies/Makefile.am @@ -1,4 +1,4 @@ -## $Id$ +## $Id: Makefile.am 36 2004-07-25 10:45:47Z tilman $ AM_CFLAGS = $(ESMART_CFLAGS) INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR) diff --git a/src/esmart_draggies/rb_esmart_draggies.c b/src/esmart_draggies/rb_esmart_draggies.c index d61f453..c67dd7b 100644 --- a/src/esmart_draggies/rb_esmart_draggies.c +++ b/src/esmart_draggies/rb_esmart_draggies.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_esmart_draggies.c 36 2004-07-25 10:45:47Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * diff --git a/src/esmart_trans_x11/Makefile.am b/src/esmart_trans_x11/Makefile.am index 6c097cc..2acda03 100644 --- a/src/esmart_trans_x11/Makefile.am +++ b/src/esmart_trans_x11/Makefile.am @@ -1,4 +1,4 @@ -## $Id$ +## $Id: Makefile.am 36 2004-07-25 10:45:47Z tilman $ AM_CFLAGS = $(ESMART_CFLAGS) INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR) diff --git a/src/esmart_trans_x11/rb_esmart_trans_x11.c b/src/esmart_trans_x11/rb_esmart_trans_x11.c index d986027..6f50866 100644 --- a/src/esmart_trans_x11/rb_esmart_trans_x11.c +++ b/src/esmart_trans_x11/rb_esmart_trans_x11.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_esmart_trans_x11.c 36 2004-07-25 10:45:47Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * diff --git a/src/rb_esmart.c b/src/rb_esmart.c index 428d297..11d816f 100644 --- a/src/rb_esmart.c +++ b/src/rb_esmart.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_esmart.c 36 2004-07-25 10:45:47Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * diff --git a/src/rb_esmart.h b/src/rb_esmart.h index 118847b..e359419 100644 --- a/src/rb_esmart.h +++ b/src/rb_esmart.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_esmart.h 36 2004-07-25 10:45:47Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) *