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
This commit is contained in:
Tom Morris 2010-10-14 21:12:44 +00:00
parent 5719309a22
commit 495b3b6ec3
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name = gdata-extension name = gdata
description = Google Data (gData) importer/exporter for Google Refine description = Google Data (gData) importer/exporter for Google Refine
templating.macros = macros.vm templating.macros = macros.vm
requires = core requires = core

View File

@ -1,5 +1,5 @@
#* #*
* Access this page at the URL /extension/gdata-extension/ * Access this page at the URL /extension/gdata/
*# *#
<html> <html>
<head> <head>

View File

@ -1,4 +1,4 @@
name = sample-extension name = sample
description = Google Refine Sample Extension description = Google Refine Sample Extension
templating.macros = macros.vm templating.macros = macros.vm
requires = core requires = core

View File

@ -5,4 +5,4 @@
core = / core = /
# All other modules (extensions) will be automatically wired by their names # 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/