Skip to content

Commit

Permalink
Updated for confluence 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques committed Dec 20, 2010
1 parent 6096adc commit d9858e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions confluence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
<dependency name='milestone' grouping='require_all' restart_on='none' type='service'>
<service_fmri value='svc:/milestone/sysconfig'/>
</dependency>
<exec_method name='start' type='method' exec='/home/confluence/confluence-3.3.1-std/bin/startup.sh' timeout_seconds='240'>
<method_context working_directory='/home/confluence/confluence-3.3.1-std' project='default'>
<exec_method name='start' type='method' exec='/home/confluence/confluence-3.4.5-std/bin/startup.sh' timeout_seconds='240'>
<method_context working_directory='/home/confluence/confluence-3.4.5-std' project='default'>
<method_credential user='confluence' group='confluence'/>
<method_environment>
<envvar name='PATH' value='/opt/local/bin:/opt/local/sbin:/usr/xpg4/bin:/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/ccs/bin'/>
<envvar name='JAVA_HOME' value='/usr'/>
</method_environment>
</method_context>
</exec_method>
<exec_method name='stop' type='method' exec='/home/confluence/confluence-3.3.1-std/bin/shutdown.sh' timeout_seconds='60'>
<method_context working_directory='/home/confluence/confluence-3.3.1-std' project='default'>
<exec_method name='stop' type='method' exec='/home/confluence/confluence-3.4.5-std/bin/shutdown.sh' timeout_seconds='60'>
<method_context working_directory='/home/confluence/confluence-3.4.5-std' project='default'>
<method_credential user='confluence' group='confluence'/>
<method_environment>
<envvar name='PATH' value='/opt/local/bin:/opt/local/sbin:/usr/xpg4/bin:/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/ccs/bin'/>
Expand Down

0 comments on commit d9858e2

Please sign in to comment.