Skip to content

Instantly share code, notes, and snippets.

@aneveux
Created November 5, 2013 16:41
Show Gist options
  • Save aneveux/7321921 to your computer and use it in GitHub Desktop.
Save aneveux/7321921 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.acme.sample.commands.HelloCommand">
</command>
</extension>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment