Commands are categorized in to sections, Keyboard, Mouse, Windows, File, and Main. The open command will open an application. The displayText command displays a status text for a period of time. Added unit test for CommandProcessor.
12 lines
488 B
XML
12 lines
488 B
XML
<ivy-module version="2.0">
|
|
<info organisation="org.synthuse" module="Synthuse"/>
|
|
<configurations defaultconfmapping="runtime->*,!sources,!javadoc">
|
|
<conf name="runtime"/>
|
|
<conf name="test"/>
|
|
</configurations>
|
|
<dependencies>
|
|
<dependency org="net.java.dev.jna" name="jna" rev="3.4.0"/>
|
|
<dependency org="net.java.dev.jna" name="platform" rev="3.4.0"/>
|
|
<dependency org="junit" name="junit" rev="4.11" conf="test->*,!sources,!javadoc"/>
|
|
</dependencies>
|
|
</ivy-module> |