diff options
author | endolf <[email protected]> | 2004-08-29 21:23:06 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2004-08-29 21:23:06 +0000 |
commit | 48d90dc92ba7be418b983bbd523e1fd8c33fa25f (patch) | |
tree | 55230e67cf5833c4e5ed50d468c5762aba53382b /plugins/DX8/build.xml | |
parent | bc06262ce753ef2dab7ca080aff770730146b7ce (diff) |
Changes for Axis.Identifier changes. This includes renaming Axis to Component, and creating the Identifier objects for Key Axis and Button.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@85 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins/DX8/build.xml')
-rw-r--r-- | plugins/DX8/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DX8/build.xml b/plugins/DX8/build.xml index 0a4759b..ef20e6f 100644 --- a/plugins/DX8/build.xml +++ b/plugins/DX8/build.xml @@ -96,7 +96,7 @@ <delete file="bin/dxinput.jar" failonerror="no"/> <delete file="bin/dxinput.dll" failonerror="no"/> <delete file="../../coreAPI/src/tests/controller/dxinput.jar" failonerror="no" /> - <delete file="../../coreAPI/src/test/controller/dxinput.dll" failonerror="no"/> + <delete file="../../coreAPI/src/tests/controller/dxinput.dll" failonerror="no"/> <delete dir="../../docs/input/win32/apidoc" failonerror="no"/> </target> |