Created
November 5, 2013 16:41
-
-
Save aneveux/7321921 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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