From 6835d0b5fc10f98c8451b21a66ffc75dcd50692d Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@gmail.com>
Date: Mon, 22 Apr 2013 09:10:13 -0300
Subject: [PATCH] Bug 9819 - QA Followup: Stopwords vestiges in es-ES removed

Gotcha.
To+
---
 installer/data/mysql/es-ES/mandatory/stopwords.sql | 99 ----------------------
 installer/data/mysql/es-ES/mandatory/stopwords.txt |  1 -
 2 files changed, 100 deletions(-)
 delete mode 100644 installer/data/mysql/es-ES/mandatory/stopwords.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/stopwords.txt

diff --git a/installer/data/mysql/es-ES/mandatory/stopwords.sql b/installer/data/mysql/es-ES/mandatory/stopwords.sql
deleted file mode 100644
index 1bf4725..0000000
--- a/installer/data/mysql/es-ES/mandatory/stopwords.sql
+++ /dev/null
@@ -1,99 +0,0 @@
-INSERT INTO stopwords VALUES
-('a'),
-('about'),
-('also'),
-('an'),
-('and'),
-('another'),
-('any'),
-('are'),
-('as'),
-('at'),
-('back'),
-('be'),
-('because'),
-('been'),
-('being'),
-('but'),
-('by'),
-('can'),
-('could'),
-('did'),
-('do'),
-('each'),
-('end'),
-('even'),
-('for'),
-('from'),
-('get'),
-('go'),
-('had'),
-('have'),
-('he'),
-('her'),
-('here'),
-('his'),
-('how'),
-('i'),
-('if'),
-('in'),
-('into'),
-('is'),
-('it'),
-('just'),
-('may'),
-('me'),
-('might'),
-('much'),
-('must'),
-('my'),
-('no'),
-('not'),
-('of'),
-('off'),
-('on'),
-('only'),
-('or'),
-('other'),
-('our'),
-('out'),
-('should'),
-('so'),
-('some'),
-('still'),
-('such'),
-('than'),
-('that'),
-('the'),
-('their'),
-('them'),
-('then'),
-('there'),
-('these'),
-('they'),
-('this'),
-('those'),
-('to'),
-('too'),
-('try'),
-('two'),
-('under'),
-('up'),
-('us'),
-('was'),
-('we'),
-('were'),
-('what'),
-('when'),
-('where'),
-('which'),
-('while'),
-('who'),
-('why'),
-('will'),
-('with'),
-('within'),
-('without'),
-('would'),
-('you'),
-('your');
diff --git a/installer/data/mysql/es-ES/mandatory/stopwords.txt b/installer/data/mysql/es-ES/mandatory/stopwords.txt
deleted file mode 100644
index 2404568..0000000
--- a/installer/data/mysql/es-ES/mandatory/stopwords.txt
+++ /dev/null
@@ -1 +0,0 @@
-Palabras vacías en español. Pueden ser modificadas luego de concluida la instalación.
-- 
2.1.0