diff options
author | dan miller | 2007-10-19 05:20:07 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 05:20:07 +0000 |
commit | fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd (patch) | |
tree | 51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9/contrib/README | |
parent | resubmitting ode (diff) | |
download | opensim-SC_OLD-fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd.zip opensim-SC_OLD-fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd.tar.gz opensim-SC_OLD-fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd.tar.bz2 opensim-SC_OLD-fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd.tar.xz |
dont ask
Diffstat (limited to 'libraries/ode-0.9/contrib/README')
-rw-r--r-- | libraries/ode-0.9/contrib/README | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/ode-0.9/contrib/README b/libraries/ode-0.9/contrib/README deleted file mode 100644 index dbfaf7f..0000000 --- a/libraries/ode-0.9/contrib/README +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | This directory contains ODE-related things that have been generously | ||
2 | contributed by ODE's users. Why is this stuff here and not integrated | ||
3 | into the main ODE source tree? There may be several reasons: | ||
4 | |||
5 | * The author(s) and ODE maintainers(s) may not have had time to do | ||
6 | the job. | ||
7 | |||
8 | * It may not be finished. | ||
9 | |||
10 | * It may contribute functionality that is useful but not considered | ||
11 | to be part of ODE's core. | ||
12 | |||
13 | No guarantees are made about the code in this directory - it may not | ||
14 | be documented, it may not have been tested, and it may not even | ||
15 | compile for you. | ||
16 | |||
17 | Each package has its own subdirectory, with a README file in that | ||
18 | directory explaining what the package is. | ||
19 | |||