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.
11 lines
529 B
XML
11 lines
529 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
|
<classpathentry kind="lib" path="lib/jna-3.4.0.jar"/>
|
|
<classpathentry kind="lib" path="lib/platform-3.4.0.jar"/>
|
|
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
|
|
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|