From eed31ef1310687bd50641412f2c3c40805ec6b5d Mon Sep 17 00:00:00 2001 From: Ismael Olea Date: Sun, 7 Oct 2012 12:55:06 +0200 Subject: [PATCH] =?UTF-8?q?Renombrado=20para=20explicitar=20a=20qu=C3=A9?= =?UTF-8?q?=20recurso=20est=C3=A1=20relacionada=20la=20utilidad=20de=20des?= =?UTF-8?q?carga?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {software => conjugaciones-software}/build.gradle | 0 {software => conjugaciones-software}/settings.gradle | 0 .../main/groovy/com/acceso/lemarios/ExtracInflectedForms.groovy | 0 .../src/main/resources/com/acceso/lemarios/verbos-espanol.txt | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {software => conjugaciones-software}/build.gradle (100%) rename {software => conjugaciones-software}/settings.gradle (100%) rename {software => conjugaciones-software}/src/main/groovy/com/acceso/lemarios/ExtracInflectedForms.groovy (100%) rename {software => conjugaciones-software}/src/main/resources/com/acceso/lemarios/verbos-espanol.txt (100%) diff --git a/software/build.gradle b/conjugaciones-software/build.gradle similarity index 100% rename from software/build.gradle rename to conjugaciones-software/build.gradle diff --git a/software/settings.gradle b/conjugaciones-software/settings.gradle similarity index 100% rename from software/settings.gradle rename to conjugaciones-software/settings.gradle diff --git a/software/src/main/groovy/com/acceso/lemarios/ExtracInflectedForms.groovy b/conjugaciones-software/src/main/groovy/com/acceso/lemarios/ExtracInflectedForms.groovy similarity index 100% rename from software/src/main/groovy/com/acceso/lemarios/ExtracInflectedForms.groovy rename to conjugaciones-software/src/main/groovy/com/acceso/lemarios/ExtracInflectedForms.groovy diff --git a/software/src/main/resources/com/acceso/lemarios/verbos-espanol.txt b/conjugaciones-software/src/main/resources/com/acceso/lemarios/verbos-espanol.txt similarity index 100% rename from software/src/main/resources/com/acceso/lemarios/verbos-espanol.txt rename to conjugaciones-software/src/main/resources/com/acceso/lemarios/verbos-espanol.txt