Jabber status
Is Easybeans Team online on Jabber :
- sauthieg:

- benoitf:

<img src="http://jabber.objectweb.org/wildfire/plugins/presence/status?jid=sauthieg@jabber.objectweb.org" border="0"/>
Code formatting
looks like <pre> tags ...
<!-- =================================
target: jar
================================= -->
<target name="jar" depends="compile" description="--> Pack">
<jar destfile="${build.dir}/${pom.artifactId}.jar"
basedir="${classes.dir}" />
</target>package org.objectweb.jonas.celtix;import javax.naming.Context;import org.objectweb.jonas.service.Service;
public interface ICeltixService extends Service { void preDeploy(Context ctx) throws CeltixDeploymentException; void deploy(Context ctx) throws CeltixDeploymentException; void unDeploy(Context ctx) throws CeltixDeploymentException;}
Jira macro
JIRA Macro