Skip to content

Commit 8cc48b4

Browse files
fix(distrib): Fixed http.server.manager start level (#5889)
Fixed http.server.manager start level
1 parent 0e36753 commit 8cc48b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kura/distrib/src/main/ant/build_equinox_distrib.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ fi]]>
16991699
<antcall target="install-plugin">
17001700
<param name="bundle.name" value="org.eclipse.kura.http.server.manager" />
17011701
<param name="start.level" value="5" />
1702-
<param name="start" value="" />
1702+
<param name="start" value="s" />
17031703
</antcall>
17041704
</target>
17051705

0 commit comments

Comments
 (0)