first import of YP2 project first
authorMarc Cromme <marc@indexdata.dk>
Thu, 6 Oct 2005 09:37:25 +0000 (09:37 +0000)
committerMarc Cromme <marc@indexdata.dk>
Thu, 6 Oct 2005 09:37:25 +0000 (09:37 +0000)
13 files changed:
buildconf.sh
src/Makefile.am
src/msg-thread.cpp
src/msg-thread.h
src/p2.cpp
src/p2_config.cpp
src/p2_config.h
src/p2_frontend.cpp
src/p2_frontend.h
src/p2_msg.cpp
src/p2_xmlerror.cpp
src/p2_xmlerror.h
usemarcon.m4

index 434e2f8..bd54c28 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.1 2005-10-06 09:37:25 marc Exp $
+# $Id: buildconf.sh,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
 set -x
 aclocal -I .
 libtoolize --automake --force 
index c650337..7450cfa 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.1 2005-10-06 09:37:25 marc Exp $
+## $Id: Makefile.am,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
 
 AM_CXXFLAGS = $(YAZPPINC) -I$(srcdir)/../include $(XSLT_CFLAGS) $(USEMARCONINC)
 
index 2f82157..ecbcd1f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: msg-thread.cpp,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: msg-thread.cpp,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index 0218c3c..b9ee9b2 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: msg-thread.h,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: msg-thread.h,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index 11f8716..4616efe 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2.cpp,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: p2.cpp,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index 6fd43f2..f612352 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_config.cpp,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: p2_config.cpp,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index 161e6e9..2502f13 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_config.h,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: p2_config.h,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index faa602c..d64e434 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_frontend.cpp,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: p2_frontend.cpp,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index 1c60373..5c6185f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_frontend.h,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: p2_frontend.h,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index ae2177f..29ade0d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_msg.cpp,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: p2_msg.cpp,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index c0d9f90..37c5fd3 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_xmlerror.cpp,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: p2_xmlerror.cpp,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index f8eb1e5..e6608d7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_xmlerror.h,v 1.1 2005-10-06 09:37:25 marc Exp $
+/* $Id: p2_xmlerror.h,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
index c52fe0c..2274803 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: usemarcon.m4,v 1.1 2005-10-06 09:37:25 marc Exp $
+## $Id: usemarcon.m4,v 1.1.1.1 2005-10-06 09:37:25 marc Exp $
 AC_DEFUN([USEMARCON_INIT],
 [
         AC_SUBST(USEMARCONLALIB)