* Bring manage app up to date with current Helma.
This commit is contained in:
parent
c632c8f8bd
commit
437dfb94d3
33 changed files with 1185 additions and 1152 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
#
|
||||
# define the root class of this application
|
||||
#
|
||||
|
@ -17,10 +16,10 @@ root.factory.method = getServer
|
|||
# and, yes, map the root class again.
|
||||
#
|
||||
|
||||
helma.main.Server = root
|
||||
helma.framework.core.Application = application
|
||||
helma.doc.DocApplication = docapplication
|
||||
helma.doc.DocPrototype = docprototype
|
||||
helma.doc.DocFunction = docfunction
|
||||
helma.doc.DocTag = doctag
|
||||
helma.main.Server = Root
|
||||
helma.framework.core.Application = Application
|
||||
helma.doc.DocApplication = DocApplication
|
||||
helma.doc.DocPrototype = DocPrototype
|
||||
helma.doc.DocFunction = DocFunction
|
||||
helma.doc.DocTag = DocTag
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue