Removed custom module wirings in modules.properties. Renamed extension modules with -extension suffix and let them be wired up automatically.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1182 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-08-22 00:10:07 +00:00
parent deaaf78748
commit 7320f65935
3 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
name = jython name = jython-extension
description = Gridworks Jython Extension description = Gridworks Jython Extension
templating = false templating = false
requires = core requires = core

View File

@ -1,4 +1,4 @@
name = rdf-exporter name = rdf-exporter-extension
description = Freebase Gridworks RDF export description = Freebase Gridworks RDF export
templating = false templating = false
requires = core requires = core

View File

@ -4,9 +4,5 @@
core = / core = /
# Sample extension's wirings # All other modules (extensions) will be automatically wired by their names
# Client-side resources of this module will be accessible under this URL path. # e.g., the sample extension will be accessible at /sample-extension/
sample-extension = /extensions/sample/
jython = /extensions/jython/
rdf-exporter = /extensions/rdf-exporter/