Skip to content

Instantly share code, notes, and snippets.

@aneveux
Last active December 27, 2015 18:59
Show Gist options
  • Save aneveux/7373922 to your computer and use it in GitHub Desktop.
Save aneveux/7373922 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="com.worldline.clic.commands">
<command
description="Just an example of a command you could develop..."
id="example:hello"
implementation="com.sample.demo.commands.HelloCommand">
</command>
<flow
name="flow:example">
<commandReference
name="list">
</commandReference>
<commandReference
name="example:hello">
</commandReference>
<commandReference
name="list:flows">
</commandReference>
</flow>
</extension>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment