Index: openacs-4/packages/ref-countries/ref-countries.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ref-countries/ref-countries.info,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/ref-countries/ref-countries.info	10 Jan 2007 07:10:58 -0000	1.8
+++ openacs-4/packages/ref-countries/ref-countries.info	19 May 2007 06:55:09 -0000	1.9
@@ -20,7 +20,6 @@
         <provides url="ref-countries" version="1.1"/>
         <requires url="acs-kernel" version="4.6.2"/>
         <requires url="acs-reference" version="0.1d"/>
-        <requires url="ref-language" version="0.1d"/>
 
         <files>
             <file type="package_spec" path="ref-countries.info"/>
Index: openacs-4/packages/ref-countries/sql/postgresql/ref-countries-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ref-countries/sql/postgresql/ref-countries-create.sql,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/ref-countries/sql/postgresql/ref-countries-create.sql	17 Jul 2003 01:10:40 -0000	1.2
+++ openacs-4/packages/ref-countries/sql/postgresql/ref-countries-create.sql	19 May 2007 06:55:10 -0000	1.3
@@ -41,37 +41,3 @@
         now() -- effective_date
     );
 
--- This is the translated mapping of country names
-
-create table country_names (
-    -- lookup into the countries table
-    iso char(2)
-        constraint country_names_iso_fk
-        references countries (iso),
-    -- lookup into the language_codes table
-    language_code char(2)
-        constraint country_names_language_code_fk
-        references language_codes (language_id),
-    -- the translated name
-    name varchar(100)
-);
-
-comment on table country_names is ' 
-    This is the translated mapping of country names and language codes.
-';
-
-comment on column country_names.language_code is '
-    This is a lookup into the iso languages table.
-';
-
--- DRB: Added this so the drop script will get rid of it.  Currently
--- country_names is unused.
-
-select acs_reference__new (
-        'COUNTRY_NAMES', -- table_name
-        null,
-        'Internal', -- source
-        '', -- source_url
-        now() -- effective_date
-    );
--- I need to know the easy way to add extended chars in sqlplus then I can add french and spanish
Index: openacs-4/packages/ref-countries/www/doc/index.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ref-countries/www/doc/index.html,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/ref-countries/www/doc/index.html	13 Sep 2002 16:46:38 -0000	1.2
+++ openacs-4/packages/ref-countries/www/doc/index.html	19 May 2007 06:55:10 -0000	1.3
@@ -13,8 +13,6 @@
 <a href="http://www.jongriffin.com/static/openacs">jongriffin.com</a>
 <h3>Release Notes</h3>
 
-<p>Please file bugs in the <a href="http://www.openacs.org/sdm/">SDM</a>.</p>
-
 <hr>
 <address><a href="mailto:jon@jongriffin.com">jon@jongriffin.com</a></address></body>
 </html>