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:
parent
deaaf78748
commit
7320f65935
@ -1,4 +1,4 @@
|
||||
name = jython
|
||||
name = jython-extension
|
||||
description = Gridworks Jython Extension
|
||||
templating = false
|
||||
requires = core
|
||||
|
@ -1,4 +1,4 @@
|
||||
name = rdf-exporter
|
||||
name = rdf-exporter-extension
|
||||
description = Freebase Gridworks RDF export
|
||||
templating = false
|
||||
requires = core
|
@ -4,9 +4,5 @@
|
||||
|
||||
core = /
|
||||
|
||||
# Sample extension's wirings
|
||||
# Client-side resources of this module will be accessible under this URL path.
|
||||
sample-extension = /extensions/sample/
|
||||
|
||||
jython = /extensions/jython/
|
||||
rdf-exporter = /extensions/rdf-exporter/
|
||||
# All other modules (extensions) will be automatically wired by their names
|
||||
# e.g., the sample extension will be accessible at /sample-extension/
|
||||
|
Loading…
Reference in New Issue
Block a user