From 495b3b6ec3ad54137963274128e6b35d2d69bb23 Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Thu, 14 Oct 2010 21:12:44 +0000 Subject: [PATCH] Rename gdata and sample extensions to drop the -extension suffix git-svn-id: http://google-refine.googlecode.com/svn/trunk@1544 7d457c2a-affb-35e4-300a-418c747d4874 --- extensions/gdata/module/MOD-INF/module.properties | 2 +- extensions/gdata/module/index.vt | 2 +- extensions/sample/module/MOD-INF/module.properties | 2 +- main/webapp/WEB-INF/modules.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/gdata/module/MOD-INF/module.properties b/extensions/gdata/module/MOD-INF/module.properties index 9dd5034a3..7664871d5 100644 --- a/extensions/gdata/module/MOD-INF/module.properties +++ b/extensions/gdata/module/MOD-INF/module.properties @@ -1,4 +1,4 @@ -name = gdata-extension +name = gdata description = Google Data (gData) importer/exporter for Google Refine templating.macros = macros.vm requires = core diff --git a/extensions/gdata/module/index.vt b/extensions/gdata/module/index.vt index 4241f5d86..528d2986a 100644 --- a/extensions/gdata/module/index.vt +++ b/extensions/gdata/module/index.vt @@ -1,5 +1,5 @@ #* - * Access this page at the URL /extension/gdata-extension/ + * Access this page at the URL /extension/gdata/ *# diff --git a/extensions/sample/module/MOD-INF/module.properties b/extensions/sample/module/MOD-INF/module.properties index d056477ed..44f03b02e 100644 --- a/extensions/sample/module/MOD-INF/module.properties +++ b/extensions/sample/module/MOD-INF/module.properties @@ -1,4 +1,4 @@ -name = sample-extension +name = sample description = Google Refine Sample Extension templating.macros = macros.vm requires = core diff --git a/main/webapp/WEB-INF/modules.properties b/main/webapp/WEB-INF/modules.properties index 6264a6d3f..448cc8246 100644 --- a/main/webapp/WEB-INF/modules.properties +++ b/main/webapp/WEB-INF/modules.properties @@ -5,4 +5,4 @@ core = / # All other modules (extensions) will be automatically wired by their names -# e.g., the sample extension will be accessible at /sample-extension/ +# e.g., the sample extension will be accessible at /extension/sample/