We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87563b commit 3ee0ab9Copy full SHA for 3ee0ab9
Swazoo/package.st
@@ -8,7 +8,7 @@ Eval [
8
filein: 'SwazooIliad.st';
9
10
start: 'Iliad.SwazooIliad startOn: (%1
11
- ifNil: [ILSite defaultPort]
+ ifNil: [Iliad.ILSite defaultPort]
12
ifNotNil: [:port | port asNumber])';
13
"stop: 'Iliad.SwazooIliad stop';"
14
Swazoo/package.xml
@@ -2,11 +2,12 @@
2
<name>Iliad-Swazoo</name>
3
<namespace>Iliad</namespace>
4
<prereq>Swazoo</prereq>
5
+ <prereq>Iliad-Core</prereq>
6
<filein>ILSite.st</filein>
7
<filein>SwazooIliad.st</filein>
<file>ILSite.st</file>
<file>SwazooIliad.st</file>
<start>Iliad.SwazooIliad startOn: (%1
ifNotNil: [:port | port asNumber])</start>
</package>
0 commit comments