removed =self tag for self scripting applications base and manage.
this is done in app's class.properties files now
This commit is contained in:
parent
08f702bd40
commit
3360a56ee4
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# List of apps to start.
|
# List of apps to start.
|
||||||
|
|
||||||
base=self
|
base
|
||||||
manage=self
|
manage
|
||||||
|
|
||||||
bloggerapi
|
bloggerapi
|
||||||
himp
|
himp
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# List of apps to start.
|
# List of apps to start.
|
||||||
|
|
||||||
base=self
|
base
|
||||||
manage=self
|
manage
|
||||||
|
|
||||||
bloggerapi
|
bloggerapi
|
||||||
himp
|
himp
|
||||||
|
|
Loading…
Add table
Reference in a new issue