From 1fb170f526b751782d2f8fe3ae3a86c1162de070 Mon Sep 17 00:00:00 2001 From: jbevain Date: Thu, 4 Jun 2009 07:27:57 +0000 Subject: [PATCH] 2009-06-04 Jb Evain * resources/SR.resx: adjust file names. * Mono.Data.Sqlite.dll.sources: rename from net_2_0_Mono.Data.Sqlite.dll.sources. Hopefully fixes the build. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@135395 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/Mono.Data.Sqlite/ChangeLog | 7 +++++++ ...0_Mono.Data.Sqlite.dll.sources => Mono.Data.Sqlite.dll.sources} | 0 class/Mono.Data.Sqlite/resources/SR.resx | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) rename class/Mono.Data.Sqlite/{net_2_0_Mono.Data.Sqlite.dll.sources => Mono.Data.Sqlite.dll.sources} (100%) diff --git a/class/Mono.Data.Sqlite/ChangeLog b/class/Mono.Data.Sqlite/ChangeLog index 6a096a8a17..f854a09629 100644 --- a/class/Mono.Data.Sqlite/ChangeLog +++ b/class/Mono.Data.Sqlite/ChangeLog @@ -1,3 +1,10 @@ +2009-06-04 Jb Evain + + * resources/SR.resx: adjust file names. + * Mono.Data.Sqlite.dll.sources: rename from + net_2_0_Mono.Data.Sqlite.dll.sources. + Hopefully fixes the build. + 2009-06-03 Marek Habersack * Update SQLite.NET version to 1.0.61.0, applied Mono diff --git a/class/Mono.Data.Sqlite/net_2_0_Mono.Data.Sqlite.dll.sources b/class/Mono.Data.Sqlite/Mono.Data.Sqlite.dll.sources similarity index 100% rename from class/Mono.Data.Sqlite/net_2_0_Mono.Data.Sqlite.dll.sources rename to class/Mono.Data.Sqlite/Mono.Data.Sqlite.dll.sources diff --git a/class/Mono.Data.Sqlite/resources/SR.resx b/class/Mono.Data.Sqlite/resources/SR.resx index 054892995f..9851beb1a8 100644 --- a/class/Mono.Data.Sqlite/resources/SR.resx +++ b/class/Mono.Data.Sqlite/resources/SR.resx @@ -119,12 +119,12 @@ - datatypes.xml;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + resources/DataTypes.xml;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 ALL,ALTER,AND,AS,AUTOINCREMENT,BETWEEN,BY,CASE,CHECK,COLLATE,COMMIT,CONSTRAINT,CREATE,CROSS,DEFAULT,DEFERRABLE,DELETE,DISTINCT,DROP,ELSE,ESCAPE,EXCEPT,FOREIGN,FROM,FULL,GROUP,HAVING,IN,INDEX,INNER,INSERT,INTERSECT,INTO,IS,ISNULL,JOIN,LEFT,LIMIT,NATURAL,NOT,NOTNULL,NULL,ON,OR,ORDER,OUTER,PRIMARY,REFERENCES,RIGHT,ROLLBACK,SELECT,SET,TABLE,THEN,TO,TRANSACTION,UNION,UNIQUE,UPDATE,USING,VALUES,WHEN,WHERE - metadatacollections.xml;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + resources/MetaDataCollections.xml;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 \ No newline at end of file -- 2.11.4.GIT